8319990: Update CLDR to Version 45.0

Reviewed-by: joehw, jlu
This commit is contained in:
Naoto Sato 2024-04-25 16:19:51 +00:00
parent ce9eac3819
commit 1c238d43e8
1075 changed files with 2761 additions and 7094 deletions

View File

@ -1,8 +1,8 @@
UNICODE LICENSE V3
UNICODE LICENSE V3
COPYRIGHT AND PERMISSION NOTICE
Copyright © 2019-2023 Unicode, Inc.
Copyright © 1991-2024 Unicode, Inc.
NOTICE TO USER: Carefully read the following legal agreement. BY
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
@ -37,3 +37,5 @@ Except as contained in this notice, the name of a copyright holder shall
not be used in advertising or otherwise to promote the sale, use or other
dealings in these Data Files or Software without prior written
authorization of the copyright holder.
SPDX-License-Identifier: Unicode-3.0

View File

@ -1,4 +0,0 @@
CLDR - Unicode Common Locale Data Repository
http://cldr.unicode.org
CLDR version installed: 44

View File

@ -0,0 +1,10 @@
# CLDR Common Data
This zipfile contains [CLDR](http://cldr.unicode.org) Common Data.
## LICENSE
See [LICENSE.txt](./LICENSE.txt)
>Copyright © 2019-2022 Unicode, Inc. All rights reserved.
>Distributed under the Terms of Use in https://www.unicode.org/copyright.html

View File

@ -21,7 +21,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="phonebk" description="Phonebook style ordering (such as in German)" alias="phonebook"/>
<type name="phonetic" description="Phonetic ordering (sorting based on pronunciation)"/>
<type name="pinyin" description="Pinyin ordering for Latin and for CJK characters (used in Chinese)"/>
<type name="reformed" description="Reformed ordering (such as in Swedish)"/>
<type name="reformed" description="Reformed ordering (such as in Swedish)" deprecated="true"/>
<type name="search" description="Special collation type for string search" since="1.9"/>
<type name="searchjl" description="Special collation type for Korean initial consonant search" since="2.0.1"/>
<type name="standard" description="Default ordering for each language"/>

View File

@ -291,6 +291,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="xbc" description="European Unit of Account (XBC)" since="1.9"/>
<type name="xbd" description="European Unit of Account (XBD)" since="1.9"/>
<type name="xcd" description="East Caribbean Dollar"/>
<type name="xcg" description="Caribbean Guilder"/>
<type name="xdr" description="Special Drawing Rights" since="1.9"/>
<type name="xeu" description="European Currency Unit" since="1.9"/>
<type name="xfo" description="French Gold Franc" since="1.9"/>

View File

@ -1,7 +1,7 @@
<!--
Copyright © 1991-2023 Unicode, Inc.
Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
@ -42,7 +42,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:regex/\$Revision.*\$-->
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "44" >
<!ATTLIST version cldrVersion CDATA #FIXED "45" >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST version draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >

View File

@ -5,9 +5,9 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
-->
<!--
Copyright © 1991-2023 Unicode, Inc.
Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
@ -128,10 +128,10 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
<xs:element name="version">
<xs:complexType>
<xs:attribute name="number" use="required"/>
<xs:attribute default="44" name="cldrVersion">
<xs:attribute default="45" name="cldrVersion">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="44"/>
<xs:enumeration value="45"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

View File

@ -1,7 +1,7 @@
<!--
Copyright © 1991-2023 Unicode, Inc.
Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
@ -12,7 +12,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:regex/\$Revision.*\$-->
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "44" >
<!ATTLIST version cldrVersion CDATA #FIXED "45" >
<!--@MATCH:version-->
<!--@VALUE-->

View File

@ -5,9 +5,9 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
-->
<!--
Copyright © 1991-2023 Unicode, Inc.
Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="ldmlBCP47">
@ -24,10 +24,10 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
<xs:element name="version">
<xs:complexType>
<xs:attribute name="number" use="required"/>
<xs:attribute default="44" name="cldrVersion">
<xs:attribute default="45" name="cldrVersion">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="44"/>
<xs:enumeration value="45"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

View File

@ -1,7 +1,7 @@
<!--
Copyright © 1991-2021 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->

View File

@ -1,21 +1,21 @@
<!--
Copyright © 1991-2023 Unicode, Inc.
Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<!ELEMENT supplementalData ( version, generation?, cldrVersion?, currencyData?, territoryContainment?, subdivisionContainment?, languageData?, territoryInfo?, postalCodeData?, calendarData?, calendarPreferenceData?, weekData?, timeData?, measurementData?, unitIdComponents?, unitConstants*, unitQuantities*, convertUnits*, unitPreferenceData?, timezoneData?, characters?, transforms?, metadata?, codeMappings?, parentLocales*, personNamesDefaults?, likelySubtags?, metazoneInfo?, plurals?, telephoneCodeData?, numberingSystems?, bcp47KeywordMappings?, gender?, references?, languageMatching?, dayPeriodRuleSet*, metaZones?, primaryZones?, windowsZones?, coverageLevels?, idValidity?, rgScope?, languageGroups?, grammaticalData? ) >
<!ELEMENT supplementalData ( version, generation?, cldrVersion?, currencyData?, territoryContainment?, subdivisionContainment?, languageData?, territoryInfo?, postalCodeData?, calendarData?, calendarPreferenceData?, weekData?, timeData?, measurementData?, unitIdComponents?, unitPrefixes?, unitConstants*, unitQuantities*, convertUnits*, unitPreferenceData?, timezoneData?, characters?, transforms?, metadata?, codeMappings?, parentLocales*, personNamesDefaults?, likelySubtags?, metazoneInfo?, plurals?, telephoneCodeData?, numberingSystems?, bcp47KeywordMappings?, gender?, references?, languageMatching?, dayPeriodRuleSet*, metaZones?, primaryZones?, windowsZones?, coverageLevels?, idValidity?, rgScope?, languageGroups?, grammaticalData? ) >
<!ELEMENT version EMPTY >
<!--@METADATA-->
<!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:any-->
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "44" >
<!ATTLIST version cldrVersion CDATA #FIXED "45" >
<!--@MATCH:version-->
<!--@VALUE-->
<!ATTLIST version unicodeVersion CDATA #FIXED "15.0.0" >
<!ATTLIST version unicodeVersion CDATA #FIXED "15.1.0" >
<!--@MATCH:version-->
<!--@VALUE-->
@ -75,12 +75,18 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!-- use from and to instead. -->
<!--@VALUE-->
<!--@DEPRECATED-->
<!ATTLIST currency iso4217 NMTOKEN #REQUIRED >
<!--@MATCH:validity/currency-->
<!ATTLIST currency from NMTOKEN #IMPLIED >
<!--@MATCH:time/yyyy-MM-dd-->
<!ATTLIST currency to NMTOKEN #IMPLIED >
<!--@MATCH:time/yyyy-MM-dd-->
<!ATTLIST currency iso4217 NMTOKEN #REQUIRED >
<!--@MATCH:validity/currency-->
<!ATTLIST currency tz CDATA #IMPLIED >
<!--@MATCH:bcp47/tz-->
<!--@VALUE-->
<!ATTLIST currency to-tz CDATA #IMPLIED >
<!--@MATCH:bcp47/tz-->
<!--@VALUE-->
<!ATTLIST currency digits NMTOKEN #IMPLIED >
<!--@VALUE-->
<!ATTLIST currency rounding NMTOKEN #IMPLIED >
@ -388,6 +394,23 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!--@MATCH:set/regex/[a-z]+[0-9]*-->
<!--@VALUE-->
<!ELEMENT unitPrefixes ( unitPrefix* ) >
<!ELEMENT unitPrefix EMPTY >
<!-- <unitPrefix type='quecto' symbol='q' power10='-30'>
<unitPrefix type='kibi' symbol='Ki' power2='10'> -->
<!ATTLIST unitPrefix type NMTOKEN #REQUIRED >
<!--@MATCH:regex/[A-Za-z]{3,6}-->
<!ATTLIST unitPrefix symbol NMTOKEN #REQUIRED >
<!--@MATCH:regex/[a-zA-Zμ]{1,2}-->
<!--@VALUE-->
<!ATTLIST unitPrefix power10 NMTOKEN #IMPLIED >
<!--@MATCH:regex/-?[0-9]{1,2}-->
<!--@VALUE-->
<!ATTLIST unitPrefix power2 NMTOKEN #IMPLIED >
<!--@MATCH:regex/[0-9]0-->
<!--@VALUE-->
<!ELEMENT unitConstants ( unitConstant* ) >
<!ELEMENT unitConstant EMPTY >
@ -432,6 +455,9 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!ATTLIST convertUnit offset CDATA #IMPLIED >
<!--@MATCH:regex/[-+*/\._ 0-9a-zA-Z]+-->
<!--@VALUE-->
<!ATTLIST convertUnit special NMTOKEN #IMPLIED >
<!--@MATCH:regex/[A-Za-z][-A-Za-z0-9]*-->
<!--@VALUE-->
<!ATTLIST convertUnit systems NMTOKENS #IMPLIED >
<!--@MATCH:set/literal/si, si_acceptable, metric, metric_adjacent, ussystem, uksystem, jpsystem, astronomical, person_age, other, prefixable-->
<!--@VALUE-->
@ -912,12 +938,15 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!-- # Parent locales -->
<!ELEMENT parentLocales ( parentLocale* ) >
<!ATTLIST parentLocales component NMTOKEN #IMPLIED >
<!--@MATCH:literal/segmentations, collations-->
<!ATTLIST parentLocales component NMTOKENS #IMPLIED >
<!--@MATCH:set/literal/segmentations, collations, plurals, grammaticalFeatures-->
<!ELEMENT parentLocale EMPTY >
<!ATTLIST parentLocale parent NMTOKEN #REQUIRED >
<!--@MATCH:validity/locale-->
<!ATTLIST parentLocale localeRules NMTOKENS #IMPLIED >
<!--@MATCH:set/literal/nonlikelyScript-->
<!--@VALUE-->
<!ATTLIST parentLocale locales NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/locale-->
<!--@VALUE-->

View File

@ -5,9 +5,9 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
-->
<!--
Copyright © 1991-2023 Unicode, Inc.
Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="supplementalData">
@ -28,6 +28,7 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
<xs:element minOccurs="0" ref="timeData"/>
<xs:element minOccurs="0" ref="measurementData"/>
<xs:element minOccurs="0" ref="unitIdComponents"/>
<xs:element minOccurs="0" ref="unitPrefixes"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="unitConstants"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="unitQuantities"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="convertUnits"/>
@ -63,17 +64,17 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
<xs:element name="version">
<xs:complexType>
<xs:attribute name="number" use="required"/>
<xs:attribute default="44" name="cldrVersion">
<xs:attribute default="45" name="cldrVersion">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="44"/>
<xs:enumeration value="45"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute default="15.0.0" name="unicodeVersion">
<xs:attribute default="15.1.0" name="unicodeVersion">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="15.0.0"/>
<xs:enumeration value="15.1.0"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
@ -209,9 +210,11 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
<xs:element maxOccurs="unbounded" minOccurs="0" ref="alternate"/>
</xs:sequence>
<xs:attribute name="before" type="xs:NMTOKEN"/>
<xs:attribute name="iso4217" type="xs:NMTOKEN" use="required"/>
<xs:attribute name="from" type="xs:NMTOKEN"/>
<xs:attribute name="to" type="xs:NMTOKEN"/>
<xs:attribute name="iso4217" type="xs:NMTOKEN" use="required"/>
<xs:attribute name="tz"/>
<xs:attribute name="to-tz"/>
<xs:attribute name="digits" type="xs:NMTOKEN"/>
<xs:attribute name="rounding" type="xs:NMTOKEN"/>
<xs:attribute name="cashRounding" type="xs:NMTOKEN"/>
@ -251,6 +254,10 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
<xs:element name="alternate">
<xs:complexType>
<xs:attribute name="iso4217" type="xs:NMTOKEN" use="required"/>
@ -919,6 +926,32 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
<xs:element name="unitPrefixes">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="unitPrefix"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="unitPrefix">
<xs:complexType>
<xs:attribute name="type" type="xs:NMTOKEN" use="required"/>
<xs:attribute name="symbol" type="xs:NMTOKEN" use="required"/>
<xs:attribute name="power10" type="xs:NMTOKEN"/>
<xs:attribute name="power2" type="xs:NMTOKEN"/>
</xs:complexType>
</xs:element>
<!--
<unitPrefix type='quecto' symbol='q' power10='-30'>
<unitPrefix type='kibi' symbol='Ki' power2='10'>
-->
<xs:element name="unitConstants">
<xs:complexType>
<xs:sequence>
@ -976,6 +1009,7 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
<xs:attribute name="baseUnit" type="xs:NMTOKEN" use="required"/>
<xs:attribute name="factor"/>
<xs:attribute name="offset"/>
<xs:attribute name="special" type="xs:NMTOKEN"/>
<xs:attribute name="systems" type="xs:NMTOKENS"/>
<xs:attribute name="description"/>
</xs:complexType>
@ -991,6 +1025,8 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
<xs:element name="unitPreferenceData">
<xs:complexType>
<xs:sequence>
@ -2049,19 +2085,22 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="parentLocale"/>
</xs:sequence>
<xs:attribute name="component" type="xs:NMTOKEN"/>
<xs:attribute name="component" type="xs:NMTOKENS"/>
</xs:complexType>
</xs:element>
<xs:element name="parentLocale">
<xs:complexType>
<xs:attribute name="parent" type="xs:NMTOKEN" use="required"/>
<xs:attribute name="localeRules" type="xs:NMTOKENS"/>
<xs:attribute name="locales" type="xs:NMTOKENS" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="personNamesDefaults">
<xs:complexType>
<xs:choice>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Proper interpretation of these files requires synthesis of missing items, as per
@ -1733,9 +1733,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Creston">
<exemplarCity draft="unconfirmed">Крестон</exemplarCity>
</zone>
<zone type="America/Yellowknife">
<exemplarCity draft="unconfirmed">Иеллоунаиф</exemplarCity>
</zone>
<zone type="America/Edmonton">
<exemplarCity draft="unconfirmed">Едмонтон</exemplarCity>
</zone>
@ -1754,30 +1751,18 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Resolute">
<exemplarCity draft="unconfirmed">Резолиут</exemplarCity>
</zone>
<zone type="America/Rainy_River">
<exemplarCity draft="unconfirmed">Реини-Ривер</exemplarCity>
</zone>
<zone type="America/Rankin_Inlet">
<exemplarCity draft="unconfirmed">Ранкин-Инлет</exemplarCity>
</zone>
<zone type="America/Coral_Harbour">
<exemplarCity draft="unconfirmed">Корал-Харбор</exemplarCity>
</zone>
<zone type="America/Thunder_Bay">
<exemplarCity draft="unconfirmed">Тандер-Беи</exemplarCity>
</zone>
<zone type="America/Nipigon">
<exemplarCity draft="unconfirmed">Нипигон</exemplarCity>
</zone>
<zone type="America/Toronto">
<exemplarCity draft="unconfirmed">Торонто</exemplarCity>
</zone>
<zone type="America/Iqaluit">
<exemplarCity draft="unconfirmed">Икалуит</exemplarCity>
</zone>
<zone type="America/Pangnirtung">
<exemplarCity draft="unconfirmed">Пангниртанг</exemplarCity>
</zone>
<zone type="America/Moncton">
<exemplarCity draft="unconfirmed">Монктон</exemplarCity>
</zone>
@ -2585,18 +2570,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Africa/Dar_es_Salaam">
<exemplarCity draft="unconfirmed">Дар-ес-Салам</exemplarCity>
</zone>
<zone type="Europe/Uzhgorod">
<exemplarCity draft="unconfirmed">Ужҳород</exemplarCity>
</zone>
<zone type="Europe/Kiev">
<exemplarCity draft="unconfirmed">Киев</exemplarCity>
</zone>
<zone type="Europe/Simferopol">
<exemplarCity draft="unconfirmed">Симферопол</exemplarCity>
</zone>
<zone type="Europe/Zaporozhye">
<exemplarCity draft="unconfirmed">Запороже</exemplarCity>
</zone>
<zone type="Africa/Kampala">
<exemplarCity draft="unconfirmed">Кампала</exemplarCity>
</zone>
@ -2612,9 +2591,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Nome">
<exemplarCity draft="unconfirmed">Ном</exemplarCity>
</zone>
<zone type="Pacific/Johnston">
<exemplarCity draft="unconfirmed">Џонстон</exemplarCity>
</zone>
<zone type="America/Anchorage">
<exemplarCity draft="unconfirmed">Анкориџ</exemplarCity>
</zone>
@ -3314,11 +3290,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<daylight draft="unconfirmed">Макао, аԥхынтәи аамҭа</daylight>
</long>
</metazone>
<metazone type="Macquarie">
<long>
<standard draft="unconfirmed">Маккуори</standard>
</long>
</metazone>
<metazone type="Magadan">
<long>
<generic draft="unconfirmed">Магадан</generic>
@ -3358,13 +3329,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard draft="unconfirmed">Моусон</standard>
</long>
</metazone>
<metazone type="Mexico_Northwest">
<long>
<generic draft="unconfirmed">Аҩадамра-Ҭашәаратәи амексикатә аамҭа</generic>
<standard draft="unconfirmed">Аҩадамра-Ҭашәаратәи амексикатә астандартә аамҭа</standard>
<daylight draft="unconfirmed">Аҩадамра-Ҭашәаратәи амексикатә аԥхынтәи аамҭа</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific">
<long>
<generic draft="unconfirmed">Аокеанҭынчтәи амексикатә аамҭа</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Proper interpretation of these files requires synthesis of missing items, as per

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/ for derived annotations.
@ -909,7 +909,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<type key="collation" type="phonebook">Foonboek-sorteervolgorde</type>
<type key="collation" type="phonetic">Fonetiese sorteerorde</type>
<type key="collation" type="pinyin">Pinyin-sorteervolgorde</type>
<type key="collation" type="reformed">Gereformeerde sorteervolgorde</type>
<type key="collation" type="search">Algemenedoel-soektog</type>
<type key="collation" type="searchjl">Soek volgens Hangul-beginkonsonant</type>
<type key="collation" type="standard">Standaard rangskikvolgorde</type>
@ -2053,9 +2052,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<regionFormat>{0}-tyd</regionFormat>
<regionFormat type="daylight">{0}-dagligtyd</regionFormat>
<regionFormat type="standard">{0}-standaardtyd</regionFormat>
<zone type="America/Santa_Isabel">
<exemplarCity>Santa Isabel</exemplarCity>
</zone>
<zone type="Etc/UTC">
<long>
<standard>Gekoördineerde universele tyd</standard>
@ -2076,9 +2072,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Europe/Vienna">
<exemplarCity>Wene</exemplarCity>
</zone>
<zone type="Australia/Currie">
<exemplarCity>Currie</exemplarCity>
</zone>
<zone type="Asia/Baku">
<exemplarCity>Bakoe</exemplarCity>
</zone>
@ -2097,12 +2090,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Cambridge_Bay">
<exemplarCity>Cambridgebaai</exemplarCity>
</zone>
<zone type="America/Rainy_River">
<exemplarCity>Rainyrivier</exemplarCity>
</zone>
<zone type="America/Thunder_Bay">
<exemplarCity>Thunderbaai</exemplarCity>
</zone>
<zone type="America/Goose_Bay">
<exemplarCity>Goosebaai</exemplarCity>
</zone>
@ -2894,11 +2881,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<daylight>Lord Howe-dagligtyd</daylight>
</long>
</metazone>
<metazone type="Macquarie">
<long>
<standard>Macquarie-eiland-tyd</standard>
</long>
</metazone>
<metazone type="Magadan">
<long>
<generic>Magadan-tyd</generic>
@ -2938,13 +2920,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard>Mawson-tyd</standard>
</long>
</metazone>
<metazone type="Mexico_Northwest">
<long>
<generic>Noordwes-Meksiko-tyd</generic>
<standard>Noordwes-Meksiko-standaardtyd</standard>
<daylight>Noordwes-Meksiko-dagligtyd</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific">
<long>
<generic>Meksikaanse Pasifiese tyd</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/ for derived annotations.
@ -985,7 +985,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<type key="collation" type="phonebook">የስልክ ደብተር ድርድር ቅደም ተከተል</type>
<type key="collation" type="phonetic">የፎነቲክ ድርደራ ቅደም ተከተል</type>
<type key="collation" type="pinyin">ፒንይን የድርድር ቅደም ተከተል</type>
<type key="collation" type="reformed">ዳግም የተፈጠረ የድርድር ቅደም ተከተል</type>
<type key="collation" type="search">ለጠቅላላ ጉዳይ ፍለጋ</type>
<type key="collation" type="searchjl">በሃንጉል የመጀመሪያ ተነባቢ ፈልግ</type>
<type key="collation" type="standard">መደበኛ</type>
@ -1982,9 +1981,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<regionFormat>{0} ጊዜ</regionFormat>
<regionFormat type="daylight">{0} የቀን ብርሃን ሰዓት</regionFormat>
<regionFormat type="standard">{0} መደበኛ ሰዓት</regionFormat>
<zone type="America/Santa_Isabel">
<exemplarCity>ሳንታ ኢዛቤል</exemplarCity>
</zone>
<zone type="Etc/UTC">
<long>
<standard>የተቀነባበረ ሁለገብ ሰዓት</standard>
@ -2107,9 +2103,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Australia/Melbourne">
<exemplarCity>ሜልቦርን</exemplarCity>
</zone>
<zone type="Australia/Currie">
<exemplarCity>ከሪ</exemplarCity>
</zone>
<zone type="Australia/Hobart">
<exemplarCity>ሆባርት</exemplarCity>
</zone>
@ -2263,9 +2256,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Creston">
<exemplarCity>ክረስተን</exemplarCity>
</zone>
<zone type="America/Yellowknife">
<exemplarCity>የሎውናይፍ</exemplarCity>
</zone>
<zone type="America/Edmonton">
<exemplarCity>ኤድመንተን</exemplarCity>
</zone>
@ -2284,30 +2274,18 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Resolute">
<exemplarCity>ሪዞሊዩት</exemplarCity>
</zone>
<zone type="America/Rainy_River">
<exemplarCity>ሬኒ ሪቨር</exemplarCity>
</zone>
<zone type="America/Rankin_Inlet">
<exemplarCity>ራንኪን ኢንሌት</exemplarCity>
</zone>
<zone type="America/Coral_Harbour">
<exemplarCity>አቲኮካን</exemplarCity>
</zone>
<zone type="America/Thunder_Bay">
<exemplarCity>ተንደር ቤይ</exemplarCity>
</zone>
<zone type="America/Nipigon">
<exemplarCity>ኒፒጎን</exemplarCity>
</zone>
<zone type="America/Toronto">
<exemplarCity>ቶሮንቶ</exemplarCity>
</zone>
<zone type="America/Iqaluit">
<exemplarCity>ኢኳሊውት</exemplarCity>
</zone>
<zone type="America/Pangnirtung">
<exemplarCity>ፓንግኒርተንግ</exemplarCity>
</zone>
<zone type="America/Moncton">
<exemplarCity>ሞንክቶን</exemplarCity>
</zone>
@ -3121,18 +3099,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Africa/Dar_es_Salaam">
<exemplarCity>ዳሬ ሰላም</exemplarCity>
</zone>
<zone type="Europe/Uzhgorod">
<exemplarCity>ኡዝጎሮድ</exemplarCity>
</zone>
<zone type="Europe/Kiev">
<exemplarCity>ኪየቭ</exemplarCity>
</zone>
<zone type="Europe/Simferopol">
<exemplarCity>ሲምፈሮፖል</exemplarCity>
</zone>
<zone type="Europe/Zaporozhye">
<exemplarCity>ዛፖሮዚይ</exemplarCity>
</zone>
<zone type="Africa/Kampala">
<exemplarCity>ካምፓላ</exemplarCity>
</zone>
@ -3151,9 +3123,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Pacific/Honolulu">
<exemplarCity>ሆኖሉሉ</exemplarCity>
</zone>
<zone type="Pacific/Johnston">
<exemplarCity>ጆንስተን</exemplarCity>
</zone>
<zone type="America/Anchorage">
<exemplarCity>አንኮራጅ</exemplarCity>
</zone>
@ -3803,11 +3772,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<daylight>የሎርድ ሆዌ የቀን ሰዓት አቆጣጠር</daylight>
</long>
</metazone>
<metazone type="Macquarie">
<long>
<standard>የማከሪ ደሴት ሰዓት</standard>
</long>
</metazone>
<metazone type="Magadan">
<long>
<generic>የማጋዳን የሰዓት አቆጣጠር</generic>
@ -3847,13 +3811,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard>የማውሰን ሰዓት</standard>
</long>
</metazone>
<metazone type="Mexico_Northwest">
<long>
<generic>ሰሜናዊ ምእራብ የሜክሲኮ ሰዓት አቆጣጠር</generic>
<standard>ሰሜናዊ ምእራብ የሜክሲኮ መደበኛ ሰዓት አቆጣጠር</standard>
<daylight>ሰሜናዊ ምእራብ የሜክሲኮ የቀን ሰዓት አቆጣጠር</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific">
<long>
<generic>የሜክሲኮ ፓሲፊክ ሰዓት አቆጣጠር</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/ for derived annotations.

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/ for derived annotations.
@ -1114,7 +1114,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<type key="collation" type="phonebook">الترتيب حسب دليل الهاتف</type>
<type key="collation" type="phonetic">الترتيب حسب اللفظ</type>
<type key="collation" type="pinyin">الترتيب حسب نظام بنيين الصيني</type>
<type key="collation" type="reformed">الترتيب المحسَّن</type>
<type key="collation" type="search">بحث لأغراض عامة</type>
<type key="collation" type="searchjl" draft="contributed">بحث باستخدام حرف الهانغول الساكن الأول</type>
<type key="collation" type="standard">ترتيب الفرز القياسي</type>
@ -2817,9 +2816,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<regionFormat>توقيت {0}</regionFormat>
<regionFormat type="daylight">توقيت {0} الصيفي</regionFormat>
<regionFormat type="standard">توقيت {0} الرسمي</regionFormat>
<zone type="America/Santa_Isabel">
<exemplarCity>سانتا إيزابيل</exemplarCity>
</zone>
<zone type="Etc/UTC">
<long>
<standard>التوقيت العالمي المنسق</standard>
@ -2942,9 +2938,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Australia/Melbourne">
<exemplarCity>ميلبورن</exemplarCity>
</zone>
<zone type="Australia/Currie">
<exemplarCity>كوري</exemplarCity>
</zone>
<zone type="Australia/Hobart">
<exemplarCity>هوبارت</exemplarCity>
</zone>
@ -3098,9 +3091,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Creston">
<exemplarCity>كريستون</exemplarCity>
</zone>
<zone type="America/Yellowknife">
<exemplarCity>يلونيف</exemplarCity>
</zone>
<zone type="America/Edmonton">
<exemplarCity>ايدمونتون</exemplarCity>
</zone>
@ -3119,30 +3109,18 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Resolute">
<exemplarCity>ريزولوت</exemplarCity>
</zone>
<zone type="America/Rainy_River">
<exemplarCity>راني ريفر</exemplarCity>
</zone>
<zone type="America/Rankin_Inlet">
<exemplarCity>رانكن انلت</exemplarCity>
</zone>
<zone type="America/Coral_Harbour">
<exemplarCity>كورال هاربر</exemplarCity>
</zone>
<zone type="America/Thunder_Bay">
<exemplarCity>ثندر باي</exemplarCity>
</zone>
<zone type="America/Nipigon">
<exemplarCity>نيبيجون</exemplarCity>
</zone>
<zone type="America/Toronto">
<exemplarCity>تورونتو</exemplarCity>
</zone>
<zone type="America/Iqaluit">
<exemplarCity>اكويلت</exemplarCity>
</zone>
<zone type="America/Pangnirtung">
<exemplarCity>بانجينتينج</exemplarCity>
</zone>
<zone type="America/Moncton">
<exemplarCity>وينكتون</exemplarCity>
</zone>
@ -3956,18 +3934,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Africa/Dar_es_Salaam">
<exemplarCity>دار السلام</exemplarCity>
</zone>
<zone type="Europe/Uzhgorod">
<exemplarCity>أوزجرود</exemplarCity>
</zone>
<zone type="Europe/Kiev">
<exemplarCity>كييف</exemplarCity>
</zone>
<zone type="Europe/Simferopol">
<exemplarCity>سيمفروبول</exemplarCity>
</zone>
<zone type="Europe/Zaporozhye">
<exemplarCity>زابوروزي</exemplarCity>
</zone>
<zone type="Africa/Kampala">
<exemplarCity>كامبالا</exemplarCity>
</zone>
@ -3986,9 +3958,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Pacific/Honolulu">
<exemplarCity>هونولولو</exemplarCity>
</zone>
<zone type="Pacific/Johnston">
<exemplarCity>جونستون</exemplarCity>
</zone>
<zone type="America/Anchorage">
<exemplarCity>أنشوراج</exemplarCity>
</zone>
@ -4646,11 +4615,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<daylight>التوقيت الصيفي للورد هاو</daylight>
</long>
</metazone>
<metazone type="Macquarie">
<long>
<standard>توقيت ماكواري</standard>
</long>
</metazone>
<metazone type="Magadan">
<long>
<generic>توقيت ماغادان</generic>
@ -4690,13 +4654,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard>توقيت ماوسون</standard>
</long>
</metazone>
<metazone type="Mexico_Northwest">
<long>
<generic>توقيت شمال غرب المكسيك</generic>
<standard>التوقيت الرسمي لشمال غرب المكسيك</standard>
<daylight>التوقيت الصيفي لشمال غرب المكسيك</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific">
<long>
<generic>توقيت المحيط الهادي للمكسيك</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/ for derived annotations.
@ -1910,9 +1910,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Australia/Melbourne">
<exemplarCity>মেলব’ৰ্ণ</exemplarCity>
</zone>
<zone type="Australia/Currie">
<exemplarCity>ক্যুৰি</exemplarCity>
</zone>
<zone type="Australia/Hobart">
<exemplarCity>হোবাৰ্ট</exemplarCity>
</zone>
@ -2066,9 +2063,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Creston">
<exemplarCity>ক্ৰেষ্টন</exemplarCity>
</zone>
<zone type="America/Yellowknife">
<exemplarCity>য়েল্লোনাইফ</exemplarCity>
</zone>
<zone type="America/Edmonton">
<exemplarCity>এডমণ্টন</exemplarCity>
</zone>
@ -2087,30 +2081,18 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Resolute">
<exemplarCity>ৰিজ’লিউট</exemplarCity>
</zone>
<zone type="America/Rainy_River">
<exemplarCity>ৰেইনী নদী</exemplarCity>
</zone>
<zone type="America/Rankin_Inlet">
<exemplarCity>ৰেংকিন ইনলেট</exemplarCity>
</zone>
<zone type="America/Coral_Harbour">
<exemplarCity>আটিকোকান</exemplarCity>
</zone>
<zone type="America/Thunder_Bay">
<exemplarCity>থাণ্ডাৰ উপসাগৰ</exemplarCity>
</zone>
<zone type="America/Nipigon">
<exemplarCity>নিপিগন</exemplarCity>
</zone>
<zone type="America/Toronto">
<exemplarCity>ট’ৰ’ণ্টো</exemplarCity>
</zone>
<zone type="America/Iqaluit">
<exemplarCity>ইকালুইট</exemplarCity>
</zone>
<zone type="America/Pangnirtung">
<exemplarCity>পাংনিৰ্টুংগ</exemplarCity>
</zone>
<zone type="America/Moncton">
<exemplarCity>মন্‌কটন</exemplarCity>
</zone>
@ -2924,18 +2906,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Africa/Dar_es_Salaam">
<exemplarCity>ডাৰ এছ ছালাম</exemplarCity>
</zone>
<zone type="Europe/Uzhgorod">
<exemplarCity>উজ্গোৰোড</exemplarCity>
</zone>
<zone type="Europe/Kiev">
<exemplarCity>কিভ</exemplarCity>
</zone>
<zone type="Europe/Simferopol">
<exemplarCity>ছিম্ফেৰোপোল</exemplarCity>
</zone>
<zone type="Europe/Zaporozhye">
<exemplarCity>জাপোৰোজাই</exemplarCity>
</zone>
<zone type="Africa/Kampala">
<exemplarCity>কাম্পালা</exemplarCity>
</zone>
@ -2951,9 +2927,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Nome">
<exemplarCity>নোম</exemplarCity>
</zone>
<zone type="Pacific/Johnston">
<exemplarCity>জনষ্টন</exemplarCity>
</zone>
<zone type="America/Anchorage">
<exemplarCity>এংকোৰেজ</exemplarCity>
</zone>
@ -3592,11 +3565,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<daylight>লৰ্ড হাওৰ ডেলাইট সময়</daylight>
</long>
</metazone>
<metazone type="Macquarie">
<long>
<standard>মেক্‌কুৱেৰী দ্বীপৰ সময়</standard>
</long>
</metazone>
<metazone type="Magadan">
<long>
<generic>মাগাদানৰ সময়</generic>
@ -3636,13 +3604,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard>মাউছনৰ সময়</standard>
</long>
</metazone>
<metazone type="Mexico_Northwest">
<long>
<generic>উত্তৰ-পশ্চিম মেক্সিকোৰ সময়</generic>
<standard>উত্তৰ-পশ্চিম মেক্সিকোৰ মান সময়</standard>
<daylight>উত্তৰ-পশ্চিম মেক্সিকোৰ ডেলাইট সময়</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific">
<long>
<generic>মেক্সিকোৰ প্ৰশান্ত সময়</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -1208,7 +1208,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<type key="collation" type="gb2312han">orde de clasificación chinu simplificáu - GB2312</type>
<type key="collation" type="phonebook">orde de clasificación de llista telefónica</type>
<type key="collation" type="pinyin">orde de clasificación pinyin</type>
<type key="collation" type="reformed">orde de clasificación reformáu</type>
<type key="collation" type="search">gueta xeneral</type>
<type key="collation" type="searchjl">gueta por consonante Hangul daniciu</type>
<type key="collation" type="standard">orde de clasificación estándar</type>
@ -3377,9 +3376,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<regionFormat>Hora de {0}</regionFormat>
<regionFormat type="daylight">Hora braniega de {0}</regionFormat>
<regionFormat type="standard">Hora estándar de {0}</regionFormat>
<zone type="America/Santa_Isabel">
<exemplarCity>Santa Isabel</exemplarCity>
</zone>
<zone type="Etc/UTC">
<long>
<standard>Hora coordinada universal</standard>
@ -3406,9 +3402,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<zone type="Australia/Adelaide">
<exemplarCity>Adelaida</exemplarCity>
</zone>
<zone type="Australia/Currie">
<exemplarCity>Currie</exemplarCity>
</zone>
<zone type="Asia/Baku">
<exemplarCity>Bakú</exemplarCity>
</zone>
@ -4370,11 +4363,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<daylight>Hora braniega de Macáu</daylight>
</long>
</metazone>
<metazone type="Macquarie">
<long>
<standard>Hora de la Islla Macquarie</standard>
</long>
</metazone>
<metazone type="Magadan">
<long>
<generic>Hora de Magadán</generic>
@ -4414,13 +4402,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<standard>Hora de Mawson</standard>
</long>
</metazone>
<metazone type="Mexico_Northwest">
<long>
<generic>Hora del noroeste de Méxicu</generic>
<standard>Hora estándar del noroeste de Méxicu</standard>
<daylight>Hora braniega del noroeste de Méxicu</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific">
<long>
<generic>Hora del Pacíficu de Méxicu</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/ for derived annotations.
@ -2028,9 +2028,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<regionFormat>{0} Vaxtı</regionFormat>
<regionFormat type="daylight">{0} Yay Vaxtı</regionFormat>
<regionFormat type="standard">{0} Standart Vaxtı</regionFormat>
<zone type="America/Santa_Isabel">
<exemplarCity>Santa İzabel</exemplarCity>
</zone>
<zone type="Etc/UTC">
<long>
<standard>Koordinasiya edilmiş ümumdünya vaxtı</standard>
@ -2117,9 +2114,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Australia/Melbourne">
<exemplarCity>Melburn</exemplarCity>
</zone>
<zone type="Australia/Currie">
<exemplarCity>Kuriye</exemplarCity>
</zone>
<zone type="Australia/Sydney">
<exemplarCity>Sidney</exemplarCity>
</zone>
@ -2228,9 +2222,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Creston">
<exemplarCity>Kreston</exemplarCity>
</zone>
<zone type="America/Yellowknife">
<exemplarCity>Yellounayf</exemplarCity>
</zone>
<zone type="America/Edmonton">
<exemplarCity>Edmondton</exemplarCity>
</zone>
@ -2249,24 +2240,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Resolute">
<exemplarCity>Rezolyut</exemplarCity>
</zone>
<zone type="America/Rainy_River">
<exemplarCity>Reyni Çayı</exemplarCity>
</zone>
<zone type="America/Rankin_Inlet">
<exemplarCity>Rankin Girişi</exemplarCity>
</zone>
<zone type="America/Thunder_Bay">
<exemplarCity>İldırım Körfəzi</exemplarCity>
</zone>
<zone type="America/Nipigon">
<exemplarCity>Nipiqon</exemplarCity>
</zone>
<zone type="America/Iqaluit">
<exemplarCity>İqaluit</exemplarCity>
</zone>
<zone type="America/Pangnirtung">
<exemplarCity>Panqnirtanq</exemplarCity>
</zone>
<zone type="America/Moncton">
<exemplarCity>Monkton</exemplarCity>
</zone>
@ -2862,15 +2841,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Africa/Dar_es_Salaam">
<exemplarCity>Dar es Salam</exemplarCity>
</zone>
<zone type="Europe/Uzhgorod">
<exemplarCity>Ujqorod</exemplarCity>
</zone>
<zone type="Europe/Kiev">
<exemplarCity>Kiyev</exemplarCity>
</zone>
<zone type="Europe/Zaporozhye">
<exemplarCity>Zaporojye</exemplarCity>
</zone>
<zone type="Pacific/Midway">
<exemplarCity>Midvey</exemplarCity>
</zone>
@ -2883,9 +2856,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Pacific/Honolulu">
<exemplarCity>Honolulu</exemplarCity>
</zone>
<zone type="Pacific/Johnston">
<exemplarCity>Conston</exemplarCity>
</zone>
<zone type="America/Anchorage">
<exemplarCity>Ankorac</exemplarCity>
</zone>
@ -3488,11 +3458,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<daylight>Lord Hau Yay vaxtı</daylight>
</long>
</metazone>
<metazone type="Macquarie">
<long>
<standard>Makari Adası Vaxtı</standard>
</long>
</metazone>
<metazone type="Magadan">
<long>
<generic>Maqadan Vaxtı</generic>
@ -3532,13 +3497,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard>Mouson Vaxtı</standard>
</long>
</metazone>
<metazone type="Mexico_Northwest">
<long>
<generic>Şimal-Qərbi Meksika Vaxtı</generic>
<standard>Şimal-Qərbi Meksika Standart Vaxtı</standard>
<daylight>Şimal-Qərbi Meksika Yay Vaxtı</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific">
<long>
<generic>Meksika Sakit Okean Vaxtı</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -426,11 +426,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<daylight draft="provisional">لۆرڈ هئو اُسترالیائے گرماگی ساهت</daylight>
</long>
</metazone>
<metazone type="Macquarie">
<long>
<standard draft="provisional">ماکواریئے گیشّتگێن ساهت</standard>
</long>
</metazone>
<metazone type="Magadan">
<long>
<generic draft="provisional">مَگَدَنئے ساهت</generic>
@ -438,13 +433,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<daylight draft="provisional">مَگَدَنئے گرماگی ساهت</daylight>
</long>
</metazone>
<metazone type="Mexico_Northwest">
<long>
<generic draft="provisional">شمالی مِکسیکۆئے ساهت</generic>
<standard draft="provisional">شمالی مِکسیکۆئے گیشّتگێن ساهت</standard>
<daylight draft="provisional">شمالی مِکسیکۆئے گرماگی ساهت</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific">
<long>
<generic draft="provisional">آرامزِری مِکسیکۆئے ساهت</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -419,11 +419,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<daylight draft="provisional">Ástréliáay, Ládhaway garmági wahd</daylight>
</long>
</metazone>
<metazone type="Macquarie">
<long>
<standard draft="provisional">Makwáriay anjári wahd</standard>
</long>
</metazone>
<metazone type="Magadan">
<long>
<generic draft="provisional">Mágadánay wahd</generic>
@ -431,13 +426,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<daylight draft="provisional">Mágadánay garmági wahd</daylight>
</long>
</metazone>
<metazone type="Mexico_Northwest">
<long>
<generic draft="provisional">Shemálrónendi Meksikóay wahd</generic>
<standard draft="provisional">Górichánrónendi Meksikóay anjári wahd</standard>
<daylight draft="provisional">Shemálrónendi Meksikóay garmági wahd</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific">
<long>
<generic draft="provisional">Árámzeri Meksikóay wahd</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/ for derived annotations.
@ -2170,9 +2170,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<regionFormat>Час: {0}</regionFormat>
<regionFormat type="daylight">Летні час: {0}</regionFormat>
<regionFormat type="standard">Стандартны час: {0}</regionFormat>
<zone type="America/Santa_Isabel">
<exemplarCity>Санта-Ісабель</exemplarCity>
</zone>
<zone type="Etc/UTC">
<long>
<standard>Універсальны каардынаваны час</standard>
@ -2295,9 +2292,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Australia/Melbourne">
<exemplarCity>Мельбурн</exemplarCity>
</zone>
<zone type="Australia/Currie">
<exemplarCity>Керы</exemplarCity>
</zone>
<zone type="Australia/Hobart">
<exemplarCity>Хобарт</exemplarCity>
</zone>
@ -2451,9 +2445,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Creston">
<exemplarCity>Крэстан</exemplarCity>
</zone>
<zone type="America/Yellowknife">
<exemplarCity>Елаўнайф</exemplarCity>
</zone>
<zone type="America/Edmonton">
<exemplarCity>Эдмантан</exemplarCity>
</zone>
@ -2472,30 +2463,18 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Resolute">
<exemplarCity>Рэзальют</exemplarCity>
</zone>
<zone type="America/Rainy_River">
<exemplarCity>Рэйні-Рывер</exemplarCity>
</zone>
<zone type="America/Rankin_Inlet">
<exemplarCity>Ранкін-Інлет</exemplarCity>
</zone>
<zone type="America/Coral_Harbour">
<exemplarCity>Атыкокан</exemplarCity>
</zone>
<zone type="America/Thunder_Bay">
<exemplarCity>Тандэр-Бэй</exemplarCity>
</zone>
<zone type="America/Nipigon">
<exemplarCity>Ніпіган</exemplarCity>
</zone>
<zone type="America/Toronto">
<exemplarCity>Таронта</exemplarCity>
</zone>
<zone type="America/Iqaluit">
<exemplarCity>Ікалуіт</exemplarCity>
</zone>
<zone type="America/Pangnirtung">
<exemplarCity>Пангніртанг</exemplarCity>
</zone>
<zone type="America/Moncton">
<exemplarCity>Монктан</exemplarCity>
</zone>
@ -3309,18 +3288,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Africa/Dar_es_Salaam">
<exemplarCity>Дар-эс-Салам</exemplarCity>
</zone>
<zone type="Europe/Uzhgorod">
<exemplarCity>Ужгарад</exemplarCity>
</zone>
<zone type="Europe/Kiev">
<exemplarCity>Кіеў</exemplarCity>
</zone>
<zone type="Europe/Simferopol">
<exemplarCity>Сімферопаль</exemplarCity>
</zone>
<zone type="Europe/Zaporozhye">
<exemplarCity>Запарожжа</exemplarCity>
</zone>
<zone type="Africa/Kampala">
<exemplarCity>Кампала</exemplarCity>
</zone>
@ -3339,9 +3312,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Pacific/Honolulu">
<exemplarCity>Ганалулу</exemplarCity>
</zone>
<zone type="Pacific/Johnston">
<exemplarCity>Джонстан</exemplarCity>
</zone>
<zone type="America/Anchorage">
<exemplarCity>Анкарыдж</exemplarCity>
</zone>
@ -3977,11 +3947,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<daylight>Летні час Лорд-Хау</daylight>
</long>
</metazone>
<metazone type="Macquarie">
<long>
<standard>Час вострава Макуоры</standard>
</long>
</metazone>
<metazone type="Magadan">
<long>
<generic>Магаданскі час</generic>
@ -4021,13 +3986,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard>Час станцыі Моўсан</standard>
</long>
</metazone>
<metazone type="Mexico_Northwest">
<long>
<generic>Паўночна-заходні мексіканскі час</generic>
<standard>Паўночна-заходні мексіканскі стандартны час</standard>
<daylight>Паўночна-заходні мексіканскі летні час</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific">
<long>
<generic>Мексіканскі ціхаакіянскі час</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/ for derived annotations.
@ -1007,9 +1007,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<regionFormat draft="provisional">час: {0}</regionFormat>
<regionFormat type="daylight" draft="provisional">летні час: {0}</regionFormat>
<regionFormat type="standard" draft="provisional">змоўчны час: {0}</regionFormat>
<zone type="America/Santa_Isabel">
<exemplarCity draft="provisional">Санта-Ісабэль</exemplarCity>
</zone>
<zone type="Etc/UTC">
<long>
<standard draft="provisional">унівэрсальны каардынаваны час</standard>
@ -1045,9 +1042,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Australia/Melbourne">
<exemplarCity draft="provisional">Мэльбурн</exemplarCity>
</zone>
<zone type="Australia/Currie">
<exemplarCity draft="provisional">Кэры</exemplarCity>
</zone>
<zone type="Australia/Sydney">
<exemplarCity draft="provisional">Сіднэй</exemplarCity>
</zone>
@ -1108,9 +1102,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Winnipeg">
<exemplarCity draft="provisional">Вініпэг</exemplarCity>
</zone>
<zone type="America/Rainy_River">
<exemplarCity draft="provisional">Рэйні-Рывэр</exemplarCity>
</zone>
<zone type="America/Rankin_Inlet">
<exemplarCity draft="provisional">Ранкін-Інлэт</exemplarCity>
</zone>
@ -1810,13 +1801,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard draft="provisional">Час станцыі Мосан</standard>
</long>
</metazone>
<metazone type="Mexico_Northwest">
<long>
<generic draft="provisional">Паўночна-заходні Мэксыканскі час</generic>
<standard draft="provisional">Паўночна-заходні Мэксыканскі змоўчны час</standard>
<daylight draft="provisional">Паўночна-заходні Мэксыканскі летні час</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific">
<long>
<generic draft="provisional">Мэксыканскі ціхаакіянскі час</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -3009,27 +3009,18 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<zone type="Africa/Dar_es_Salaam">
<exemplarCity draft="unconfirmed">Darussalam</exemplarCity>
</zone>
<zone type="Europe/Uzhgorod">
<exemplarCity draft="unconfirmed">Usgorod</exemplarCity>
</zone>
<zone type="Europe/Kiev">
<exemplarCity draft="unconfirmed">Kiip</exemplarCity>
</zone>
<zone type="Europe/Simferopol">
<exemplarCity draft="unconfirmed">Akmesjid</exemplarCity>
</zone>
<zone type="Europe/Zaporozhye">
<exemplarCity draft="unconfirmed">Saporijiah</exemplarCity>
</zone>
<zone type="Pacific/Midway">
<exemplarCity draft="unconfirmed">Midwé</exemplarCity>
</zone>
<zone type="Pacific/Wake">
<exemplarCity draft="unconfirmed">Wék</exemplarCity>
</zone>
<zone type="Pacific/Johnston">
<exemplarCity draft="unconfirmed">Jonsten</exemplarCity>
</zone>
<zone type="America/Anchorage">
<exemplarCity draft="unconfirmed">Angkorèt</exemplarCity>
</zone>
@ -3652,11 +3643,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<daylight draft="unconfirmed">Waktu Musim Pentèr Makao</daylight>
</long>
</metazone>
<metazone type="Macquarie">
<long>
<standard draft="unconfirmed">Waktu Pulo Macquarie</standard>
</long>
</metazone>
<metazone type="Magadan">
<long>
<generic draft="unconfirmed">Waktu Magadan</generic>
@ -3696,13 +3682,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<standard draft="unconfirmed">Waktu Mawson</standard>
</long>
</metazone>
<metazone type="Mexico_Northwest">
<long>
<generic draft="unconfirmed">Waktu Mèksiko Lor-kulon</generic>
<standard draft="unconfirmed">Waktu Pakem Mèksiko Lor-kulon</standard>
<daylight draft="unconfirmed">Waktu Musim Pentèr Mèksiko Lor-kulon</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific">
<long>
<generic draft="unconfirmed">Waktu Mèksiko Teduh</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/ for derived annotations.
@ -1102,7 +1102,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<type key="collation" type="phonebook">Азбучен ред</type>
<type key="collation" type="phonetic">Фонетичен ред на сортиране</type>
<type key="collation" type="pinyin">Сортиране Пинин</type>
<type key="collation" type="reformed">Следреформен ред на сортиране</type>
<type key="collation" type="search">търсене с общо предназначение</type>
<type key="collation" type="searchjl">Търсене по първоначални съгласни в хангул</type>
<type key="collation" type="standard">стандартен ред на сортиране</type>
@ -2554,9 +2553,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<gmtZeroFormat>Гринуич</gmtZeroFormat>
<regionFormat type="daylight">{0} лятно часово време</regionFormat>
<regionFormat type="standard">{0} стандартно време</regionFormat>
<zone type="America/Santa_Isabel">
<exemplarCity>Санта Исабел</exemplarCity>
</zone>
<zone type="Etc/UTC">
<long>
<standard>Координирано универсално време</standard>
@ -2679,9 +2675,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Australia/Melbourne">
<exemplarCity>Мелбърн</exemplarCity>
</zone>
<zone type="Australia/Currie">
<exemplarCity>Къри</exemplarCity>
</zone>
<zone type="Australia/Hobart">
<exemplarCity>Хобарт</exemplarCity>
</zone>
@ -2835,9 +2828,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Creston">
<exemplarCity>Крестън</exemplarCity>
</zone>
<zone type="America/Yellowknife">
<exemplarCity>Йелоунайф</exemplarCity>
</zone>
<zone type="America/Edmonton">
<exemplarCity>Едмънтън</exemplarCity>
</zone>
@ -2856,30 +2846,18 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Resolute">
<exemplarCity>Резолют</exemplarCity>
</zone>
<zone type="America/Rainy_River">
<exemplarCity>Рейни Ривър</exemplarCity>
</zone>
<zone type="America/Rankin_Inlet">
<exemplarCity>Ранкин Инлет</exemplarCity>
</zone>
<zone type="America/Coral_Harbour">
<exemplarCity>Атикокан</exemplarCity>
</zone>
<zone type="America/Thunder_Bay">
<exemplarCity>Тъндър Бей</exemplarCity>
</zone>
<zone type="America/Nipigon">
<exemplarCity>Нипигон</exemplarCity>
</zone>
<zone type="America/Toronto">
<exemplarCity>Торонто</exemplarCity>
</zone>
<zone type="America/Iqaluit">
<exemplarCity>Иквалуит</exemplarCity>
</zone>
<zone type="America/Pangnirtung">
<exemplarCity>Пангниртунг</exemplarCity>
</zone>
<zone type="America/Moncton">
<exemplarCity>Монктон</exemplarCity>
</zone>
@ -3693,18 +3671,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Africa/Dar_es_Salaam">
<exemplarCity>Дар ес Салам</exemplarCity>
</zone>
<zone type="Europe/Uzhgorod">
<exemplarCity>Ужгород</exemplarCity>
</zone>
<zone type="Europe/Kiev">
<exemplarCity>Киев</exemplarCity>
</zone>
<zone type="Europe/Simferopol">
<exemplarCity>Симферопол</exemplarCity>
</zone>
<zone type="Europe/Zaporozhye">
<exemplarCity>Запорожие</exemplarCity>
</zone>
<zone type="Africa/Kampala">
<exemplarCity>Кампала</exemplarCity>
</zone>
@ -3723,9 +3695,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Pacific/Honolulu">
<exemplarCity>Хонолулу</exemplarCity>
</zone>
<zone type="Pacific/Johnston">
<exemplarCity>Джонстън</exemplarCity>
</zone>
<zone type="America/Anchorage">
<exemplarCity>Анкъридж</exemplarCity>
</zone>
@ -4375,11 +4344,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<daylight>Лорд Хау лятно часово време</daylight>
</long>
</metazone>
<metazone type="Macquarie">
<long>
<standard>Маккуори</standard>
</long>
</metazone>
<metazone type="Magadan">
<long>
<generic>Магаданско време</generic>
@ -4419,13 +4383,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard>Моусън</standard>
</long>
</metazone>
<metazone type="Mexico_Northwest">
<long>
<generic>Северозападно мексиканско време</generic>
<standard>Северозападно стандартно мексиканско време</standard>
<daylight>Северозападно лятно часово мексиканско време</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific">
<long>
<generic>Мексиканско тихоокеанско време</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2023 Unicode, Inc.
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

Some files were not shown because too many files have changed in this diff Show More