Skip to content

Releases: elixir-cldr/cldr_locale_display

Cldr Locale Display version 1.5.0

22 Jun 01:37
Compare
Choose a tag to compare

Enhancements

  • Require Elixir 1.12 or later

  • Updated test data to latest CLDR version

Cldr Locale Display version 1.4.1

02 Jan 11:46
Compare
Choose a tag to compare

Bug Fixes

Cldr Locale Display version 1.4.0

28 Apr 04:21
Compare
Choose a tag to compare

Bug Fixes

  • Fixes an exception that was being raised with the formatting locale has no display name data. This is typically the :und locale. An error is returned instead.

Cldr Locale Display version 1.3.0

23 Feb 00:23
Compare
Choose a tag to compare

Enhancements

  • Updates to ex_cldr version 2.26.0 which uses atoms for locale names and rbnf locale names. This is consistent with out elements of t:Cldr.LanguageTag where atoms are used where the cardinality of the data is fixed and relatively small and strings where the data is free format.

Cldr Locale Display version 1.2.0

29 Oct 01:15
Compare
Choose a tag to compare

Enhancements

  • Updated to ex_cldr 2.24 which implements CLDR 40 data.

Cldr Locale Display version 1.2.0-rc.0

19 Oct 22:18
Compare
Choose a tag to compare
Pre-release

Enhancements

  • Updated to ex_cldr 2.24 which implements CLDR 40 data.

Cldr Locale Display version 1.1.2

03 Jul 09:56
Compare
Choose a tag to compare

Bug Fixes

  • Fix bug where not all locales have display names for the key t or the type h0

  • Fix bug where the locale into which we are localising is valid but not configured

Cldr Locale Display version 1.1.1

03 Jul 04:28
Compare
Choose a tag to compare

Bug Fixes

  • Actual fixes for the issue when the compound name includes the script (like zh-Hant).

Cldr Locale Display 1.1.0

03 Jul 02:21
Compare
Choose a tag to compare

Bug Fixes

  • Correct an issue when the compound name includes the script (like zh-Hant).

Enhancements

  • Add display_name/{1,2} to backend modules

Cldr Locale Display version 1.0.0

01 Jul 14:13
Compare
Choose a tag to compare

Enhancements

This is the first release of ex_cldr_locale_display which implements the CLDR locale display name algorithm.