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

Some i18n formats, like i18next, handle languages with multiple plural forms.
Locize automatically shows all needed plural form keys. For example, in the screenshot above:
- For the i18next v4 format, keys like
someKey_oneandsomeKey_otherin English are added, and Locize automatically showssomeKey_many,someKey_one, andsomeKey_fewfor Russian. - For the i18next v3 format, keys like
someKeyandsomeKey_pluralin English are added, and Locize automatically showssomeKey_0,someKey_1, andsomeKey_2for Russian.
You can use this i18next utility to check the correct plural suffixes for your language.
The i18n format depends on your i18n framework.
If you're not using i18next, you can change the i18n format in your project settings:
