Skip to content

Commit

Permalink
CLDR-17843 Update xnr.xml -- Add scaffolding for Kangri Devanagari nu…
Browse files Browse the repository at this point in the history
…mber formatting patterns

We don't have submitted data for the Devanagari numerals in the Kangri language -- so we'll fall back to what Hindi is doing, which is just to inherit parent values atm.

This will prevent Kangri from dropping in coverage level.
  • Loading branch information
conradarcturus authored Jul 31, 2024
1 parent 2881add commit d2590f4
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions common/main/xnr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4384,20 +4384,41 @@ 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="deva">
<scientificFormatLength>
<scientificFormat>
<pattern>↑↑↑</pattern>
</scientificFormat>
</scientificFormatLength>
</scientificFormats>
<percentFormats numberSystem="latn">
<percentFormatLength>
<percentFormat>
<pattern>#,##,##0%</pattern>
</percentFormat>
</percentFormatLength>
</percentFormats>
<percentFormats numberSystem="deva">
<percentFormatLength>
<percentFormat>
<pattern>↑↑↑</pattern>
</percentFormat>
</percentFormatLength>
</percentFormats>
<currencyFormats numberSystem="latn">
<currencyFormatLength>
<currencyFormat type="standard">
Expand Down Expand Up @@ -4426,6 +4447,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="AED">
<displayName>कट्ठा अरब अमीरात दा दिराम</displayName>
Expand Down

0 comments on commit d2590f4

Please sign in to comment.