Skip to content

Commit

Permalink
CLDR-17843 Update nqo.xml -- have native N'Ko number formats and symb…
Browse files Browse the repository at this point in the history
…ols inherit same format as root

Adding N'Ko update to the PR.

In order to prevent N'Ko from dropping in coverage, this updates number formats for their native digits to re-use the patterns from Latin -- while there may be differences we will request confirmation from linguists later.
  • Loading branch information
conradarcturus committed Aug 3, 2024
1 parent 2e7f14f commit 3307be2
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions common/main/nqo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3431,34 +3431,73 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<perMille>↑↑↑</perMille>
<infinity>↑↑↑</infinity>
</symbols>
<symbols numberSystem="nkoo">
<decimal>↑↑↑</decimal>
<group>،</group>
<percentSign>↑↑↑</percentSign>
<plusSign>↑↑↑</plusSign>
<minusSign>↑↑↑</minusSign>
<approximatelySign>↑↑↑</approximatelySign>
<superscriptingExponent>↑↑↑</superscriptingExponent>
<perMille>↑↑↑</perMille>
<infinity>↑↑↑</infinity>
</symbols>
<decimalFormats numberSystem="latn">
<decimalFormatLength>
<decimalFormat>
<pattern>↑↑↑</pattern>
</decimalFormat>
</decimalFormatLength>
</decimalFormats>
<decimalFormats numberSystem="nkoo">
<decimalFormatLength>
<decimalFormat>
<pattern>↑↑↑</pattern>
</decimalFormat>
</decimalFormatLength>
</decimalFormats>
<scientificFormats numberSystem="latn">
<scientificFormatLength>
<scientificFormat>
<pattern>↑↑↑</pattern>
</scientificFormat>
</scientificFormatLength>
</scientificFormats>
<scientificFormats numberSystem="nkoo">
<scientificFormatLength>
<scientificFormat>
<pattern>↑↑↑</pattern>
</scientificFormat>
</scientificFormatLength>
</scientificFormats>
<percentFormats numberSystem="latn">
<percentFormatLength>
<percentFormat>
<pattern>↑↑↑</pattern>
</percentFormat>
</percentFormatLength>
</percentFormats>
<percentFormats numberSystem="nkoo">
<percentFormatLength>
<percentFormat>
<pattern>↑↑↑</pattern>
</percentFormat>
</percentFormatLength>
</percentFormats>
<currencyFormats numberSystem="latn">
<currencyFormatLength>
<currencyFormat type="standard">
<pattern>↑↑↑</pattern>
</currencyFormat>
</currencyFormatLength>
</currencyFormats>
<currencyFormats numberSystem="nkoo">
<currencyFormatLength>
<currencyFormat type="standard">
<pattern>↑↑↑</pattern>
</currencyFormat>
</currencyFormatLength>
</currencyFormats>
<currencies>
<currency type="AED">
<displayName>ߊߙߊߓߎߟߊ߫ ߡߊ߲߬ߛߊ߬ߙߋ߬ߠߊ ߟߊߘߍ߬ߣߍ߲ ߘߌ߬ߙߑߤߊߡ</displayName>
Expand Down

0 comments on commit 3307be2

Please sign in to comment.