Skip to content

Cldr Routes version 1.4.0

Latest

Choose a tag to compare

@kipcole9 kipcole9 released this 05 Nov 17:54
· 0 commits to main since this release

Possible breaking change

  • cldr_routes matches a CLDR locale name (as used in ex_cldr) to a gettext locale name. For ex_cldr v2.44.0 that matching process is more flexible and more compliant with the CLDR language matching algorithm. As a result, it is possible that some locales may match to a different gettext locale name than in previous versions. And therefore some route helpers may resolve differently as well.

Enhancements

  • Updated to CLDR 48.

  • Adds attribution of the original idea and implementation to Bart Otten.