Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-14054 change minimumGroupingDigits from 2 to 1 for es_419,es_MX,es_US #1009

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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