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-18249 Add missing exemplar cities #4304

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
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
60 changes: 60 additions & 0 deletions common/main/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3928,6 +3928,33 @@ annotations.
<zone type="Etc/Unknown">
<exemplarCity>Unknown City</exemplarCity>
</zone>
<zone type="Antarctica/Rothera">
<exemplarCity>Rothera Station</exemplarCity>
</zone>
<zone type="Antarctica/Palmer">
<exemplarCity>Palmer Land</exemplarCity>
</zone>
<zone type="Antarctica/Troll">
<exemplarCity>Troll Station</exemplarCity>
</zone>
<zone type="Antarctica/Syowa">
<exemplarCity>Showa Station</exemplarCity>
</zone>
<zone type="Antarctica/Mawson">
<exemplarCity>Mawson Station</exemplarCity>
</zone>
<zone type="Antarctica/Vostok">
<exemplarCity>Vostok Station</exemplarCity>
</zone>
<zone type="Antarctica/Casey">
<exemplarCity>Casey Station</exemplarCity>
</zone>
<zone type="Antarctica/DumontDUrville">
<exemplarCity>Dumont d’Urville Station</exemplarCity>
</zone>
<zone type="Antarctica/McMurdo">
<exemplarCity>McMurdo Station</exemplarCity>
</zone>
<zone type="Antarctica/Macquarie">
<exemplarCity>Macquarie Island</exemplarCity>
</zone>
Expand All @@ -3943,6 +3970,15 @@ annotations.
<zone type="Indian/Christmas">
<exemplarCity>Christmas Island</exemplarCity>
</zone>
<zone type="Pacific/Galapagos">
<exemplarCity>Galápagos Islands</exemplarCity>
</zone>
<zone type="Atlantic/Canary">
<exemplarCity>Canaries</exemplarCity>
</zone>
<zone type="Atlantic/Faeroe">
<exemplarCity>Faroes</exemplarCity>
</zone>
<zone type="Europe/London">
<long>
<daylight>British Summer Time</daylight>
Expand All @@ -3953,12 +3989,36 @@ annotations.
<daylight>Irish Standard Time</daylight>
</long>
</zone>
<zone type="Indian/Chagos">
<exemplarCity>Chagos Archipelago</exemplarCity>
</zone>
<zone type="Asia/Qostanay">
<exemplarCity>Kostanay</exemplarCity>
</zone>
<zone type="Pacific/Kwajalein">
<exemplarCity>Kwajalein Atoll</exemplarCity>
</zone>
<zone type="America/Mexico_City">
<exemplarCity>Mexico City</exemplarCity>
</zone>
<zone type="Pacific/Norfolk">
<exemplarCity>Norfolk Island</exemplarCity>
</zone>
<zone type="Pacific/Chatham">
<exemplarCity>Chatham Islands</exemplarCity>
</zone>
<zone type="Pacific/Marquesas">
<exemplarCity>Marquesas Islands</exemplarCity>
</zone>
<zone type="Pacific/Pitcairn">
<exemplarCity>Pitcairn Islands</exemplarCity>
</zone>
<zone type="Indian/Kerguelen">
<exemplarCity>Kerguelen Islands</exemplarCity>
</zone>
<zone type="Pacific/Midway">
<exemplarCity>Midway Atoll</exemplarCity>
</zone>
<zone type="Pacific/Wake">
<exemplarCity>Wake Island</exemplarCity>
</zone>
Expand Down
18 changes: 18 additions & 0 deletions common/main/root.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3198,6 +3198,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard>UTC</standard>
</short>
</zone>
<zone type="Europe/Tirane">
<exemplarCity>Tirana</exemplarCity>
</zone>
<zone type="Antarctica/Syowa">
<exemplarCity>Showa</exemplarCity>
</zone>
<zone type="Antarctica/DumontDUrville">
<exemplarCity>Dumont-d’Urville</exemplarCity>
</zone>
Expand All @@ -3216,6 +3222,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Curacao">
<exemplarCity>Curaçao</exemplarCity>
</zone>
<zone type="America/Mexico_City">
<exemplarCity>Ciudad de México</exemplarCity>
</zone>
<zone type="Africa/Asmera">
<exemplarCity>Asmara</exemplarCity>
</zone>
Expand All @@ -3237,6 +3246,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Asia/Calcutta">
<exemplarCity>Kolkata</exemplarCity>
</zone>
<zone type="Indian/Comoro">
<exemplarCity>Comoros</exemplarCity>
</zone>
<zone type="America/St_Kitts">
<exemplarCity>St. Kitts</exemplarCity>
</zone>
Expand Down Expand Up @@ -3264,6 +3276,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Asia/Katmandu">
<exemplarCity>Kathmandu</exemplarCity>
</zone>
<zone type="America/Miquelon">
<exemplarCity>Saint-Pierre</exemplarCity>
</zone>
<zone type="America/Asuncion">
<exemplarCity>Asunción</exemplarCity>
</zone>
Expand Down Expand Up @@ -3324,6 +3339,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Asia/Saigon">
<exemplarCity>Ho Chi Minh</exemplarCity>
</zone>
<zone type="Pacific/Wallis">
<exemplarCity>Wallis &amp; Futuna</exemplarCity>
</zone>
</timeZoneNames>
</dates>
<numbers>
Expand Down
Loading