Cldr.List.list_formats_for
You're seeing just the function
list_formats_for
, go back to Cldr.List module for more information.
Returns the formats of list patterns available for a locale.
Returns a list of atom
s of of the list formats that are
available in CLDR for a locale.
Example
iex> Cldr.List.list_formats_for("en", MyApp.Cldr)
[:or, :or_narrow, :or_short, :standard, :standard_narrow,
:standard_short, :unit, :unit_narrow, :unit_short]