Cldr.Config.configured_locale_names

You're seeing just the function configured_locale_names, go back to Cldr.Config module for more information.
Link to this function

configured_locale_names(config)

View Source

Specs

configured_locale_names(t()) :: [Cldr.Locale.locale_name()]

Returns a list of all locales configured in a Cldr.Config.t struct.

In order of priority return either:

  • The list of locales configured configured in mix.exs if any

  • The default locale

If the configured locales is :all then all locales in CLDR are configured.

The locale "root" is always added to the list of configured locales since it is required to support some RBNF functions.

The use of :all is not recommended since all 541 locales take quite some time (minutes) to compile. It is however helpful for testing Cldr.