Skip to content

Commit

Permalink
CLDR-17675 Revert the decimal/grouping change, but add alts to allow …
Browse files Browse the repository at this point in the history
…implementations to choose between official and variant
  • Loading branch information
macchiati committed Jul 25, 2024
1 parent 5646783 commit 01597e1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions common/dtd/ldml.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic

<!ELEMENT decimal ( #PCDATA ) >
<!ATTLIST decimal alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!--@MATCH:literal/variant, us, official-->
<!ATTLIST decimal draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED:true, false-->
Expand All @@ -2053,7 +2053,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic

<!ELEMENT group ( #PCDATA ) >
<!ATTLIST group alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!--@MATCH:literal/variant, us, official-->
<!ATTLIST group draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED:true, false-->
Expand Down
15 changes: 13 additions & 2 deletions common/main/en_ZA.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,20 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</dates>
<numbers>
<symbols numberSystem="latn">
<decimal>↑↑↑</decimal>
<group>↑↑↑</group>
<decimal>,</decimal>
<decimal alt="official">,</decimal>
<decimal alt="us">.</decimal>
<group> </group>
<group alt="official"> </group>
<group alt="us">,</group>
</symbols>
<currencyFormats numberSystem="latn">
<currencyFormatLength>
<currencyFormat type="standard">
<pattern alt="alphaNextToNumber">¤#,##0.00</pattern>
</currencyFormat>
</currencyFormatLength>
</currencyFormats>
<currencies>
<currency type="ZAR">
<symbol>R</symbol>
Expand Down

0 comments on commit 01597e1

Please sign in to comment.