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-18075 timezone names #4184

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
38 changes: 23 additions & 15 deletions common/main/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,7 @@ annotations.
<territory type="BZ">Belize</territory>
<territory type="CA">Canada</territory>
<territory type="CC">Cocos (Keeling) Islands</territory>
<territory type="CC" alt="short">Cocos Islands</territory>
<territory type="CD">Congo - Kinshasa</territory>
<territory type="CD" alt="variant">Congo (DRC)</territory>
<territory type="CF">Central African Republic</territory>
Expand Down Expand Up @@ -1161,6 +1162,7 @@ annotations.
<territory type="PL">Poland</territory>
<territory type="PM">St. Pierre &amp; Miquelon</territory>
<territory type="PN">Pitcairn Islands</territory>
<territory type="PN" alt="short">Pitcairn</territory>
<territory type="PR">Puerto Rico</territory>
<territory type="PS">Palestinian Territories</territory>
<territory type="PS" alt="short">Palestine</territory>
Expand Down Expand Up @@ -3935,6 +3937,12 @@ annotations.
<zone type="Asia/Qostanay">
<exemplarCity>Kostanay</exemplarCity>
</zone>
<zone type="Pacific/Easter">
<exemplarCity>Easter Island</exemplarCity>
</zone>
<zone type="Pacific/Wake">
<exemplarCity>Wake Island</exemplarCity>
</zone>
<zone type="Pacific/Honolulu">
<short>
<generic>HST</generic>
Expand Down Expand Up @@ -4189,7 +4197,7 @@ annotations.
</metazone>
<metazone type="Brunei">
<long>
<standard>Brunei Darussalam Time</standard>
<standard>Brunei Time</standard>
</long>
</metazone>
<metazone type="Cape_Verde">
Expand Down Expand Up @@ -4268,12 +4276,12 @@ annotations.
</metazone>
<metazone type="DumontDUrville">
<long>
<standard>Dumont-d’Urville Time</standard>
<standard>Dumont d’Urville Time</standard>
</long>
</metazone>
<metazone type="East_Timor">
<long>
<standard>East Timor Time</standard>
<standard>Timor-Leste Time</standard>
</long>
</metazone>
<metazone type="Easter">
Expand Down Expand Up @@ -4490,9 +4498,9 @@ annotations.
</metazone>
<metazone type="Kamchatka">
<long>
<generic>Petropavlovsk-Kamchatski Time</generic>
<standard>Petropavlovsk-Kamchatski Standard Time</standard>
<daylight>Petropavlovsk-Kamchatski Summer Time</daylight>
<generic>Kamchatka Time</generic>
<standard>Kamchatka Standard Time</standard>
<daylight>Kamchatka Summer Time</daylight>
</long>
</metazone>
<metazone type="Kazakhstan">
Expand Down Expand Up @@ -4675,7 +4683,7 @@ annotations.
</metazone>
<metazone type="North_Mariana">
<long>
<standard>North Mariana Islands Time</standard>
<standard>Northern Mariana Islands Time</standard>
</long>
</metazone>
<metazone type="Novosibirsk">
Expand Down Expand Up @@ -4749,12 +4757,12 @@ annotations.
</metazone>
<metazone type="Ponape">
<long>
<standard>Ponape Time</standard>
<standard>Pohnpei Time</standard>
</long>
</metazone>
<metazone type="Pyongyang">
<long>
<standard>Pyongyang Time</standard>
<standard>North Korea Time</standard>
</long>
</metazone>
<metazone type="Qyzylorda">
Expand Down Expand Up @@ -4790,9 +4798,9 @@ annotations.
</metazone>
<metazone type="Samoa">
<long>
<generic>Samoa Time</generic>
<standard>Samoa Standard Time</standard>
<daylight>Samoa Daylight Time</daylight>
<generic>American Samoa Time</generic>
<standard>American Samoa Standard Time</standard>
<daylight>American Samoa Daylight Time</daylight>
</long>
</metazone>
<metazone type="Seychelles">
Expand Down Expand Up @@ -4832,9 +4840,9 @@ annotations.
</metazone>
<metazone type="Taipei">
<long>
<generic>Taipei Time</generic>
<standard>Taipei Standard Time</standard>
<daylight>Taipei Daylight Time</daylight>
<generic>Taiwan Time</generic>
<standard>Taiwan Standard Time</standard>
<daylight>Taiwan Daylight Time</daylight>
</long>
</metazone>
<metazone type="Tajikistan">
Expand Down
8 changes: 4 additions & 4 deletions common/main/root.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3198,18 +3198,18 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard>UTC</standard>
</short>
</zone>
<zone type="Etc/Unknown">
<exemplarCity>Unknown</exemplarCity>
</zone>
<zone type="Antarctica/DumontDUrville">
<exemplarCity>Dumont d’Urville</exemplarCity>
<exemplarCity>Dumont-d’Urville</exemplarCity>
</zone>
<zone type="America/St_Barthelemy">
<exemplarCity>St. Barthélemy</exemplarCity>
</zone>
<zone type="America/Coral_Harbour">
<exemplarCity>Atikokan</exemplarCity>
</zone>
<zone type="America/Noronha">
<exemplarCity>Fernando de Noronha</exemplarCity>
</zone>
<zone type="America/St_Johns">
<exemplarCity>St. John’s</exemplarCity>
</zone>
Expand Down
Loading