Skip to content

Commit

Permalink
CLDR-16543 Fix exemplar cities (#2841)
Browse files Browse the repository at this point in the history
See #2841
  • Loading branch information
robertbastian authored Oct 3, 2023
1 parent 7d62b11 commit 87375cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
21 changes: 0 additions & 21 deletions common/main/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3904,15 +3904,6 @@ annotations.
<zone type="Etc/Unknown">
<exemplarCity>Unknown City</exemplarCity>
</zone>
<zone type="Antarctica/DumontDUrville">
<exemplarCity>Dumont d’Urville</exemplarCity>
</zone>
<zone type="America/St_Barthelemy">
<exemplarCity>St. Barthélemy</exemplarCity>
</zone>
<zone type="America/Curacao">
<exemplarCity>Curaçao</exemplarCity>
</zone>
<zone type="Europe/London">
<long>
<daylight>British Summer Time</daylight>
Expand All @@ -3926,21 +3917,9 @@ annotations.
<zone type="Asia/Qostanay">
<exemplarCity>Kostanay</exemplarCity>
</zone>
<zone type="America/Asuncion">
<exemplarCity>Asunción</exemplarCity>
</zone>
<zone type="Indian/Reunion">
<exemplarCity>Réunion</exemplarCity>
</zone>
<zone type="Africa/Sao_Tome">
<exemplarCity>São Tomé</exemplarCity>
</zone>
<zone type="Europe/Uzhgorod">
<exemplarCity>Uzhhorod</exemplarCity>
</zone>
<zone type="Europe/Kiev">
<exemplarCity>Kyiv</exemplarCity>
</zone>
<zone type="Pacific/Honolulu">
<short>
<generic>HST</generic>
Expand Down
14 changes: 13 additions & 1 deletion common/main/root.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2899,7 +2899,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<exemplarCity>Dumont d’Urville</exemplarCity>
</zone>
<zone type="America/St_Barthelemy">
<exemplarCity>St. Barthelemy</exemplarCity>
<exemplarCity>St. Barthélemy</exemplarCity>
</zone>
<zone type="America/Coral_Harbour">
<exemplarCity>Atikokan</exemplarCity>
Expand Down Expand Up @@ -3006,6 +3006,18 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Asia/Saigon">
<exemplarCity>Ho Chi Minh</exemplarCity>
</zone>
<zone type="America/Curacao">
<exemplarCity>Curaçao</exemplarCity>
</zone>
<zone type="America/Asuncion">
<exemplarCity>Asunción</exemplarCity>
</zone>
<zone type="Indian/Reunion">
<exemplarCity>Réunion</exemplarCity>
</zone>
<zone type="Africa/Sao_Tome">
<exemplarCity>São Tomé</exemplarCity>
</zone>
</timeZoneNames>
</dates>
<numbers>
Expand Down

0 comments on commit 87375cd

Please sign in to comment.