-
Notifications
You must be signed in to change notification settings - Fork 414
CLDR-14218 update tooling & fix for tests. #1479
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-14218 update tooling & fix for tests. #1479
Conversation
|
#666 obviated? |
| } | ||
|
|
||
| static final Set<String> ISOLATES = ImmutableSet.of("ko", "qu", "root"); | ||
| static final Set<String> ISOLATES = ImmutableSet.of("ko", "qu", "root", "ce", "kgp", "und"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wondered if und belonged here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's needed here (edge case)
|
commit message starts with (I fixed the PR title already)
needs to be CLDR-14218 |
afff46a to
d130f57
Compare
|
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
DavidLRowe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no clue on most of these items! I spot-checked the few I do understand and don't find anything to change. So here's my approval for what it's worth!
CLDR-14218
Imported the wikidata for language groups.
Modified the tool and test to fix the errors
Didn't yet fix the cycles, but those are minor.
Added some more information about how to fix any problems that arise.
This PR completes the ticket.