Home › Per ICU MessageFormat (and Unity Localization), …
Per ICU MessageFormat (and Unity Localization), PLURALISATION rules for slavic languages (e.g. Russian) use how many forms?
A2 forms (singular / plural) only
BNo plural forms at all
C6 forms (one / two / few / many / etc.)
D3 forms (one / few / many)
Answer & Solution
Correct answer: D. 3 forms (one / few / many)
ICU MessageFormat + CLDR plural rules: Russian + Polish + Ukrainian use one (1, 21, 31), few (2-4, 22-24), many (5-20, 25-30). Hard-coded 'item' vs 'items' breaks.
Related questions
Per public studio postmortems (e.g. Riot, CD Projekt Red), LOC QA is a distinct testing phPer Microsoft + Unity i18n docs, TEXT EXPANSION budgeting reserves how much extra space inPer Unicode CLDR + game studio guidelines, FONT FALLBACK chains are necessary because of wPer CLDR + ICU, FORMATTING dates and numbers must vary by locale because of which class ofPer Unity Localization + Unreal docs, the SOURCE-OF-TRUTH for translatable strings is mostPer ICU + ISO 4217 + CLDR currency docs, the LOCALE for 'United States English' is encodedPer Unicode + game text docs, NORMALISATION FORM C (NFC) is recommended for stored game stPer ICU + Unity Localization, the SAFEST way to build a runtime string with a variable cou