Skip to content

Commit

Permalink
CLDR-17751 add ZWG, drop ZWL
Browse files Browse the repository at this point in the history
- update ZWG per ISO amendment
- retain USD as valid due to feedback and articles
- update English
  • Loading branch information
srl295 committed Aug 13, 2024
1 parent 6a93ad0 commit 5c7f407
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions common/main/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6636,6 +6636,11 @@ annotations.
<displayName count="one">Zimbabwean dollar (1980–2008)</displayName>
<displayName count="other">Zimbabwean dollars (1980–2008)</displayName>
</currency>
<currency type="ZWG">
<displayName>Zimbabwean Gold</displayName>
<displayName count="one">Zimbabwean Gold</displayName>
<displayName count="other">Zimbabwean Gold</displayName>
</currency>
<currency type="ZWL">
<displayName>Zimbabwean Dollar (2009)</displayName>
<displayName count="one">Zimbabwean dollar (2009)</displayName>
Expand Down
3 changes: 2 additions & 1 deletion common/supplemental/supplementalData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1180,8 +1180,9 @@ The printed version of ISO-4217:2001
<currency iso4217="ZRZ" from="1971-10-27" to="1993-11-01"/>
</region>
<region iso3166="ZW">
<currency iso4217="ZWG" from="2024-06-25"/>
<currency iso4217="USD" from="2009-04-12"/>
<currency iso4217="ZWL" from="2009-02-02" to="2009-04-12"/>
<currency iso4217="ZWL" from="2009-02-02" to="2024-08-31"/>
<currency iso4217="ZWR" from="2008-08-01" to="2009-02-02"/>
<currency iso4217="ZWD" from="1980-04-18" to="2008-08-01"/>
<currency iso4217="RHD" from="1970-02-17" to="1980-04-18"/>
Expand Down

0 comments on commit 5c7f407

Please sign in to comment.