Upgrade to CLDR 45 by tomasr8 · Pull Request #1077 · python-babel/babel

@akx akx mentioned this pull request

May 5, 2024

akx

akx

@tomasr8 @akx

Locales of the form 'lang_Script' where 'Script' is not the
likely script for 'lang' should have 'root' as their parent
locale. For example, the parent of 'az_Arab' should not be
computed as 'az' by truncating from the end, but should be
'root' instead as 'Arab' is not the likely script for 'az'.

The list of such languages was previously specified using
an explicit 'locales' attribute. It is now handled dynamically
using the new 'localeRules' attribute.

@akx akx mentioned this pull request

Aug 7, 2024