-
Notifications
You must be signed in to change notification settings - Fork 388
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-17600 BRS 7 Update language names #3666
CLDR-17600 BRS 7 Update language names #3666
Conversation
ids.add(parts[1]); | ||
if (!value.inRoot) { | ||
missing.add(parts[1]); | ||
} | ||
} | ||
} | ||
if (!assertEquals( | ||
"Language subtags that are in a CLDR locale's ID are in root (" | ||
"Language subtags in a locale's ID must be in one of the attributeValueValidity.xml $language* sets, typically $languageNonTcLtBasic (" |
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.
Is there also a test that warns if a locale is being removed from a TC org's language set that it needs to be changed to be in the non-TC org Basic or higher list?
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.
There isn't, and that's reasonable. But I'd like that to be a separate ticket, since we don't have to do it this release.
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.
Okay, SGTM!
Can someone approve this? |
e3b0e3a
to
df97618
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
Had to resolve merge conflicts; can someone rubber-stamp? Only change is the addition of mhn (from #3665) |
Closing this PR, because the merge conflicts were too messy. Opening new version as #3680. Basically just test fixes. |
CLDR-17600
As per BRS. This hasn't been done for a while. I updated 3 lists of languages:
Each list was canonicalized:
reorganized to remove overlaps and duplicates,
and put into alphabetical order with each new initial letter starting a row.
Notes:
If you want to see the names of $oldLanguages, go to https://util.unicode.org/UnicodeJsps/languageid.jsp?a=aa+ace+ada+ady+ain+ale+alt+anp+arp+ars+atj+av+awa+ay+ban+bi+bin+bla+bug+cay+ch+chk+chm+chp+chy+clc+crg+crj+crk+crl+crm+crr+crs+dak+dar+dgr+dzg+efi+eka+fj+fon+frc+gan+gil+gor+gwi+hai+hak+hax+hil+hmn+hsn+ht+hup+hur+hz+iba+ibb+ikt+ilo+inh+kac+kbd+kfo+kha+kj+kmb+kr+krc+krl+kru+kum+kv+kwk+lad+lez+li+lil+lld+lou+loz+lsm+ltg+lua+lun+lus+mad+mag+mak+men+mh+min+moe+mos+mwl+na+nan+nap+nb+new+ng+nia+niu+nog+ojb+ojc+ojs+ojw+oka+pag+pam+pau+pqm+quc+rap+rar+rup+sad+sba+sco+slh+sm+sma+smj++sms+snk+srn+str+suk+swb+sy+tce+tem+tet+tgx+tht+tlh+tli+ttm+tum+tvl+ty+udm+umb+war+wuu+xal+ybb
ALLOW_MANY_COMMITS=true