-
Notifications
You must be signed in to change notification settings - Fork 44
Init i18n #192
Comments
Thanks for cc:ing me! I applause the initiative and agree with the benefits! It will be a pleasure to help make this happen! |
I suppose then that all English texts from the wallet would live inside a yaml or json file, right? Then, maybe we could find some tools that integrate with GitHub and allow the community to easily make PRs to add translations! win-win! |
It'd be better to use more official internationalization technology like |
I don't know what tools are out there, I would need to do research. But first, we gotta define our requirements. I would propose the following requirements, please, feel free to extend:
|
I'll conduct some quick research since it's assigned to me 🙂 |
As said in the description, I had some good experiences with react-i18next! It's lightweight, straightforward, ships with a handy |
Well like I said, |
After a quick research, it seems like most of the translation services now support JSON (this, that, this one, that one (by the creators of i18next)...), and there are ways to convert po <-> json if needed. So it seems like we should rather focus on comparing the Devx of the different solutions! 👓 |
i18next looks just fine then :) https://www.i18next.com/principles/fallback#key-fallback makes me happy to see, but I'm surprised it's not recommended:
I find it's the opposite: people have preferred |
When I was working for the open source software Indico, we were using Transefix as the service to upload our json files so that translators have a smooth experience in translating them. I remember it offers a free tier for open source projects. Might be interesting for us. Here's a preview of the current localization status of Indico for example https://www.transifex.com/indico/indico/ |
Translating the wallet would increase accessibility and broaden the potential audience of the app.
It's a relatively low hanging fruit, easy to implement using for instance react-i18next.
It would also be a wonderful opportunity to involve our community to provide translations (cc/ @Sakrecoer )
The text was updated successfully, but these errors were encountered: