Skip to content

Commit

Permalink
CLDR-17843 Update uz_Cyrl.xml remove arabext symbols, add punct. exem…
Browse files Browse the repository at this point in the history
…plars

Last locale we can fix programmatically for CLDR-17843 for v46. This removes arabext numbering values since they are not fully enumerated -- perhaps we can fully support it in v47. It also fixes missing punctuation exemplars.
  • Loading branch information
conradarcturus authored Aug 5, 2024
1 parent ee6d64c commit 60eec37
Showing 1 changed file with 1 addition and 41 deletions.
42 changes: 1 addition & 41 deletions common/main/uz_Cyrl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<exemplarCharacters type="auxiliary">[ц щ ы ь]</exemplarCharacters>
<exemplarCharacters type="index" draft="unconfirmed">[А Б В Г Ғ Д Е Ж З И Й К Қ Л М Н О П Р С Т УЎ Ф Х Ҳ Ч Ш Ъ Э Ю Я]</exemplarCharacters>
<exemplarCharacters type="numbers">[  \- ‑ , % ‰ + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
<exemplarCharacters type="punctuation">[\- ‑ , ; : ! ? . ( ) \[ \] \{ \} ‘ ’ “ ”]</exemplarCharacters>
<ellipsis type="final">↑↑↑</ellipsis>
<ellipsis type="initial">↑↑↑</ellipsis>
<ellipsis type="medial">↑↑↑</ellipsis>
Expand Down Expand Up @@ -2514,18 +2515,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</timeZoneNames>
</dates>
<numbers>
<symbols numberSystem="arabext">
<decimal>↑↑↑</decimal>
<group>↑↑↑</group>
<percentSign>↑↑↑</percentSign>
<plusSign>+</plusSign>
<minusSign>-</minusSign>
<exponential>↑↑↑</exponential>
<superscriptingExponent>↑↑↑</superscriptingExponent>
<perMille>↑↑↑</perMille>
<infinity>↑↑↑</infinity>
<nan>ҳақиқий сон эмас</nan>
</symbols>
<symbols numberSystem="latn">
<decimal>,</decimal>
<group> </group>
Expand All @@ -2538,13 +2527,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<infinity>↑↑↑</infinity>
<nan>ҳақиқий сон эмас</nan>
</symbols>
<decimalFormats numberSystem="arabext">
<decimalFormatLength>
<decimalFormat>
<pattern>↑↑↑</pattern>
</decimalFormat>
</decimalFormatLength>
</decimalFormats>
<decimalFormats numberSystem="latn">
<decimalFormatLength>
<decimalFormat>
Expand Down Expand Up @@ -2608,42 +2590,20 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</decimalFormat>
</decimalFormatLength>
</decimalFormats>
<scientificFormats numberSystem="arabext">
<scientificFormatLength>
<scientificFormat>
<pattern>↑↑↑</pattern>
</scientificFormat>
</scientificFormatLength>
</scientificFormats>
<scientificFormats numberSystem="latn">
<scientificFormatLength>
<scientificFormat>
<pattern>↑↑↑</pattern>
</scientificFormat>
</scientificFormatLength>
</scientificFormats>
<percentFormats numberSystem="arabext">
<percentFormatLength>
<percentFormat>
<pattern>↑↑↑</pattern>
</percentFormat>
</percentFormatLength>
</percentFormats>
<percentFormats numberSystem="latn">
<percentFormatLength>
<percentFormat>
<pattern>↑↑↑</pattern>
</percentFormat>
</percentFormatLength>
</percentFormats>
<currencyFormats numberSystem="arabext">
<currencyFormatLength>
<currencyFormat type="standard">
<pattern>↑↑↑</pattern>
<pattern alt="noCurrency" draft="provisional">↑↑↑</pattern>
</currencyFormat>
</currencyFormatLength>
</currencyFormats>
<currencyFormats numberSystem="latn">
<currencyFormatLength>
<currencyFormat type="standard">
Expand Down

0 comments on commit 60eec37

Please sign in to comment.