Skip to content

Commit

Permalink
CLDR-15383 if have narrow currency symbol but non-narrow ↑↑↑ inherits…
Browse files Browse the repository at this point in the history
… no value, provide value (#1777)
  • Loading branch information
pedberg-icu authored Feb 23, 2022
1 parent 55d7978 commit f053016
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion common/main/en_AU.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5846,7 +5846,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<displayName>↑↑↑</displayName>
<displayName count="one">↑↑↑</displayName>
<displayName count="other">↑↑↑</displayName>
<symbol>↑↑↑</symbol>
<symbol>CUP</symbol>
<symbol alt="narrow">₱</symbol>
</currency>
<currency type="CVE">
Expand Down
2 changes: 1 addition & 1 deletion common/main/fi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6828,7 +6828,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<displayName>Kroatian kuna</displayName>
<displayName count="one">Kroatian kuna</displayName>
<displayName count="other">Kroatian kunaa</displayName>
<symbol>↑↑↑</symbol>
<symbol>HRK</symbol>
<symbol alt="narrow">HRK</symbol>
</currency>
<currency type="HTG">
Expand Down
6 changes: 3 additions & 3 deletions common/main/it.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5555,7 +5555,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<displayName>rublo bielorusso</displayName>
<displayName count="one">rublo bielorusso</displayName>
<displayName count="other">rubli bielorussi</displayName>
<symbol>↑↑↑</symbol>
<symbol>BYN</symbol>
<symbol alt="narrow">Br</symbol>
</currency>
<currency type="BYR">
Expand Down Expand Up @@ -5708,7 +5708,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<displayName>sterlina egiziana</displayName>
<displayName count="one">sterlina egiziana</displayName>
<displayName count="other">sterline egiziane</displayName>
<symbol>↑↑↑</symbol>
<symbol>EGP</symbol>
<symbol alt="narrow">£E</symbol>
</currency>
<currency type="ERN">
Expand Down Expand Up @@ -6240,7 +6240,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<displayName>corona norvegese</displayName>
<displayName count="one">corona norvegese</displayName>
<displayName count="other">corone norvegesi</displayName>
<symbol>↑↑↑</symbol>
<symbol>NOK</symbol>
<symbol alt="narrow">NKr</symbol>
</currency>
<currency type="NPR">
Expand Down
2 changes: 1 addition & 1 deletion common/main/ps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5184,7 +5184,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<displayName>بلاروسي روبل</displayName>
<displayName count="one">بلاروسي روبل</displayName>
<displayName count="other">بلاروسي روبلز</displayName>
<symbol draft="contributed">↑↑↑</symbol>
<symbol draft="contributed">BYN</symbol>
<symbol alt="narrow" draft="contributed">р.</symbol>
</currency>
<currency type="BZD">
Expand Down
2 changes: 1 addition & 1 deletion common/main/sv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7408,7 +7408,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<displayName>spansk peseta</displayName>
<displayName count="one">spansk peseta</displayName>
<displayName count="other">spanska pesetas</displayName>
<symbol draft="contributed">↑↑↑</symbol>
<symbol draft="contributed">ESP</symbol>
<symbol alt="narrow" draft="contributed">ESP</symbol>
</currency>
<currency type="ETB">
Expand Down
4 changes: 2 additions & 2 deletions common/main/to.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7722,7 +7722,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<currency type="FJD">
<displayName>Tola fakafisi</displayName>
<displayName count="other">Tola fakafisi</displayName>
<symbol draft="contributed">↑↑↑</symbol>
<symbol draft="contributed">FJD</symbol>
<symbol alt="narrow" draft="contributed">F$</symbol>
</currency>
<currency type="NZD">
Expand All @@ -7739,7 +7739,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<currency type="SBD">
<displayName>Tola fakaʻotusolomone</displayName>
<displayName count="other">Tola fakaʻotusolomone</displayName>
<symbol draft="contributed">↑↑↑</symbol>
<symbol draft="contributed">SBD</symbol>
<symbol alt="narrow" draft="contributed">S$</symbol>
</currency>
<currency type="TOP">
Expand Down

0 comments on commit f053016

Please sign in to comment.