MyApp.Cldr.known_rbnf_locale_name-question-mark
You're seeing just the function
known_rbnf_locale_name-question-mark
, go back to MyApp.Cldr module for more information.
Specs
known_rbnf_locale_name?(Cldr.Locale.locale_name()) :: boolean()
Returns a boolean indicating if the specified locale name is configured and available in Cldr and supports rules based number formats (RBNF).
Arguments
locale
is any valid locale name returned byMyApp.Cldr.known_locale_names/0
Examples
iex> MyApp.Cldr.known_rbnf_locale_name?("en")
true
iex> MyApp.Cldr.known_rbnf_locale_name?("!!")
false