Skip to content

Commit

Permalink
CLDR-17587 Update thousands separator for Haitian Creole to nbsp
Browse files Browse the repository at this point in the history
I had an error (regular spaces shouldn't be used, only non-breaking spaces) and it caused me to check online media for the Haitian creole number formats. What I would write in English as "1,234,567.89" is shown in a few different ways, depending on the source.

Survey we at Meta gave to Haitian Creole linguists: "1 234 567,89"

[Google Translate](https://translate.google.com/?sl=en&tl=ht&text=1%2C234%2C567.89&op=translate): "1.234.567,89":

[Haitian Times](https://haitiantimes.com/2024/08/04/haitis-northwest-mythical-coast-anse-a-foleur-to-celebrate-140-years/): "1,234,567.89"

er, that's not great that the different sources work differently. I'll follow the survey'd results for initializing the core data but I'll follow up with Haitian Creole experts when we enter their language's data into the CLDR Survey Tool.
  • Loading branch information
conradarcturus committed Sep 3, 2024
1 parent fa7eff0 commit bcac442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/main/ht.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<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="numbers">↑↑↑</exemplarCharacters>
<exemplarCharacters type="punctuation">[, ; \: ! ? . … ‘ ' ’ ′ ″ “ &quot; ” ( ) \[ \] / @ \&amp; # § \- %]</exemplarCharacters>
</characters>
<numbers>
<symbols numberSystem="latn">
<decimal>,</decimal>
<group> </group>
<group> </group>
<percentSign>%</percentSign>
<minusSign>-</minusSign>
</symbols>
Expand Down

0 comments on commit bcac442

Please sign in to comment.