Skip to content

Commit

Permalink
CLDR-17587 Fix test issues to add Haitian Creole
Browse files Browse the repository at this point in the history
  • Loading branch information
conradarcturus committed Aug 20, 2024
1 parent 9f27035 commit c8a5d95
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,10 @@ public void TestParentLocaleRelationships() {
"nn",
"nb",
// Per CLDR-15276 hi-Latn can have an explicit parent
"hi_Latn"));
"hi_Latn",
// Per CLDR-17587 Haitian Creole is largely influenced by French and is
// best boot-strapped by French
"ht"));

public void TestParentLocaleInvariants() {
// Testing invariant relationships in parent locales - See
Expand Down

0 comments on commit c8a5d95

Please sign in to comment.