Cldr version 2.45.0
Bug Fixes
- Fix unsed
requireto 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/2function. 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.