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 authored and srl295 committed Oct 25, 2024
1 parent c1225c5 commit a97bc9f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,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 a97bc9f

Please sign in to comment.