Emoji names internationalization #896
Finaldrace
started this conversation in
Ideas
Replies: 2 comments
-
I used emojibase to do the translation, it was very simple using cdn. German: <Picker
data={async () => {
const response = await fetch(
"https://cdn.jsdelivr.net/gh/wildsonc/emoji-mart-i18n@latest/locales/de/data.json",
);
return response.json();
}}
locale="de"
/> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would be nice to have the names of the emojis with a customizable language.
(and later maybe the ability to search in the language)
❤️ Red Heart
❤️ Rotes Herz
(this now depricated repository had some attempts joeattardi/picmo#75)
Source for Localization -> Unicode Common Locale Data Repository (CLDR)
https://unicode.org/Public/cldr/44/
cldr-common*.zip -> annotations
Beta Was this translation helpful? Give feedback.
All reactions