-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
How to prefix translation json files? #472
Comments
why you need that prefix? |
|
Because I'm using https://crowdin.com/. This is a localization management platform and I'm only able to create prefixed json files. |
use https://locize.com instead -> that's from us - so you support i18next directly. Beside that just see the last comment: resources: { |
Thank you very much man. Your solution works fine. Congrats for the awsome work!!! |
Still using locize.com and supporting us would be more awesome ;) |
I'll suggest this for my team. Thanks!!! |
https://www.youtube.com/watch?v=9NOzJhgmyQE might be helpful |
Is there any way to prefix my translation json files? I need to do something like that:
i18n/locales/en/common.json
i18n/locales/pt/common.json
Without the prefixes
en
andpt-BR
my project is working well. This is my index:i18n/index.js
I also posted this question in stackoverflow.
The text was updated successfully, but these errors were encountered: