ealush / emoji-picker-react

The most popular React Emoji Picker
https://ealush.com/emoji-picker-react/
MIT License
1.06k stars 173 forks source link

Support overriding default messages #431

Open vietanhtran16 opened 2 months ago

vietanhtran16 commented 2 months ago

Hey I would love to use this library but we need to support multiple locales and seems like the library only has en as default and there is no way to override them.

Is there plan to do so? I am thinking a simple solution could be adding a new props called i18n which is optional so consumers can provide their own messages?

What do you think?