Skip to content

Commit

Permalink
CLDR-17843 Update Kuvi (kxv) to also inherit number formats for Devan…
Browse files Browse the repository at this point in the history
…agari digits

In order to prevent Kuvi from dropping in coverage, this updates the number formats to inherit from root, otherwise it will be considered to be missing information.
  • Loading branch information
conradarcturus committed Aug 3, 2024
1 parent a83fdeb commit 2e7f14f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions common/main/kxv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3408,6 +3408,20 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</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="latn">
<scientificFormatLength>
<scientificFormat>
Expand All @@ -3422,6 +3436,13 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</percentFormat>
</percentFormatLength>
</percentFormats>
<percentFormats numberSystem="deva">
<percentFormatLength>
<percentFormat>
<pattern>↑↑↑</pattern>
</percentFormat>
</percentFormatLength>
</percentFormats>
<currencyFormats numberSystem="latn">
<currencyFormatLength>
<currencyFormat type="standard">
Expand Down Expand Up @@ -3450,6 +3471,15 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</currencyFormatLength>
<unitPattern count="other">↑↑↑</unitPattern>
</currencyFormats>
<currencyFormats numberSystem="deva">
<currencyFormatLength>
<currencyFormat type="standard">
<pattern>↑↑↑</pattern>
<pattern alt="alphaNextToNumber">↑↑↑</pattern>
<pattern alt="noCurrency">↑↑↑</pattern>
</currencyFormat>
</currencyFormatLength>
</currencyFormats>
<currencies>
<currency type="BRL">
<displayName>brājil ti riel</displayName>
Expand Down

0 comments on commit 2e7f14f

Please sign in to comment.