-
Notifications
You must be signed in to change notification settings - Fork 836
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
I18n support #20
Comments
Good call. Just took a look at the codebase and it really is just the categories and the search input that have static text, will be pretty easy to implement without the use of a third party library. Right now, I don’t think there would be a way to do that other than doing some JS shenanigans after mounting the component. No promises, but I should be able to find time in the next ~24 hours and release a new version that includes I18n support. |
Yeap, I think we could just add some <Picker texts={{ search: 'Поиск', smiles: 'Смайлы', food: 'Еда' }}> |
Added Thanks for the suggestion, let me know if it doesn’t work as expected 🤘 |
Thanks for picker, it is awesome!
We are integrating to Russian website and want to translate categories and other texts (like
Search
placeholder). I didn’t find a way to do it.Is is possible or we need to extend API?
The text was updated successfully, but these errors were encountered: