Skip to content

Commit

Permalink
CLDR-17865 Fix some bad currencyFormats/unitPattern items (#3946)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedberg-icu authored Aug 7, 2024
1 parent 7e41fa3 commit 6758e83
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions common/main/blo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3709,8 +3709,8 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<pattern alt="noCurrency">↑↑↑</pattern>
</currencyFormat>
</currencyFormatLength>
<unitPattern count="zero">{0} {1}</unitPattern>
<unitPattern count="one">{0} {1}</unitPattern>
<unitPattern count="zero">{1} {0}</unitPattern>
<unitPattern count="one">{1} {0}</unitPattern>
<unitPattern count="other">{1} {0}</unitPattern>
</currencyFormats>
<currencies>
Expand Down
2 changes: 1 addition & 1 deletion common/main/es_GT.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</currencyFormat>
</currencyFormatLength>
<unitPattern count="one" draft="contributed">↑↑↑</unitPattern>
<unitPattern count="other" draft="contributed">{1} {0}</unitPattern>
<unitPattern count="other" draft="contributed">↑↑↑</unitPattern>
</currencyFormats>
<currencies>
<currency type="GTQ">
Expand Down
2 changes: 1 addition & 1 deletion common/main/si.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5076,7 +5076,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
</currencyFormat>
</currencyFormatLength>
<currencyPatternAppendISO>{0} ¤¤</currencyPatternAppendISO>
<unitPattern count="one">{0} {1}</unitPattern>
<unitPattern count="one">{1}{0}</unitPattern>
<unitPattern count="other">{1}{0}</unitPattern>
</currencyFormats>
<currencies>
Expand Down
2 changes: 1 addition & 1 deletion common/main/vec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4855,7 +4855,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</currencyFormat>
</currencyFormatLength>
<currencyPatternAppendISO>{0} ¤¤</currencyPatternAppendISO>
<unitPattern count="one">{0} {1}</unitPattern>
<unitPattern count="one">{0}{1}</unitPattern>
<unitPattern count="other">{0} {1}</unitPattern>
</currencyFormats>
<currencies>
Expand Down

0 comments on commit 6758e83

Please sign in to comment.