Skip to content

Commit

Permalink
CLDR-17661 ii: add yiii numbering system
Browse files Browse the repository at this point in the history
- missed some aliases found with GenerateNumberingSystemAliases
  • Loading branch information
srl295 committed Jul 8, 2024
1 parent db04331 commit 443615a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions common/main/root.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3555,6 +3555,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<decimalFormats numberSystem="wcho">
<alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
</decimalFormats>
<decimalFormats numberSystem="yiii">
<alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
</decimalFormats>
<scientificFormats>
<alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
</scientificFormats>
Expand Down Expand Up @@ -3793,6 +3796,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<scientificFormats numberSystem="wcho">
<alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
</scientificFormats>
<scientificFormats numberSystem="yiii">
<alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
</scientificFormats>
<percentFormats>
<alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
</percentFormats>
Expand Down Expand Up @@ -4035,6 +4041,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<percentFormats numberSystem="wcho">
<alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
</percentFormats>
<percentFormats numberSystem="yiii">
<alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
</percentFormats>
<currencyFormats>
<alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
</currencyFormats>
Expand Down Expand Up @@ -4318,6 +4327,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<currencyFormats numberSystem="wcho">
<alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
</currencyFormats>
<currencyFormats numberSystem="yiii">
<alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
</currencyFormats>
<currencies>
<currency type="AFN">
<symbol alt="narrow">؋</symbol>
Expand Down Expand Up @@ -4891,6 +4903,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<miscPatterns numberSystem="wcho">
<alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
</miscPatterns>
<miscPatterns numberSystem="yiii">
<alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
</miscPatterns>
<minimalPairs>
<pluralMinimalPairs count="other">{0}?</pluralMinimalPairs>
<ordinalMinimalPairs ordinal="other">{0}?</ordinalMinimalPairs>
Expand Down

0 comments on commit 443615a

Please sign in to comment.