Why do I see strange new keys marked as ONE, FEW, MANY, OTHERS?

Are you seeing something like this?

Some i18n formats, like i18next are able to handle languages having multiple plural forms too.

Locize automatically shows all needed plural form keys. For example in the screenshot above for the i18next v4 format the keys: someKey_one and someKey_other in English were added and locize automatically shows also someKey_many, someKey_one and someKey_few for Russian. And for the i18next v3 format the keys: someKey and someKey_plural in English would be added and locize would automatically shows also someKey_0, someKey_1 and someKey_2 for Russian.

You can use this small i18next utility to check the correct plural suffixes.

The i18n format depends on your i18n framework.

If you're not using i18next, you might change the i18n format in your project settings:

Last updated