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

CLDR-18108 Give all languages a primary script: trivial cases #4210

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. CLDR-18108 Give all languages a primary script: trivial cases

    This change adds "primary" scripts to many languages in language_script.tsv.
    
    This won't change likely subtags, rather this just future-proofs our data by recognizing a singular primary script, avoiding issues where ambiguities served customers the wrong script.
    
    I also added scripts for languages in country_language_population.tsv that were missing.
    conradarcturus committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d5c0448 View commit details
    Browse the repository at this point in the history
  2. CLDR-18108 Don't demote historical scripts

    Updated the ConvertLanguageData script to avoid demoting historical scripts/historical langauges.
    
    Also removed multi-primary script notes from the description -- anticipating a re-design, handled by other tasks.
    conradarcturus committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7f653f7 View commit details
    Browse the repository at this point in the history
  3. CLDR-18108 style

    mvn spotless:apply
    conradarcturus committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    191c88d View commit details
    Browse the repository at this point in the history