Plural Rules for N’Ko (nqo)

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