Cldr.Rbnf.for_locale-exclamation-mark
You're seeing just the function
for_locale-exclamation-mark
, go back to Cldr.Rbnf module for more information.
Returns rbnf_rules for a locale
or raises an exception if
there are no rules.
locale
is anyCldr.LanguageTag
backend
is any module that includesuse Cldr
and therefore is aCldr
backend module
Returns rbnf_rules for a locale
and backend
or raises an exception if
there are no rules.
locale
is any locale name returned byCldr.Rbnf.known_locale_names/1
backend
is any module that includesuse Cldr
and therefore is aCldr
backend module