Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to CLDR 45 #1077

Merged
merged 2 commits into from
Jul 11, 2024
Merged

Upgrade to CLDR 45 #1077

merged 2 commits into from
Jul 11, 2024

Commits on Jul 11, 2024

  1. Upgrade to CLDR 45

    tomasr8 authored and akx committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    956a4f3 View commit details
    Browse the repository at this point in the history
  2. Handle 'localeRules="nonlikelyScript"' for parent locales

    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.
    tomasr8 authored and akx committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7d84b67 View commit details
    Browse the repository at this point in the history