Plural Rules for Filipino (fil)

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. 0, 1, 2, 3, 5, 10, 21, 22, 101
other e.g. 4
{count, plural,
  one {# one}
  other {# other}
}
Ordinal categories
ICU selectordinal template
one e.g. 1
other e.g. 0, 2, 3, 4, 5, 10, 21, 22, 101
{count, selectordinal,
  one {# one}
  other {# other}
}