Issue
When importing/exporting translation files, the "other" form isn't appearing or being populated.
Answer
This issue most likely applies for Russian, Ukrainian, or Polish languages. This is because of CLDR software and GNU gettext standard differences.
The CLDR software standard contain 4 plural forms, while GNU Gettext supports three--the other form for floating point numbers is not included.
(If your gettext file contains the 4th plural form, it is because you have overridden the default gettext rules, since gettext allows custom languages with custom rules.)
In order to better support GNU gettext files, OneSky will only export 3 plural forms for these languages. We currently do not have plans to support custom languages, but it is something our product team will consider in the future.
Comments
0 comments
Please sign in to leave a comment.