Skip to content

Commit

Permalink
CLDR-17587 Add Haitian Creole
Browse files Browse the repository at this point in the history
This adds core data for Haitian Creole so that in v47 we can fill out the information for this locale.
  • Loading branch information
conradarcturus committed Aug 8, 2024
1 parent 8cc4d74 commit 3ea0214
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 2 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">[0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
<exemplarCharacters type="punctuation">[, ; \: ! ? . … ‘ ' ’ ′ ″ “ &quot; ” ( ) \[ \] / @ \&amp; # § \- %]</exemplarCharacters>
</characters>
<numbers>
<symbols numberSystem="latn">
<decimal>,</decimal>
<group> </group>

Check failure on line 27 in common/main/ht.xml

View workflow job for this annotation

GitHub Actions / check

must not start or end with space

Error: This item must not start or end with whitespace, or be empty.
<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 @@ -1838,7 +1838,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

0 comments on commit 3ea0214

Please sign in to comment.