Cldr v0.0.3 Cldr.Number.Cardinal
Manages the rules for a cardinal number.
Summary
Functions
The configured locales for which plural rules are defined
The locales for which cardinal rules are defined
Lookup the plural cardinal category for a given number in a given locale
The plural rules defined in CLDR
Return the plural rules for a locale
Types
operand :: non_neg_integer
Functions
The configured locales for which plural rules are defined
This is the intersection of the Cldr.known_locales and the locales for which plural rules are defined. There are many Cldr locales which don’t have their own plural rules so this list is the intersection of Cldr’s configured locales and those that have rules.
Lookup the plural cardinal category for a given number in a given locale
Identify which category (zero, one, two, few, many or other) a given number in a given locale fits into. This category can then be used to format the number or currency
Specs
plural_rules_for(Cldr.locale) :: %{}
Return the plural rules for a locale.
The rules are returned in AST form after parsing.