Releases: elixir-cldr/cldr_locale_display
Releases · elixir-cldr/cldr_locale_display
Cldr Locale Display version 1.5.0
Cldr Locale Display version 1.4.1
Bug Fixes
-
Fix
ex_doc
dependency configuration. Thanks to @szymon-jez for the PR. -
Fix project links in
mix.exs
. Thanks to @szymon-jez and @petrus-jvrensburg for the PRs.
Cldr Locale Display version 1.4.0
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
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
Enhancements
- Updated to
ex_cldr 2.24
which implements CLDR 40 data.
Cldr Locale Display version 1.2.0-rc.0
Enhancements
- Updated to
ex_cldr 2.24
which implements CLDR 40 data.
Cldr Locale Display version 1.1.2
Bug Fixes
-
Fix bug where not all locales have display names for the key
t
or the typeh0
-
Fix bug where the locale into which we are localising is valid but not configured
Cldr Locale Display version 1.1.1
Bug Fixes
- Actual fixes for the issue when the compound name includes the script (like zh-Hant).
Cldr Locale Display 1.1.0
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
Enhancements
This is the first release of ex_cldr_locale_display
which implements the CLDR locale display name algorithm.