Skip to content

Commit

Permalink
CLDR-17843 Fix number formats for Kuvi (kxv) and descendents
Browse files Browse the repository at this point in the history
The child locales of Kuvi needed inheritance as well so I fixed that too.

Also re-ran the coverage levels `java -jar tools/cldr-code/target/cldr-code.jar ShowLocaleCoverage`
  • Loading branch information
conradarcturus committed Aug 6, 2024
1 parent 3307be2 commit b2dc0c8
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 1 deletion.
14 changes: 13 additions & 1 deletion common/main/kxv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3369,6 +3369,18 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<infinity>↑↑↑</infinity>
<nan>↑↑↑</nan>
</symbols>
<symbols numberSystem="deva">
<decimal>↑↑↑</decimal>
<group>↑↑↑</group>
<percentSign>↑↑↑</percentSign>
<plusSign>↑↑↑</plusSign>
<minusSign>↑↑↑</minusSign>
<exponential>↑↑↑</exponential>
<superscriptingExponent>↑↑↑</superscriptingExponent>
<perMille>↑↑↑</perMille>
<infinity>↑↑↑</infinity>
<nan>↑↑↑</nan>
</symbols>
<decimalFormats numberSystem="latn">
<decimalFormatLength>
<decimalFormat>
Expand Down Expand Up @@ -3422,7 +3434,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</scientificFormat>
</scientificFormatLength>
</scientificFormats>
<scientificFormats numberSystem="latn">
<scientificFormats numberSystem="deva">
<scientificFormatLength>
<scientificFormat>
<pattern>↑↑↑</pattern>
Expand Down
35 changes: 35 additions & 0 deletions common/main/kxv_Deva.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3251,34 +3251,69 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<plusSign>↑↑↑</plusSign>
<minusSign>↑↑↑</minusSign>
</symbols>
<symbols numberSystem="deva">
<decimal>↑↑↑</decimal>
<group>↑↑↑</group>
<percentSign>↑↑↑</percentSign>
<plusSign>↑↑↑</plusSign>
<minusSign>↑↑↑</minusSign>
</symbols>
<decimalFormats numberSystem="latn">
<decimalFormatLength>
<decimalFormat>
<pattern>#,##,##0.###</pattern>
</decimalFormat>
</decimalFormatLength>
</decimalFormats>
<decimalFormats numberSystem="deva">
<decimalFormatLength>
<decimalFormat>
<pattern>↑↑↑</pattern>
</decimalFormat>
</decimalFormatLength>
</decimalFormats>
<scientificFormats numberSystem="latn">
<scientificFormatLength>
<scientificFormat>
<pattern>↑↑↑</pattern>
</scientificFormat>
</scientificFormatLength>
</scientificFormats>
<scientificFormats numberSystem="deva">
<scientificFormatLength>
<scientificFormat>
<pattern>↑↑↑</pattern>
</scientificFormat>
</scientificFormatLength>
</scientificFormats>
<percentFormats numberSystem="latn">
<percentFormatLength>
<percentFormat>
<pattern>↑↑↑</pattern>
</percentFormat>
</percentFormatLength>
</percentFormats>
<percentFormats numberSystem="deva">
<percentFormatLength>
<percentFormat>
<pattern>↑↑↑</pattern>
</percentFormat>
</percentFormatLength>
</percentFormats>
<currencyFormats numberSystem="latn">
<currencyFormatLength>
<currencyFormat type="standard">
<pattern>¤#,##,##0.00</pattern>
</currencyFormat>
</currencyFormatLength>
</currencyFormats>
<currencyFormats numberSystem="deva">
<currencyFormatLength>
<currencyFormat type="standard">
<pattern>↑↑↑</pattern>
</currencyFormat>
</currencyFormatLength>
</currencyFormats>
<currencies>
<currency type="CNY">
<displayName>चीन ति युआन</displayName>
Expand Down
35 changes: 35 additions & 0 deletions common/main/kxv_Orya.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3253,34 +3253,69 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<plusSign>↑↑↑</plusSign>
<minusSign>↑↑↑</minusSign>
</symbols>
<symbols numberSystem="deva">
<decimal>↑↑↑</decimal>
<group>↑↑↑</group>
<percentSign>↑↑↑</percentSign>
<plusSign>↑↑↑</plusSign>
<minusSign>↑↑↑</minusSign>
</symbols>
<decimalFormats numberSystem="latn">
<decimalFormatLength>
<decimalFormat>
<pattern>#,##,##0.###</pattern>
</decimalFormat>
</decimalFormatLength>
</decimalFormats>
<decimalFormats numberSystem="deva">
<decimalFormatLength>
<decimalFormat>
<pattern>↑↑↑</pattern>
</decimalFormat>
</decimalFormatLength>
</decimalFormats>
<scientificFormats numberSystem="latn">
<scientificFormatLength>
<scientificFormat>
<pattern>↑↑↑</pattern>
</scientificFormat>
</scientificFormatLength>
</scientificFormats>
<scientificFormats numberSystem="deva">
<scientificFormatLength>
<scientificFormat>
<pattern>↑↑↑</pattern>
</scientificFormat>
</scientificFormatLength>
</scientificFormats>
<percentFormats numberSystem="latn">
<percentFormatLength>
<percentFormat>
<pattern>↑↑↑</pattern>
</percentFormat>
</percentFormatLength>
</percentFormats>
<percentFormats numberSystem="deva">
<percentFormatLength>
<percentFormat>
<pattern>↑↑↑</pattern>
</percentFormat>
</percentFormatLength>
</percentFormats>
<currencyFormats numberSystem="latn">
<currencyFormatLength>
<currencyFormat type="standard">
<pattern>¤#,##,##0.00</pattern>
</currencyFormat>
</currencyFormatLength>
</currencyFormats>
<currencyFormats numberSystem="deva">
<currencyFormatLength>
<currencyFormat type="standard">
<pattern>↑↑↑</pattern>
</currencyFormat>
</currencyFormatLength>
</currencyFormats>
<currencies>
<currency type="BRL">
<displayName>ବ୍ରାଜିଲ୍ ତି ରିଏଲ୍</displayName>
Expand Down
35 changes: 35 additions & 0 deletions common/main/kxv_Telu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3227,34 +3227,69 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<plusSign>↑↑↑</plusSign>
<minusSign>↑↑↑</minusSign>
</symbols>
<symbols numberSystem="deva">
<decimal>↑↑↑</decimal>
<group>↑↑↑</group>
<percentSign>↑↑↑</percentSign>
<plusSign>↑↑↑</plusSign>
<minusSign>↑↑↑</minusSign>
</symbols>
<decimalFormats numberSystem="latn">
<decimalFormatLength>
<decimalFormat>
<pattern>#,##,##0.###</pattern>
</decimalFormat>
</decimalFormatLength>
</decimalFormats>
<decimalFormats numberSystem="deva">
<decimalFormatLength>
<decimalFormat>
<pattern>↑↑↑</pattern>
</decimalFormat>
</decimalFormatLength>
</decimalFormats>
<scientificFormats numberSystem="latn">
<scientificFormatLength>
<scientificFormat>
<pattern>↑↑↑</pattern>
</scientificFormat>
</scientificFormatLength>
</scientificFormats>
<scientificFormats numberSystem="deva">
<scientificFormatLength>
<scientificFormat>
<pattern>↑↑↑</pattern>
</scientificFormat>
</scientificFormatLength>
</scientificFormats>
<percentFormats numberSystem="latn">
<percentFormatLength>
<percentFormat>
<pattern>↑↑↑</pattern>
</percentFormat>
</percentFormatLength>
</percentFormats>
<percentFormats numberSystem="deva">
<percentFormatLength>
<percentFormat>
<pattern>↑↑↑</pattern>
</percentFormat>
</percentFormatLength>
</percentFormats>
<currencyFormats numberSystem="latn">
<currencyFormatLength>
<currencyFormat type="standard">
<pattern>¤#,##,##0.00</pattern>
</currencyFormat>
</currencyFormatLength>
</currencyFormats>
<currencyFormats numberSystem="deva">
<currencyFormatLength>
<currencyFormat type="standard">
<pattern>↑↑↑</pattern>
</currencyFormat>
</currencyFormatLength>
</currencyFormats>
<currencies>
<currency type="BRL">
<displayName>బ్రెజిలియన్ రియల్</displayName>
Expand Down
6 changes: 6 additions & 0 deletions common/properties/coverageLevels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ kok_Latn ; basic ; Konkani (Latin)
ks ; basic ; Kashmiri
ks_Deva ; basic ; Kashmiri (Devanagari)
ku ; moderate ; Kurdish
kxv ; basic ; Kuvi
kxv_Deva ; basic ; Kuvi (Devanagari)
kxv_Orya ; basic ; Kuvi (Odia)
kxv_Telu ; basic ; Kuvi (Telugu)
ky ; modern ; Kyrgyz
lb ; basic ; Luxembourgish
lij ; basic ; Ligurian
Expand All @@ -107,6 +111,7 @@ ne ; modern ; Nepali
nl ; modern ; Dutch
nn ; modern ; Norwegian Nynorsk
no ; modern ; Norwegian
nqo ; basic ; N’Ko
nso ; basic ; Northern Sotho
oc ; basic ; Occitan
om ; basic ; Oromo
Expand Down Expand Up @@ -160,6 +165,7 @@ vi ; modern ; Vietnamese
vmw ; basic ; Makhuwa
wo ; moderate ; Wolof
xh ; moderate ; Xhosa
xnr ; moderate ; Kangri
yo ; modern ; Yoruba
yrl ; basic ; Nheengatu
yue ; modern ; Cantonese
Expand Down

0 comments on commit b2dc0c8

Please sign in to comment.