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-17367 v45 JSON: improve localeRules processing #3611

Conversation

srl295
Copy link
Member

@srl295 srl295 commented Apr 4, 2024

  • add special handling for localeRules

CLDR-17367

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

@srl295 srl295 requested a review from a team April 4, 2024 15:50
@srl295 srl295 self-assigned this Apr 4, 2024
@srl295
Copy link
Member Author

srl295 commented Apr 4, 2024

        "zh-Hant-MO": "zh-Hant-HK"
      },
      "_localeRules": {
        "parentLocale": {
          "nonlikelyScript": "root"
        }
      },
      "collations": {
        "sr-Cyrl-ME": "sr-ME",
        "yue-CN": "zh-Hans",
        "yue-Hans": "zh-Hans",
        "yue-Hans-CN": "zh-Hans",
        "yue": "zh-Hant",
        "yue-Hant": "zh-Hant"
      },
      "segmentations": {},
      "grammaticalFeatures": {},
      "plurals": {}
    }

- add special handling for localeRules
@srl295 srl295 force-pushed the v45/cldr-17367/cldr-json-parentLocales branch from e2bc061 to 337e391 Compare April 4, 2024 19:05
@jira-pull-request-webhook
Copy link

Notice: the branch changed across the force-push!

  • tools/cldr-code/src/main/java/org/unicode/cldr/json/Ldml2JsonConverter.java is different
  • tools/cldr-code/src/main/java/org/unicode/cldr/json/LdmlConvertRules.java is different

View Diff Across Force-Push

~ Your Friendly Jira-GitHub PR Checker Bot

@srl295 srl295 merged commit fc51e78 into unicode-org:maint/maint-45 Apr 9, 2024
10 checks passed
@srl295 srl295 deleted the v45/cldr-17367/cldr-json-parentLocales branch April 9, 2024 19:38
pedberg-icu pushed a commit to pedberg-icu/cldr that referenced this pull request Apr 22, 2024
pedberg-icu pushed a commit that referenced this pull request Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants