Cldr.Locale.aliases

You're seeing just the function aliases, go back to Cldr.Locale module for more information.

Specs

aliases() :: map()

Return a map of the known aliases for Language, Script and Territory

Specs

aliases(locale_name(), atom()) :: map() | nil

Return a map of the aliases for a given alias key and type

Options

  • type is one of [:language, :region, :script, :variant, :zone]

  • key is the substitution key (a language, region, script, variant or zone)