Enchance emoji menu

This commit is contained in:
Alexis Faizeau
2022-01-25 17:41:05 +01:00
parent dc09a92fd0
commit 30ebb90617
5 changed files with 68 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
import type { BaseTranslation } from "../i18n-types";
const emoji: BaseTranslation = {
search: "Search emojis...",
categories: {
recents: "Recent Emojis",
smileys: "Smileys & Emotion",
people: "People & Body",
animals: "Animals & Nature",
food: "Food & Drink",
activities: "Activities",
travel: "Travel & Places",
objects: "Objects",
symbols: "Symbols",
flags: "Flags",
custom: "Custom",
},
notFound: "No emojis found",
};
export default emoji;