Enchance emoji menu
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user