Unclaimed project
Are you a maintainer of cldr? Claim this project to take control of your public changelog and roadmap.
require to remove warnings on Elixir 1.20.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.