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-16476 fix problem in locale canonicalization.txt #2787

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common/testData/localeIdentifiers/localeCanonicalization.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ hy_arevela ; hy
hy_arevmda ; hyw
hy_arevmda_arevela ; hyw
hye_arevmda ; hyw
no_bokmal_nynorsk ; no
no_nynorsk_bokmal ; no
no_bokmal_nynorsk ; nb
no_nynorsk_bokmal ; nb
zh_guoyu_hakka_xiang ; hak
zh_hakka_xiang ; hak

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@ public Map<TestDataTypes,Map<String, String>> getTestData(Set<TestDataTypes> tes
{"en_US_heploc", "en_US_alalc97"},
{"en_US_aaland", "en_US"},
{"en_aaland", "en_AX"},
{"no_nynorsk_bokmal", "no"},
{"no_bokmal_nynorsk", "no"},
{"no_nynorsk_bokmal", "nb"},
{"no_bokmal_nynorsk", "nb"},
{"zh_guoyu_hakka_xiang", "hak"},
{"zh_hakka_xiang", "hak"},
};
Expand Down