diff --git a/common/main/ht.xml b/common/main/ht.xml new file mode 100644 index 00000000000..f5eb78aa4aa --- /dev/null +++ b/common/main/ht.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + Kreyòl Ayisyen + + + + [a {an} b {ch} d e è {en} f g h i j k l m n {ng} o ò {on} {ou} {oun} p r s t {ui} v w y z] + [x] + ↑↑↑ + [, ; \: ! ? . … ‘ ' ’ ′ ″ “ " ” ( ) \[ \] / @ \& # § \- %] + + + + , +   + % + - + + + \ No newline at end of file diff --git a/common/main/ht_HT.xml b/common/main/ht_HT.xml new file mode 100644 index 00000000000..a72cc1b3965 --- /dev/null +++ b/common/main/ht_HT.xml @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/common/supplemental/attributeValueValidity.xml b/common/supplemental/attributeValueValidity.xml index 0127f943655..10f314f7fd3 100644 --- a/common/supplemental/attributeValueValidity.xml +++ b/common/supplemental/attributeValueValidity.xml @@ -71,7 +71,7 @@ ebu ee ewo ff frr fur gaa gez gn gsw guz gv - haw hnj + haw hnj ht ii io iu jbo jgo jmc kaa kab kaj kam kcg kde ken khq ki kkj kl kln kpe ksb ksf ksh kw diff --git a/common/supplemental/supplementalMetadata.xml b/common/supplemental/supplementalMetadata.xml index aa6f5c7dfe0..7b3f94549a4 100644 --- a/common/supplemental/supplementalMetadata.xml +++ b/common/supplemental/supplementalMetadata.xml @@ -1887,7 +1887,7 @@ For terms of use, see http://www.unicode.org/copyright.html fy_NL ga_IE gaa_GH gd_GB gez_ET gl_ES gn_PY gsw_CH gu_IN guz_KE gv_IM ha_Arab_NG ha_NG haw_US he_IL hi_IN hi_Latn_IN hnj_Hmnp hnj_Hmnp_US hr_HR - hsb_DE hu_HU hy_AM + hsb_DE ht_HT hu_HU hy_AM ia_001 id_ID ie_EE ife_TG ig_NG ii_CN io_001 is_IS it_IT iu_CA iu_Latn_CA ja_JP jbo_001 jgo_CM jmc_TZ jv_ID ka_GE kaa_Cyrl kaa_Cyrl_UZ kaa_Latn_UZ kab_DZ kaj_NG kam_KE kcg_NG kde_TZ kea_CV ken_CM kgp_BR diff --git a/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestInheritance.java b/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestInheritance.java index fab3b9299a6..bbc9e803f95 100644 --- a/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestInheritance.java +++ b/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestInheritance.java @@ -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