-
Notifications
You must be signed in to change notification settings - Fork 837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide i18n for multiple languages within emoji-mart itself #303
Comments
This is an interesting idea, but it potentially introduces a maintenance burden. Perhaps we could use something like weblate to lessen the burden, though.
This may be a limitation of https://github.com/iamcal/emoji-data which is where the emoji data comes from. |
Obviously, choose whatever translation platform you want/you are comfortable with. That's why these are there... 😄
Oka,y opened iamcal/emoji-data#148 for that. |
@rugk The tip about CLDR is a step on the way, but I’m always mega confused when arriving at their website. I’ve sifted through available |
@Haraldson Do the following instructions from my downstream browser add-on using this lib here help? |
@rugk I’m just as confused as before. What I’m specifically looking for, as a JavaScript developer, is a way to programmatically get my hands on the specified strings. As an adjacent-ish example, I use this local script for fetching a list of localized country names. I’ve had a look at Also, the names available in |
well… yeah… I totally feel your frustration, because I also never can see where there is anything on that site… Anyway, I guess the best place is to ask the Unicode people there… they can likely help you better than we can do that. 😅 |
Multiple languages support is now built-it |
#20 added i18n support, but unfortunately this way by letting devs configure it poses two problems:
E.g. check out Twitter: They do translate Emojis in their Emoji picker, which sometimes is annoying, but sometimes can be helpful. Especially for non-devs or users that hardly speak English. For them, the search is basically not usable.
Note that if 2. is solved, 1. may get an even bigger problem, as you'll have to translate each Emoji (or more, with alternatives etc.).
The text was updated successfully, but these errors were encountered: