Enhance Discord emoji selection with Unicode support and improved UI
- Added support for Unicode emojis in the Discord emoji selector, allowing users to search and select from a comprehensive emoji library. - Refactored the emoji selection component to include a category sidebar and skin tone options, improving user experience and accessibility. - Updated localization files to include new emoji-related terms and categories in both English and German. - Introduced a new dependency on `@emoji-mart/data` for better emoji management and search functionality. - Enhanced the overall layout and functionality of the emoji picker, ensuring a more intuitive interface for users.
This commit is contained in:
@@ -748,9 +748,24 @@
|
||||
"roleDescription": "Beschreibung (optional)",
|
||||
"roleDescriptionPlaceholder": "Kurztext für Dropdown",
|
||||
"addRole": "Rolle hinzufügen",
|
||||
"emojiPlaceholder": "Emoji suchen…",
|
||||
"emojiPlaceholder": "Emoji wählen…",
|
||||
"emojiSearch": "Emoji suchen…",
|
||||
"emojiSearchResults": "Suchergebnisse",
|
||||
"emojiServer": "Server",
|
||||
"emojiServerEmpty": "Keine Server-Emojis verfügbar.",
|
||||
"emojiUnicode": "Standard",
|
||||
"emojiSkinTone": "Hautfarbe",
|
||||
"emojiHoverHint": "Emoji auswählen",
|
||||
"emojiCategories": {
|
||||
"people": "Smileys & Personen",
|
||||
"nature": "Tiere & Natur",
|
||||
"foods": "Essen & Trinken",
|
||||
"activity": "Aktivitäten",
|
||||
"places": "Reisen & Orte",
|
||||
"objects": "Objekte",
|
||||
"symbols": "Symbole",
|
||||
"flags": "Flaggen"
|
||||
},
|
||||
"emojiRequired": "Im Reaktions-Modus braucht jede Rolle ein Emoji.",
|
||||
"tooManyRoles": "Maximal 25 Rollen pro Panel.",
|
||||
"rolesBuilderHint": "Wähle Rolle, Label und optional Emoji/Beschreibung. Im Reaktions-Modus ist ein Emoji Pflicht.",
|
||||
|
||||
@@ -748,9 +748,24 @@
|
||||
"roleDescription": "Description (optional)",
|
||||
"roleDescriptionPlaceholder": "Short text for dropdown",
|
||||
"addRole": "Add role",
|
||||
"emojiPlaceholder": "Search emoji…",
|
||||
"emojiPlaceholder": "Choose emoji…",
|
||||
"emojiSearch": "Find the perfect emoji",
|
||||
"emojiSearchResults": "Search results",
|
||||
"emojiServer": "Server",
|
||||
"emojiServerEmpty": "No server emojis available.",
|
||||
"emojiUnicode": "Standard",
|
||||
"emojiSkinTone": "Skin tone",
|
||||
"emojiHoverHint": "Pick an emoji",
|
||||
"emojiCategories": {
|
||||
"people": "Smileys & People",
|
||||
"nature": "Animals & Nature",
|
||||
"foods": "Food & Drink",
|
||||
"activity": "Activities",
|
||||
"places": "Travel & Places",
|
||||
"objects": "Objects",
|
||||
"symbols": "Symbols",
|
||||
"flags": "Flags"
|
||||
},
|
||||
"emojiRequired": "Reaction mode requires an emoji for every role.",
|
||||
"tooManyRoles": "Maximum 25 roles per panel.",
|
||||
"rolesBuilderHint": "Pick a role, label, and optional emoji/description. Reaction mode requires an emoji.",
|
||||
|
||||
Reference in New Issue
Block a user