MyApp.Cldr.Number.Ordinal.plural_rules_for
You're seeing just the function
plural_rules_for
, go back to MyApp.Cldr.Number.Ordinal module for more information.
Specs
plural_rules_for(Cldr.Locale.locale_name() | Cldr.LanguageTag.t()) :: [ {atom(), list()}, ... ]
Return the plural rules for a locale.
Arguments
locale
is any locale returned byMyApp.Cldr.Locale.new!/1
or anylocale_name
returned byMyApp.Cldr.known_locale_names/0
The rules are returned in AST form after parsing.