Comment on page
Why do I see strange new keys marked as ONE, FEW, MANY, OTHERS?
Are you seeing something like this?

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.If you're not using i18next, you might change the i18n format in your project settings:

Last modified 7d ago