-
Notifications
You must be signed in to change notification settings - Fork 53
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
file download --plural-format i18next using old format #89
Comments
I wrote a post-download script to just call this library on the downloaded files https://github.com/i18next/i18next-v4-format-converter. That works as a workaround for me. |
Thanks for the hint, this is a good trick. However, we are now directly using the Lokalize Github integration and the new plural option is also not available there 😞 |
There seems to be support for the new v4 syntax but you need to pass the flag |
Many thanks @PetroSilenius for mentionning the |
Since [email protected] (released in September 2021), the plural syntax has changed: https://www.i18next.com/misc/json-format#i-18-next-json-v4
When using
lokalise2 file download --plural-format i18next
, it returns plural forms using the "i18next JSON v3".The difference is:
message_plural
message_other
This is preventing us to use the latest version of i18next. What can we do ?
The text was updated successfully, but these errors were encountered: