cldr icon indicating copy to clipboard operation
cldr copied to clipboard

CLDR-17897 Fix unstable scripts when running GenerateLikelySubtags and ConvertLanguageData

Open conradarcturus opened this issue 1 year ago • 3 comments

CLDR-17897

While we are improving the population data and likely subtags we are generating side-effects from partial data. This adds new scripts so we can avoid these side-effects in future changes. Ultimately we will want to remove how many overrides are here but it's good to fix this.

See the data updated in this diagram: Screenshot 2024-08-29 at 15 29 41

  • [ ] This PR completes the ticket. -- I'm submitting this request first to separate the changes
  • [x] This PR stabilizes the data so its easier to follow up and fix other overrides.

Run this command to regenerate data: mvn package -DskipTests=true && java -jar tools/cldr-code/target/cldr-code.jar ConvertLanguageData && java -jar tools/cldr-code/target/cldr-code.jar GenerateLikelySubtags

ALLOW_MANY_COMMITS=true

conradarcturus avatar Aug 29 '24 22:08 conradarcturus

Hooray! The files in the branch are the same across the force-push. 😃

~ Your Friendly Jira-GitHub PR Checker Bot

Hooray! The files in the branch are the same across the force-push. 😃

~ Your Friendly Jira-GitHub PR Checker Bot

Hooray! The files in the branch are the same across the force-push. 😃

~ Your Friendly Jira-GitHub PR Checker Bot

Thanks everyone for the comments! It helped me make a better version of this PR in https://github.com/unicode-org/cldr/pull/4015.

Apologies for making a separate one -- rebasing it to the ddl/v47 branch introduced weird merge artifacts so I just made a new PR.

conradarcturus avatar Sep 04 '24 04:09 conradarcturus