Skip to content

Cldr version 2.45.0

Choose a tag to compare

@kipcole9 kipcole9 released this 17 Jan 11:48
· 33 commits to main since this release

Bug Fixes

  • Fix unsed require to remove warnings on Elixir 1.20.

Enhancements

  • Updates to CLDR 48.1 data.

  • Improves matching the desired locale name to an configured CLDR locale name by using Cldr.Locale.Match.best_match/2 function. This better formalises the matching process and is compliant with the CLDR locale matching specification. The matching process is slower than the previous mechanism but more accurate and compliant (there is room for future performance optimization). Configurations with a small number of locales should see no performance difference however raising an issue is encouraged if performance characteristics appear materially worse.