Plural Rules for Polish (pl)
ICU MessageFormat plural (cardinal) and selectordinal (ordinal) categories for this locale, with example numbers per category. Derived from the built-in JavaScript Intl.PluralRules API (Unicode CLDR plural rules; no extra dependencies).
Try numbers in the plural playground, format ICU in the online editor, generate a matching target template, validate bundles with the validator, or browse examples.
Language
Plural categories (cardinal)
ICU plural template
one – e.g. 1
few – e.g. 2, 3, 4, 22
many – e.g. 0, 5, 10, 21, 101
other
{count, plural,
one {# one}
few {# few}
many {# many}
other {# other}
}Ordinal categories
ICU selectordinal template
other – e.g. 0, 1, 2, 3, 4, 5, 10, 21, 22, 101
{count, selectordinal,
other {# other}
}