iamcal / emoji-data

Easy to parse data and spritesheets for emoji
MIT License
2.57k stars 306 forks source link

Maintain translations for each emoji (l10n) #148

Open rugk opened 5 years ago

rugk commented 5 years ago

Coming from https://github.com/missive/emoji-mart/issues/303, I think you should provide translations for each emoji/maintain these somehow.

The reasons and objectives for downstream projects using this are listed in https://github.com/missive/emoji-mart/issues/303.

rugk commented 5 years ago

Actually, these are included in the CLDR (even for keywords), so you could just take them… :smiley:

dfabreguette commented 5 years ago

+1 to find a way to translate emojis (apart from categories)

milesj commented 4 years ago

I'm working on a similar solution here: https://github.com/milesj/emojibase/pull/64