Cldr v0.8.3 Cldr.Consolidate View Source

Consolidates all locale-specific information from the CLDR repository into one locale-specific file.

Link to this section Summary

Link to this section Functions

Link to this function assert_package_file_configured!(path) View Source
Link to this function cldr_locale_specific_dirs() View Source
Link to this function consolidate_known_locales() View Source
consolidate_known_locales() :: :ok

Consolidates known locales as defined by Cldr.known_locales/0.

Link to this function consolidate_locale(locale) View Source

Consolidates one locale.

Link to this function consolidate_locale_content(locale_dirs, locale) View Source
Link to this function consolidate_locales() View Source
consolidate_locales() :: :ok

Consolidates all available CLDR locale-specific json files into a set of locale-specific json files, one per locale.

Also formats non-locale-specific CLDR data that is core to Cldr operation.

Link to this function consolidated_locales_dir() View Source

Returns the directory where the locale-specific json files are stored.