Possible breaking change
cldr_routesmatches a CLDR locale name (as used inex_cldr) to agettextlocale 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.