Skip to content

Commit

Permalink
CLDR-17587 Add Haitian Creole (unicode-org#3948)
Browse files Browse the repository at this point in the history
  • Loading branch information
conradarcturus authored Oct 25, 2024
1 parent e63c2ef commit 8f7b3cf
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
32 changes: 32 additions & 0 deletions common/main/ht.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision$"/>
<language type="ht"/>
</identity>
<localeDisplayNames>
<languages>
<language type="ht">Kreyòl Ayisyen</language>
</languages>
</localeDisplayNames>
<characters>
<exemplarCharacters>[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]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[x]</exemplarCharacters>
<exemplarCharacters type="numbers">↑↑↑</exemplarCharacters>
<exemplarCharacters type="punctuation">[, ; \: ! ? . … ‘ ' ’ ′ ″ “ &quot; ” ( ) \[ \] / @ \&amp; # § \- %]</exemplarCharacters>
</characters>
<numbers>
<symbols numberSystem="latn">
<decimal>,</decimal>
<group> </group>
<percentSign>%</percentSign>
<minusSign>-</minusSign>
</symbols>
</numbers>
</ldml>
14 changes: 14 additions & 0 deletions common/main/ht_HT.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision$"/>
<language type="ht"/>
<territory type="HT"/>
</identity>
</ldml>
2 changes: 1 addition & 1 deletion common/supplemental/attributeValueValidity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion common/supplemental/supplementalMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 8f7b3cf

Please sign in to comment.