Skip to content

Commit

Permalink
CLDR-14054 change minimumGroupingDigits from 2 to 1 for es_419,es_MX,…
Browse files Browse the repository at this point in the history
…es_US (#1009)
  • Loading branch information
pedberg-icu committed Feb 4, 2021
1 parent ef4a0fa commit 0ad360e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/main/es_419.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5052,7 +5052,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<otherNumberingSystems>
<native draft="contributed">latn</native>
</otherNumberingSystems>
<minimumGroupingDigits draft="contributed">2</minimumGroupingDigits>
<minimumGroupingDigits draft="contributed">1</minimumGroupingDigits>
<symbols numberSystem="latn">
<decimal>.</decimal>
<group>,</group>
Expand Down
2 changes: 1 addition & 1 deletion common/main/es_MX.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4674,7 +4674,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<otherNumberingSystems>
<native draft="contributed">↑↑↑</native>
</otherNumberingSystems>
<minimumGroupingDigits draft="contributed">2</minimumGroupingDigits>
<minimumGroupingDigits draft="contributed">1</minimumGroupingDigits>
<symbols numberSystem="latn">
<decimal>↑↑↑</decimal>
<group>↑↑↑</group>
Expand Down
2 changes: 1 addition & 1 deletion common/main/es_US.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4741,7 +4741,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<otherNumberingSystems>
<native draft="contributed">↑↑↑</native>
</otherNumberingSystems>
<minimumGroupingDigits draft="contributed">2</minimumGroupingDigits>
<minimumGroupingDigits draft="contributed">1</minimumGroupingDigits>
<symbols numberSystem="latn">
<decimal>↑↑↑</decimal>
<group>↑↑↑</group>
Expand Down

0 comments on commit 0ad360e

Please sign in to comment.