jm-david / emoji-mart-vue

One component to pick them all 👊🏼
https://jm-david.github.io/emoji-mart-vue
BSD 3-Clause "New" or "Revised" License
603 stars 82 forks source link

Some emoji shortnames do not match with Emojione #15

Closed keligijus closed 6 years ago

keligijus commented 6 years ago

If you look at emojione emoji.json you'll see that most countries have a shortname of :flag_<country-code>: whilst Emoji Mart is using :flag-<country-code>:. So one is using underscores while the other is using dashes.

There are more mismatches. Can I do anything to fix this?

jm-david commented 6 years ago

Ahh interesting, I'm not sure why they would be different 🤔 The code to generate the emoji data is part if the parent react library (https://github.com/missive/emoji-mart) so I'd create your issue there and then once they update it I can merge it back into this project 👍