Skip to content

Chore(deps): Update ex_cldr requirement from ~> 2.31.0 to ~> 2.32.0 in /apps/core

Robert Prehn requested to merge dependabot-hex-apps-core-ex_cldr-tw-2.32.0 into master

Updates the requirements on ex_cldr to permit the latest version.

Release notes

Sourced from ex_cldr's releases.

Cldr version 2.32.0

Bug Fixes

  • Fix Cldr.with_locale/{2, 3} to source the current locale from the backend of the supplied new locale. This reduces the chances of an exception resulting from a non-existent default backend and a default locale that is not set.

Enhancements

  • Add with_locale/2 to Cldr backend modules. This ultimately delegates to Cldr.with_locale/{2, 3}
Changelog

Sourced from ex_cldr's changelog.

Cldr v2.32.0

This is the changelog for Cldr v2.32.0 released on July 23rd, 2022. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fix Cldr.with_locale/{2, 3} to source the current locale from the backend of the supplied new locale. This reduces the chances of an exception resulting from a non-existent default backend and a default locale that is not set.

Enhancements

  • Add with_locale/2 to Cldr backend modules. This ultimately delegates to Cldr.with_locale/{2, 3}

Cldr v2.31.0

This is the changelog for Cldr v2.31.0 released on July 6th, 2022. For older changelogs please consult the release tag on GitHub

Enhancements

  • Adds Cldr.Locale.script_from_locale/{1, 2} and Cldr.default_script/0.

Cldr v2.30.0

This is the changelog for Cldr v2.30.0 released on June 5th, 2022. For older changelogs please consult the release tag on GitHub

Enhancements

  • Adds a backend module for AcceptLanguage which defines MyApp.Cldr.AcceptLanguage.parse/1 and MyApp.Cldr.AcceptLanguage.best_match/1

Cldr v2.29.0

This is the changelog for Cldr v2.29.0 released on May 10th, 2022. For older changelogs please consult the release tag on GitHub

Migration

  • The plugs Cldr.Plug.SetLocale, Cldr.Plug.AcceptLanguage and Cldr.Plug.PutSession have been extracted to their own library, ex_cldr_plugs. Therefore adding {:ex_cldr_plugs, "~> 1.0"} to the deps of any application using these plugs is required.

Bug Fixes

  • Fixes resolving the RBNF locale name for locales that inherit the RBNF locale from a parent. This is true for at least the "nb" locale which in previous releases had its own RBNF locale data but now inherits from "no". Thanks to @​juanperi for the report. Closes #175.

Cldr v2.28.0

This is the changelog for Cldr v2.28.0 released on April 6th, 2022. For older changelogs please consult the release tag on GitHub

Enhancements

  • Update CLDR to release 41. This is minor CLDR release adding en-MV, hi-Latn and ks-Deva locales and continuing data improvements on unit grammar. Changes to locales in this release can be found on the locale change page.

Cldr v2.27.1

... (truncated)

Commits

Merge request reports