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 AND PERMISSION NOTICE
Copyright © 2019-2023 Unicode, Inc. Copyright © 1991-2024 Unicode, Inc.
NOTICE TO USER: Carefully read the following legal agreement. BY NOTICE TO USER: Carefully read the following legal agreement. BY
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR 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 not be used in advertising or otherwise to promote the sale, use or other
dealings in these Data Files or Software without prior written dealings in these Data Files or Software without prior written
authorization of the copyright holder. 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="phonebk" description="Phonebook style ordering (such as in German)" alias="phonebook"/>
<type name="phonetic" description="Phonetic ordering (sorting based on pronunciation)"/> <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="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="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="searchjl" description="Special collation type for Korean initial consonant search" since="2.0.1"/>
<type name="standard" description="Default ordering for each language"/> <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="xbc" description="European Unit of Account (XBC)" since="1.9"/>
<type name="xbd" description="European Unit of Account (XBD)" since="1.9"/> <type name="xbd" description="European Unit of Account (XBD)" since="1.9"/>
<type name="xcd" description="East Caribbean Dollar"/> <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="xdr" description="Special Drawing Rights" since="1.9"/>
<type name="xeu" description="European Currency Unit" since="1.9"/> <type name="xeu" description="European Currency Unit" since="1.9"/>
<type name="xfo" description="French Gold Franc" 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 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/) 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 > <!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:regex/\$Revision.*\$--> <!--@MATCH:regex/\$Revision.*\$-->
<!--@METADATA--> <!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "44" > <!ATTLIST version cldrVersion CDATA #FIXED "45" >
<!--@MATCH:any--> <!--@MATCH:any-->
<!--@VALUE--> <!--@VALUE-->
<!ATTLIST version draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED > <!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 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/) 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:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/> <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:element name="version">
<xs:complexType> <xs:complexType>
<xs:attribute name="number" use="required"/> <xs:attribute name="number" use="required"/>
<xs:attribute default="44" name="cldrVersion"> <xs:attribute default="45" name="cldrVersion">
<xs:simpleType> <xs:simpleType>
<xs:restriction base="xs:string"> <xs:restriction base="xs:string">
<xs:enumeration value="44"/> <xs:enumeration value="45"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
</xs:attribute> </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 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/) 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 > <!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:regex/\$Revision.*\$--> <!--@MATCH:regex/\$Revision.*\$-->
<!--@METADATA--> <!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "44" > <!ATTLIST version cldrVersion CDATA #FIXED "45" >
<!--@MATCH:version--> <!--@MATCH:version-->
<!--@VALUE--> <!--@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 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/) 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:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="ldmlBCP47"> <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:element name="version">
<xs:complexType> <xs:complexType>
<xs:attribute name="number" use="required"/> <xs:attribute name="number" use="required"/>
<xs:attribute default="44" name="cldrVersion"> <xs:attribute default="45" name="cldrVersion">
<xs:simpleType> <xs:simpleType>
<xs:restriction base="xs:string"> <xs:restriction base="xs:string">
<xs:enumeration value="44"/> <xs:enumeration value="45"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
</xs:attribute> </xs:attribute>

View File

@ -1,7 +1,7 @@
<!-- <!--
Copyright © 1991-2021 Unicode, Inc. Copyright © 1991-2021 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html 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/) 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 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/) 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 > <!ELEMENT version EMPTY >
<!--@METADATA--> <!--@METADATA-->
<!ATTLIST version number CDATA #REQUIRED > <!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:any--> <!--@MATCH:any-->
<!--@METADATA--> <!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "44" > <!ATTLIST version cldrVersion CDATA #FIXED "45" >
<!--@MATCH:version--> <!--@MATCH:version-->
<!--@VALUE--> <!--@VALUE-->
<!ATTLIST version unicodeVersion CDATA #FIXED "15.0.0" > <!ATTLIST version unicodeVersion CDATA #FIXED "15.1.0" >
<!--@MATCH:version--> <!--@MATCH:version-->
<!--@VALUE--> <!--@VALUE-->
@ -75,12 +75,18 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!-- use from and to instead. --> <!-- use from and to instead. -->
<!--@VALUE--> <!--@VALUE-->
<!--@DEPRECATED--> <!--@DEPRECATED-->
<!ATTLIST currency iso4217 NMTOKEN #REQUIRED >
<!--@MATCH:validity/currency-->
<!ATTLIST currency from NMTOKEN #IMPLIED > <!ATTLIST currency from NMTOKEN #IMPLIED >
<!--@MATCH:time/yyyy-MM-dd--> <!--@MATCH:time/yyyy-MM-dd-->
<!ATTLIST currency to NMTOKEN #IMPLIED > <!ATTLIST currency to NMTOKEN #IMPLIED >
<!--@MATCH:time/yyyy-MM-dd--> <!--@MATCH:time/yyyy-MM-dd-->
<!ATTLIST currency iso4217 NMTOKEN #REQUIRED > <!ATTLIST currency tz CDATA #IMPLIED >
<!--@MATCH:validity/currency--> <!--@MATCH:bcp47/tz-->
<!--@VALUE-->
<!ATTLIST currency to-tz CDATA #IMPLIED >
<!--@MATCH:bcp47/tz-->
<!--@VALUE-->
<!ATTLIST currency digits NMTOKEN #IMPLIED > <!ATTLIST currency digits NMTOKEN #IMPLIED >
<!--@VALUE--> <!--@VALUE-->
<!ATTLIST currency rounding NMTOKEN #IMPLIED > <!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]*--> <!--@MATCH:set/regex/[a-z]+[0-9]*-->
<!--@VALUE--> <!--@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 unitConstants ( unitConstant* ) >
<!ELEMENT unitConstant EMPTY > <!ELEMENT unitConstant EMPTY >
@ -432,6 +455,9 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!ATTLIST convertUnit offset CDATA #IMPLIED > <!ATTLIST convertUnit offset CDATA #IMPLIED >
<!--@MATCH:regex/[-+*/\._ 0-9a-zA-Z]+--> <!--@MATCH:regex/[-+*/\._ 0-9a-zA-Z]+-->
<!--@VALUE--> <!--@VALUE-->
<!ATTLIST convertUnit special NMTOKEN #IMPLIED >
<!--@MATCH:regex/[A-Za-z][-A-Za-z0-9]*-->
<!--@VALUE-->
<!ATTLIST convertUnit systems NMTOKENS #IMPLIED > <!ATTLIST convertUnit systems NMTOKENS #IMPLIED >
<!--@MATCH:set/literal/si, si_acceptable, metric, metric_adjacent, ussystem, uksystem, jpsystem, astronomical, person_age, other, prefixable--> <!--@MATCH:set/literal/si, si_acceptable, metric, metric_adjacent, ussystem, uksystem, jpsystem, astronomical, person_age, other, prefixable-->
<!--@VALUE--> <!--@VALUE-->
@ -912,12 +938,15 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!-- # Parent locales --> <!-- # Parent locales -->
<!ELEMENT parentLocales ( parentLocale* ) > <!ELEMENT parentLocales ( parentLocale* ) >
<!ATTLIST parentLocales component NMTOKEN #IMPLIED > <!ATTLIST parentLocales component NMTOKENS #IMPLIED >
<!--@MATCH:literal/segmentations, collations--> <!--@MATCH:set/literal/segmentations, collations, plurals, grammaticalFeatures-->
<!ELEMENT parentLocale EMPTY > <!ELEMENT parentLocale EMPTY >
<!ATTLIST parentLocale parent NMTOKEN #REQUIRED > <!ATTLIST parentLocale parent NMTOKEN #REQUIRED >
<!--@MATCH:validity/locale--> <!--@MATCH:validity/locale-->
<!ATTLIST parentLocale localeRules NMTOKENS #IMPLIED >
<!--@MATCH:set/literal/nonlikelyScript-->
<!--@VALUE-->
<!ATTLIST parentLocale locales NMTOKENS #REQUIRED > <!ATTLIST parentLocale locales NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/locale--> <!--@MATCH:set/validity/locale-->
<!--@VALUE--> <!--@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 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/) 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:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="supplementalData"> <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="timeData"/>
<xs:element minOccurs="0" ref="measurementData"/> <xs:element minOccurs="0" ref="measurementData"/>
<xs:element minOccurs="0" ref="unitIdComponents"/> <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="unitConstants"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="unitQuantities"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="unitQuantities"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="convertUnits"/> <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:element name="version">
<xs:complexType> <xs:complexType>
<xs:attribute name="number" use="required"/> <xs:attribute name="number" use="required"/>
<xs:attribute default="44" name="cldrVersion"> <xs:attribute default="45" name="cldrVersion">
<xs:simpleType> <xs:simpleType>
<xs:restriction base="xs:string"> <xs:restriction base="xs:string">
<xs:enumeration value="44"/> <xs:enumeration value="45"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
</xs:attribute> </xs:attribute>
<xs:attribute default="15.0.0" name="unicodeVersion"> <xs:attribute default="15.1.0" name="unicodeVersion">
<xs:simpleType> <xs:simpleType>
<xs:restriction base="xs:string"> <xs:restriction base="xs:string">
<xs:enumeration value="15.0.0"/> <xs:enumeration value="15.1.0"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
</xs:attribute> </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:element maxOccurs="unbounded" minOccurs="0" ref="alternate"/>
</xs:sequence> </xs:sequence>
<xs:attribute name="before" type="xs:NMTOKEN"/> <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="from" type="xs:NMTOKEN"/>
<xs:attribute name="to" 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="digits" type="xs:NMTOKEN"/>
<xs:attribute name="rounding" type="xs:NMTOKEN"/> <xs:attribute name="rounding" type="xs:NMTOKEN"/>
<xs:attribute name="cashRounding" 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:element name="alternate">
<xs:complexType> <xs:complexType>
<xs:attribute name="iso4217" type="xs:NMTOKEN" use="required"/> <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:element name="unitConstants">
<xs:complexType> <xs:complexType>
<xs:sequence> <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="baseUnit" type="xs:NMTOKEN" use="required"/>
<xs:attribute name="factor"/> <xs:attribute name="factor"/>
<xs:attribute name="offset"/> <xs:attribute name="offset"/>
<xs:attribute name="special" type="xs:NMTOKEN"/>
<xs:attribute name="systems" type="xs:NMTOKENS"/> <xs:attribute name="systems" type="xs:NMTOKENS"/>
<xs:attribute name="description"/> <xs:attribute name="description"/>
</xs:complexType> </xs:complexType>
@ -991,6 +1025,8 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
<xs:element name="unitPreferenceData"> <xs:element name="unitPreferenceData">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
@ -2049,19 +2085,22 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
<xs:sequence> <xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="parentLocale"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="parentLocale"/>
</xs:sequence> </xs:sequence>
<xs:attribute name="component" type="xs:NMTOKEN"/> <xs:attribute name="component" type="xs:NMTOKENS"/>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="parentLocale"> <xs:element name="parentLocale">
<xs:complexType> <xs:complexType>
<xs:attribute name="parent" type="xs:NMTOKEN" use="required"/> <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:attribute name="locales" type="xs:NMTOKENS" use="required"/>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="personNamesDefaults"> <xs:element name="personNamesDefaults">
<xs:complexType> <xs:complexType>
<xs:choice> <xs:choice>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) 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 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"> <zone type="America/Creston">
<exemplarCity draft="unconfirmed">Крестон</exemplarCity> <exemplarCity draft="unconfirmed">Крестон</exemplarCity>
</zone> </zone>
<zone type="America/Yellowknife">
<exemplarCity draft="unconfirmed">Иеллоунаиф</exemplarCity>
</zone>
<zone type="America/Edmonton"> <zone type="America/Edmonton">
<exemplarCity draft="unconfirmed">Едмонтон</exemplarCity> <exemplarCity draft="unconfirmed">Едмонтон</exemplarCity>
</zone> </zone>
@ -1754,30 +1751,18 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Resolute"> <zone type="America/Resolute">
<exemplarCity draft="unconfirmed">Резолиут</exemplarCity> <exemplarCity draft="unconfirmed">Резолиут</exemplarCity>
</zone> </zone>
<zone type="America/Rainy_River">
<exemplarCity draft="unconfirmed">Реини-Ривер</exemplarCity>
</zone>
<zone type="America/Rankin_Inlet"> <zone type="America/Rankin_Inlet">
<exemplarCity draft="unconfirmed">Ранкин-Инлет</exemplarCity> <exemplarCity draft="unconfirmed">Ранкин-Инлет</exemplarCity>
</zone> </zone>
<zone type="America/Coral_Harbour"> <zone type="America/Coral_Harbour">
<exemplarCity draft="unconfirmed">Корал-Харбор</exemplarCity> <exemplarCity draft="unconfirmed">Корал-Харбор</exemplarCity>
</zone> </zone>
<zone type="America/Thunder_Bay">
<exemplarCity draft="unconfirmed">Тандер-Беи</exemplarCity>
</zone>
<zone type="America/Nipigon">
<exemplarCity draft="unconfirmed">Нипигон</exemplarCity>
</zone>
<zone type="America/Toronto"> <zone type="America/Toronto">
<exemplarCity draft="unconfirmed">Торонто</exemplarCity> <exemplarCity draft="unconfirmed">Торонто</exemplarCity>
</zone> </zone>
<zone type="America/Iqaluit"> <zone type="America/Iqaluit">
<exemplarCity draft="unconfirmed">Икалуит</exemplarCity> <exemplarCity draft="unconfirmed">Икалуит</exemplarCity>
</zone> </zone>
<zone type="America/Pangnirtung">
<exemplarCity draft="unconfirmed">Пангниртанг</exemplarCity>
</zone>
<zone type="America/Moncton"> <zone type="America/Moncton">
<exemplarCity draft="unconfirmed">Монктон</exemplarCity> <exemplarCity draft="unconfirmed">Монктон</exemplarCity>
</zone> </zone>
@ -2585,18 +2570,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Africa/Dar_es_Salaam"> <zone type="Africa/Dar_es_Salaam">
<exemplarCity draft="unconfirmed">Дар-ес-Салам</exemplarCity> <exemplarCity draft="unconfirmed">Дар-ес-Салам</exemplarCity>
</zone> </zone>
<zone type="Europe/Uzhgorod">
<exemplarCity draft="unconfirmed">Ужҳород</exemplarCity>
</zone>
<zone type="Europe/Kiev"> <zone type="Europe/Kiev">
<exemplarCity draft="unconfirmed">Киев</exemplarCity> <exemplarCity draft="unconfirmed">Киев</exemplarCity>
</zone> </zone>
<zone type="Europe/Simferopol"> <zone type="Europe/Simferopol">
<exemplarCity draft="unconfirmed">Симферопол</exemplarCity> <exemplarCity draft="unconfirmed">Симферопол</exemplarCity>
</zone> </zone>
<zone type="Europe/Zaporozhye">
<exemplarCity draft="unconfirmed">Запороже</exemplarCity>
</zone>
<zone type="Africa/Kampala"> <zone type="Africa/Kampala">
<exemplarCity draft="unconfirmed">Кампала</exemplarCity> <exemplarCity draft="unconfirmed">Кампала</exemplarCity>
</zone> </zone>
@ -2612,9 +2591,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Nome"> <zone type="America/Nome">
<exemplarCity draft="unconfirmed">Ном</exemplarCity> <exemplarCity draft="unconfirmed">Ном</exemplarCity>
</zone> </zone>
<zone type="Pacific/Johnston">
<exemplarCity draft="unconfirmed">Џонстон</exemplarCity>
</zone>
<zone type="America/Anchorage"> <zone type="America/Anchorage">
<exemplarCity draft="unconfirmed">Анкориџ</exemplarCity> <exemplarCity draft="unconfirmed">Анкориџ</exemplarCity>
</zone> </zone>
@ -3314,11 +3290,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<daylight draft="unconfirmed">Макао, аԥхынтәи аамҭа</daylight> <daylight draft="unconfirmed">Макао, аԥхынтәи аамҭа</daylight>
</long> </long>
</metazone> </metazone>
<metazone type="Macquarie">
<long>
<standard draft="unconfirmed">Маккуори</standard>
</long>
</metazone>
<metazone type="Magadan"> <metazone type="Magadan">
<long> <long>
<generic draft="unconfirmed">Магадан</generic> <generic draft="unconfirmed">Магадан</generic>
@ -3358,13 +3329,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard draft="unconfirmed">Моусон</standard> <standard draft="unconfirmed">Моусон</standard>
</long> </long>
</metazone> </metazone>
<metazone type="Mexico_Northwest">
<long>
<generic draft="unconfirmed">Аҩадамра-Ҭашәаратәи амексикатә аамҭа</generic>
<standard draft="unconfirmed">Аҩадамра-Ҭашәаратәи амексикатә астандартә аамҭа</standard>
<daylight draft="unconfirmed">Аҩадамра-Ҭашәаратәи амексикатә аԥхынтәи аамҭа</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific"> <metazone type="Mexico_Pacific">
<long> <long>
<generic draft="unconfirmed">Аокеанҭынчтәи амексикатә аамҭа</generic> <generic draft="unconfirmed">Аокеанҭынчтәи амексикатә аамҭа</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) 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 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" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) 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. 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="phonebook">Foonboek-sorteervolgorde</type>
<type key="collation" type="phonetic">Fonetiese sorteerorde</type> <type key="collation" type="phonetic">Fonetiese sorteerorde</type>
<type key="collation" type="pinyin">Pinyin-sorteervolgorde</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="search">Algemenedoel-soektog</type>
<type key="collation" type="searchjl">Soek volgens Hangul-beginkonsonant</type> <type key="collation" type="searchjl">Soek volgens Hangul-beginkonsonant</type>
<type key="collation" type="standard">Standaard rangskikvolgorde</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>{0}-tyd</regionFormat>
<regionFormat type="daylight">{0}-dagligtyd</regionFormat> <regionFormat type="daylight">{0}-dagligtyd</regionFormat>
<regionFormat type="standard">{0}-standaardtyd</regionFormat> <regionFormat type="standard">{0}-standaardtyd</regionFormat>
<zone type="America/Santa_Isabel">
<exemplarCity>Santa Isabel</exemplarCity>
</zone>
<zone type="Etc/UTC"> <zone type="Etc/UTC">
<long> <long>
<standard>Gekoördineerde universele tyd</standard> <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"> <zone type="Europe/Vienna">
<exemplarCity>Wene</exemplarCity> <exemplarCity>Wene</exemplarCity>
</zone> </zone>
<zone type="Australia/Currie">
<exemplarCity>Currie</exemplarCity>
</zone>
<zone type="Asia/Baku"> <zone type="Asia/Baku">
<exemplarCity>Bakoe</exemplarCity> <exemplarCity>Bakoe</exemplarCity>
</zone> </zone>
@ -2097,12 +2090,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Cambridge_Bay"> <zone type="America/Cambridge_Bay">
<exemplarCity>Cambridgebaai</exemplarCity> <exemplarCity>Cambridgebaai</exemplarCity>
</zone> </zone>
<zone type="America/Rainy_River">
<exemplarCity>Rainyrivier</exemplarCity>
</zone>
<zone type="America/Thunder_Bay">
<exemplarCity>Thunderbaai</exemplarCity>
</zone>
<zone type="America/Goose_Bay"> <zone type="America/Goose_Bay">
<exemplarCity>Goosebaai</exemplarCity> <exemplarCity>Goosebaai</exemplarCity>
</zone> </zone>
@ -2894,11 +2881,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<daylight>Lord Howe-dagligtyd</daylight> <daylight>Lord Howe-dagligtyd</daylight>
</long> </long>
</metazone> </metazone>
<metazone type="Macquarie">
<long>
<standard>Macquarie-eiland-tyd</standard>
</long>
</metazone>
<metazone type="Magadan"> <metazone type="Magadan">
<long> <long>
<generic>Magadan-tyd</generic> <generic>Magadan-tyd</generic>
@ -2938,13 +2920,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard>Mawson-tyd</standard> <standard>Mawson-tyd</standard>
</long> </long>
</metazone> </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"> <metazone type="Mexico_Pacific">
<long> <long>
<generic>Meksikaanse Pasifiese tyd</generic> <generic>Meksikaanse Pasifiese tyd</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

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

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) 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. 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" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) 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. 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="phonebook">الترتيب حسب دليل الهاتف</type>
<type key="collation" type="phonetic">الترتيب حسب اللفظ</type> <type key="collation" type="phonetic">الترتيب حسب اللفظ</type>
<type key="collation" type="pinyin">الترتيب حسب نظام بنيين الصيني</type> <type key="collation" type="pinyin">الترتيب حسب نظام بنيين الصيني</type>
<type key="collation" type="reformed">الترتيب المحسَّن</type>
<type key="collation" type="search">بحث لأغراض عامة</type> <type key="collation" type="search">بحث لأغراض عامة</type>
<type key="collation" type="searchjl" draft="contributed">بحث باستخدام حرف الهانغول الساكن الأول</type> <type key="collation" type="searchjl" draft="contributed">بحث باستخدام حرف الهانغول الساكن الأول</type>
<type key="collation" type="standard">ترتيب الفرز القياسي</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>توقيت {0}</regionFormat>
<regionFormat type="daylight">توقيت {0} الصيفي</regionFormat> <regionFormat type="daylight">توقيت {0} الصيفي</regionFormat>
<regionFormat type="standard">توقيت {0} الرسمي</regionFormat> <regionFormat type="standard">توقيت {0} الرسمي</regionFormat>
<zone type="America/Santa_Isabel">
<exemplarCity>سانتا إيزابيل</exemplarCity>
</zone>
<zone type="Etc/UTC"> <zone type="Etc/UTC">
<long> <long>
<standard>التوقيت العالمي المنسق</standard> <standard>التوقيت العالمي المنسق</standard>
@ -2942,9 +2938,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Australia/Melbourne"> <zone type="Australia/Melbourne">
<exemplarCity>ميلبورن</exemplarCity> <exemplarCity>ميلبورن</exemplarCity>
</zone> </zone>
<zone type="Australia/Currie">
<exemplarCity>كوري</exemplarCity>
</zone>
<zone type="Australia/Hobart"> <zone type="Australia/Hobart">
<exemplarCity>هوبارت</exemplarCity> <exemplarCity>هوبارت</exemplarCity>
</zone> </zone>
@ -3098,9 +3091,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Creston"> <zone type="America/Creston">
<exemplarCity>كريستون</exemplarCity> <exemplarCity>كريستون</exemplarCity>
</zone> </zone>
<zone type="America/Yellowknife">
<exemplarCity>يلونيف</exemplarCity>
</zone>
<zone type="America/Edmonton"> <zone type="America/Edmonton">
<exemplarCity>ايدمونتون</exemplarCity> <exemplarCity>ايدمونتون</exemplarCity>
</zone> </zone>
@ -3119,30 +3109,18 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Resolute"> <zone type="America/Resolute">
<exemplarCity>ريزولوت</exemplarCity> <exemplarCity>ريزولوت</exemplarCity>
</zone> </zone>
<zone type="America/Rainy_River">
<exemplarCity>راني ريفر</exemplarCity>
</zone>
<zone type="America/Rankin_Inlet"> <zone type="America/Rankin_Inlet">
<exemplarCity>رانكن انلت</exemplarCity> <exemplarCity>رانكن انلت</exemplarCity>
</zone> </zone>
<zone type="America/Coral_Harbour"> <zone type="America/Coral_Harbour">
<exemplarCity>كورال هاربر</exemplarCity> <exemplarCity>كورال هاربر</exemplarCity>
</zone> </zone>
<zone type="America/Thunder_Bay">
<exemplarCity>ثندر باي</exemplarCity>
</zone>
<zone type="America/Nipigon">
<exemplarCity>نيبيجون</exemplarCity>
</zone>
<zone type="America/Toronto"> <zone type="America/Toronto">
<exemplarCity>تورونتو</exemplarCity> <exemplarCity>تورونتو</exemplarCity>
</zone> </zone>
<zone type="America/Iqaluit"> <zone type="America/Iqaluit">
<exemplarCity>اكويلت</exemplarCity> <exemplarCity>اكويلت</exemplarCity>
</zone> </zone>
<zone type="America/Pangnirtung">
<exemplarCity>بانجينتينج</exemplarCity>
</zone>
<zone type="America/Moncton"> <zone type="America/Moncton">
<exemplarCity>وينكتون</exemplarCity> <exemplarCity>وينكتون</exemplarCity>
</zone> </zone>
@ -3956,18 +3934,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Africa/Dar_es_Salaam"> <zone type="Africa/Dar_es_Salaam">
<exemplarCity>دار السلام</exemplarCity> <exemplarCity>دار السلام</exemplarCity>
</zone> </zone>
<zone type="Europe/Uzhgorod">
<exemplarCity>أوزجرود</exemplarCity>
</zone>
<zone type="Europe/Kiev"> <zone type="Europe/Kiev">
<exemplarCity>كييف</exemplarCity> <exemplarCity>كييف</exemplarCity>
</zone> </zone>
<zone type="Europe/Simferopol"> <zone type="Europe/Simferopol">
<exemplarCity>سيمفروبول</exemplarCity> <exemplarCity>سيمفروبول</exemplarCity>
</zone> </zone>
<zone type="Europe/Zaporozhye">
<exemplarCity>زابوروزي</exemplarCity>
</zone>
<zone type="Africa/Kampala"> <zone type="Africa/Kampala">
<exemplarCity>كامبالا</exemplarCity> <exemplarCity>كامبالا</exemplarCity>
</zone> </zone>
@ -3986,9 +3958,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Pacific/Honolulu"> <zone type="Pacific/Honolulu">
<exemplarCity>هونولولو</exemplarCity> <exemplarCity>هونولولو</exemplarCity>
</zone> </zone>
<zone type="Pacific/Johnston">
<exemplarCity>جونستون</exemplarCity>
</zone>
<zone type="America/Anchorage"> <zone type="America/Anchorage">
<exemplarCity>أنشوراج</exemplarCity> <exemplarCity>أنشوراج</exemplarCity>
</zone> </zone>
@ -4646,11 +4615,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<daylight>التوقيت الصيفي للورد هاو</daylight> <daylight>التوقيت الصيفي للورد هاو</daylight>
</long> </long>
</metazone> </metazone>
<metazone type="Macquarie">
<long>
<standard>توقيت ماكواري</standard>
</long>
</metazone>
<metazone type="Magadan"> <metazone type="Magadan">
<long> <long>
<generic>توقيت ماغادان</generic> <generic>توقيت ماغادان</generic>
@ -4690,13 +4654,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard>توقيت ماوسون</standard> <standard>توقيت ماوسون</standard>
</long> </long>
</metazone> </metazone>
<metazone type="Mexico_Northwest">
<long>
<generic>توقيت شمال غرب المكسيك</generic>
<standard>التوقيت الرسمي لشمال غرب المكسيك</standard>
<daylight>التوقيت الصيفي لشمال غرب المكسيك</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific"> <metazone type="Mexico_Pacific">
<long> <long>
<generic>توقيت المحيط الهادي للمكسيك</generic> <generic>توقيت المحيط الهادي للمكسيك</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) 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. 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"> <zone type="Australia/Melbourne">
<exemplarCity>মেলব’ৰ্ণ</exemplarCity> <exemplarCity>মেলব’ৰ্ণ</exemplarCity>
</zone> </zone>
<zone type="Australia/Currie">
<exemplarCity>ক্যুৰি</exemplarCity>
</zone>
<zone type="Australia/Hobart"> <zone type="Australia/Hobart">
<exemplarCity>হোবাৰ্ট</exemplarCity> <exemplarCity>হোবাৰ্ট</exemplarCity>
</zone> </zone>
@ -2066,9 +2063,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Creston"> <zone type="America/Creston">
<exemplarCity>ক্ৰেষ্টন</exemplarCity> <exemplarCity>ক্ৰেষ্টন</exemplarCity>
</zone> </zone>
<zone type="America/Yellowknife">
<exemplarCity>য়েল্লোনাইফ</exemplarCity>
</zone>
<zone type="America/Edmonton"> <zone type="America/Edmonton">
<exemplarCity>এডমণ্টন</exemplarCity> <exemplarCity>এডমণ্টন</exemplarCity>
</zone> </zone>
@ -2087,30 +2081,18 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Resolute"> <zone type="America/Resolute">
<exemplarCity>ৰিজ’লিউট</exemplarCity> <exemplarCity>ৰিজ’লিউট</exemplarCity>
</zone> </zone>
<zone type="America/Rainy_River">
<exemplarCity>ৰেইনী নদী</exemplarCity>
</zone>
<zone type="America/Rankin_Inlet"> <zone type="America/Rankin_Inlet">
<exemplarCity>ৰেংকিন ইনলেট</exemplarCity> <exemplarCity>ৰেংকিন ইনলেট</exemplarCity>
</zone> </zone>
<zone type="America/Coral_Harbour"> <zone type="America/Coral_Harbour">
<exemplarCity>আটিকোকান</exemplarCity> <exemplarCity>আটিকোকান</exemplarCity>
</zone> </zone>
<zone type="America/Thunder_Bay">
<exemplarCity>থাণ্ডাৰ উপসাগৰ</exemplarCity>
</zone>
<zone type="America/Nipigon">
<exemplarCity>নিপিগন</exemplarCity>
</zone>
<zone type="America/Toronto"> <zone type="America/Toronto">
<exemplarCity>ট’ৰ’ণ্টো</exemplarCity> <exemplarCity>ট’ৰ’ণ্টো</exemplarCity>
</zone> </zone>
<zone type="America/Iqaluit"> <zone type="America/Iqaluit">
<exemplarCity>ইকালুইট</exemplarCity> <exemplarCity>ইকালুইট</exemplarCity>
</zone> </zone>
<zone type="America/Pangnirtung">
<exemplarCity>পাংনিৰ্টুংগ</exemplarCity>
</zone>
<zone type="America/Moncton"> <zone type="America/Moncton">
<exemplarCity>মন্‌কটন</exemplarCity> <exemplarCity>মন্‌কটন</exemplarCity>
</zone> </zone>
@ -2924,18 +2906,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Africa/Dar_es_Salaam"> <zone type="Africa/Dar_es_Salaam">
<exemplarCity>ডাৰ এছ ছালাম</exemplarCity> <exemplarCity>ডাৰ এছ ছালাম</exemplarCity>
</zone> </zone>
<zone type="Europe/Uzhgorod">
<exemplarCity>উজ্গোৰোড</exemplarCity>
</zone>
<zone type="Europe/Kiev"> <zone type="Europe/Kiev">
<exemplarCity>কিভ</exemplarCity> <exemplarCity>কিভ</exemplarCity>
</zone> </zone>
<zone type="Europe/Simferopol"> <zone type="Europe/Simferopol">
<exemplarCity>ছিম্ফেৰোপোল</exemplarCity> <exemplarCity>ছিম্ফেৰোপোল</exemplarCity>
</zone> </zone>
<zone type="Europe/Zaporozhye">
<exemplarCity>জাপোৰোজাই</exemplarCity>
</zone>
<zone type="Africa/Kampala"> <zone type="Africa/Kampala">
<exemplarCity>কাম্পালা</exemplarCity> <exemplarCity>কাম্পালা</exemplarCity>
</zone> </zone>
@ -2951,9 +2927,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Nome"> <zone type="America/Nome">
<exemplarCity>নোম</exemplarCity> <exemplarCity>নোম</exemplarCity>
</zone> </zone>
<zone type="Pacific/Johnston">
<exemplarCity>জনষ্টন</exemplarCity>
</zone>
<zone type="America/Anchorage"> <zone type="America/Anchorage">
<exemplarCity>এংকোৰেজ</exemplarCity> <exemplarCity>এংকোৰেজ</exemplarCity>
</zone> </zone>
@ -3592,11 +3565,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<daylight>লৰ্ড হাওৰ ডেলাইট সময়</daylight> <daylight>লৰ্ড হাওৰ ডেলাইট সময়</daylight>
</long> </long>
</metazone> </metazone>
<metazone type="Macquarie">
<long>
<standard>মেক্‌কুৱেৰী দ্বীপৰ সময়</standard>
</long>
</metazone>
<metazone type="Magadan"> <metazone type="Magadan">
<long> <long>
<generic>মাগাদানৰ সময়</generic> <generic>মাগাদানৰ সময়</generic>
@ -3636,13 +3604,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard>মাউছনৰ সময়</standard> <standard>মাউছনৰ সময়</standard>
</long> </long>
</metazone> </metazone>
<metazone type="Mexico_Northwest">
<long>
<generic>উত্তৰ-পশ্চিম মেক্সিকোৰ সময়</generic>
<standard>উত্তৰ-পশ্চিম মেক্সিকোৰ মান সময়</standard>
<daylight>উত্তৰ-পশ্চিম মেক্সিকোৰ ডেলাইট সময়</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific"> <metazone type="Mexico_Pacific">
<long> <long>
<generic>মেক্সিকোৰ প্ৰশান্ত সময়</generic> <generic>মেক্সিকোৰ প্ৰশান্ত সময়</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <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="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="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="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="search">gueta xeneral</type>
<type key="collation" type="searchjl">gueta por consonante Hangul daniciu</type> <type key="collation" type="searchjl">gueta por consonante Hangul daniciu</type>
<type key="collation" type="standard">orde de clasificación estándar</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>Hora de {0}</regionFormat>
<regionFormat type="daylight">Hora braniega de {0}</regionFormat> <regionFormat type="daylight">Hora braniega de {0}</regionFormat>
<regionFormat type="standard">Hora estándar 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"> <zone type="Etc/UTC">
<long> <long>
<standard>Hora coordinada universal</standard> <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"> <zone type="Australia/Adelaide">
<exemplarCity>Adelaida</exemplarCity> <exemplarCity>Adelaida</exemplarCity>
</zone> </zone>
<zone type="Australia/Currie">
<exemplarCity>Currie</exemplarCity>
</zone>
<zone type="Asia/Baku"> <zone type="Asia/Baku">
<exemplarCity>Bakú</exemplarCity> <exemplarCity>Bakú</exemplarCity>
</zone> </zone>
@ -4370,11 +4363,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<daylight>Hora braniega de Macáu</daylight> <daylight>Hora braniega de Macáu</daylight>
</long> </long>
</metazone> </metazone>
<metazone type="Macquarie">
<long>
<standard>Hora de la Islla Macquarie</standard>
</long>
</metazone>
<metazone type="Magadan"> <metazone type="Magadan">
<long> <long>
<generic>Hora de Magadán</generic> <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> <standard>Hora de Mawson</standard>
</long> </long>
</metazone> </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"> <metazone type="Mexico_Pacific">
<long> <long>
<generic>Hora del Pacíficu de Méxicu</generic> <generic>Hora del Pacíficu de Méxicu</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) 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. 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>{0} Vaxtı</regionFormat>
<regionFormat type="daylight">{0} Yay Vaxtı</regionFormat> <regionFormat type="daylight">{0} Yay Vaxtı</regionFormat>
<regionFormat type="standard">{0} Standart Vaxtı</regionFormat> <regionFormat type="standard">{0} Standart Vaxtı</regionFormat>
<zone type="America/Santa_Isabel">
<exemplarCity>Santa İzabel</exemplarCity>
</zone>
<zone type="Etc/UTC"> <zone type="Etc/UTC">
<long> <long>
<standard>Koordinasiya edilmiş ümumdünya vaxtı</standard> <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"> <zone type="Australia/Melbourne">
<exemplarCity>Melburn</exemplarCity> <exemplarCity>Melburn</exemplarCity>
</zone> </zone>
<zone type="Australia/Currie">
<exemplarCity>Kuriye</exemplarCity>
</zone>
<zone type="Australia/Sydney"> <zone type="Australia/Sydney">
<exemplarCity>Sidney</exemplarCity> <exemplarCity>Sidney</exemplarCity>
</zone> </zone>
@ -2228,9 +2222,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Creston"> <zone type="America/Creston">
<exemplarCity>Kreston</exemplarCity> <exemplarCity>Kreston</exemplarCity>
</zone> </zone>
<zone type="America/Yellowknife">
<exemplarCity>Yellounayf</exemplarCity>
</zone>
<zone type="America/Edmonton"> <zone type="America/Edmonton">
<exemplarCity>Edmondton</exemplarCity> <exemplarCity>Edmondton</exemplarCity>
</zone> </zone>
@ -2249,24 +2240,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Resolute"> <zone type="America/Resolute">
<exemplarCity>Rezolyut</exemplarCity> <exemplarCity>Rezolyut</exemplarCity>
</zone> </zone>
<zone type="America/Rainy_River">
<exemplarCity>Reyni Çayı</exemplarCity>
</zone>
<zone type="America/Rankin_Inlet"> <zone type="America/Rankin_Inlet">
<exemplarCity>Rankin Girişi</exemplarCity> <exemplarCity>Rankin Girişi</exemplarCity>
</zone> </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"> <zone type="America/Iqaluit">
<exemplarCity>İqaluit</exemplarCity> <exemplarCity>İqaluit</exemplarCity>
</zone> </zone>
<zone type="America/Pangnirtung">
<exemplarCity>Panqnirtanq</exemplarCity>
</zone>
<zone type="America/Moncton"> <zone type="America/Moncton">
<exemplarCity>Monkton</exemplarCity> <exemplarCity>Monkton</exemplarCity>
</zone> </zone>
@ -2862,15 +2841,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Africa/Dar_es_Salaam"> <zone type="Africa/Dar_es_Salaam">
<exemplarCity>Dar es Salam</exemplarCity> <exemplarCity>Dar es Salam</exemplarCity>
</zone> </zone>
<zone type="Europe/Uzhgorod">
<exemplarCity>Ujqorod</exemplarCity>
</zone>
<zone type="Europe/Kiev"> <zone type="Europe/Kiev">
<exemplarCity>Kiyev</exemplarCity> <exemplarCity>Kiyev</exemplarCity>
</zone> </zone>
<zone type="Europe/Zaporozhye">
<exemplarCity>Zaporojye</exemplarCity>
</zone>
<zone type="Pacific/Midway"> <zone type="Pacific/Midway">
<exemplarCity>Midvey</exemplarCity> <exemplarCity>Midvey</exemplarCity>
</zone> </zone>
@ -2883,9 +2856,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Pacific/Honolulu"> <zone type="Pacific/Honolulu">
<exemplarCity>Honolulu</exemplarCity> <exemplarCity>Honolulu</exemplarCity>
</zone> </zone>
<zone type="Pacific/Johnston">
<exemplarCity>Conston</exemplarCity>
</zone>
<zone type="America/Anchorage"> <zone type="America/Anchorage">
<exemplarCity>Ankorac</exemplarCity> <exemplarCity>Ankorac</exemplarCity>
</zone> </zone>
@ -3488,11 +3458,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<daylight>Lord Hau Yay vaxtı</daylight> <daylight>Lord Hau Yay vaxtı</daylight>
</long> </long>
</metazone> </metazone>
<metazone type="Macquarie">
<long>
<standard>Makari Adası Vaxtı</standard>
</long>
</metazone>
<metazone type="Magadan"> <metazone type="Magadan">
<long> <long>
<generic>Maqadan Vaxtı</generic> <generic>Maqadan Vaxtı</generic>
@ -3532,13 +3497,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard>Mouson Vaxtı</standard> <standard>Mouson Vaxtı</standard>
</long> </long>
</metazone> </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"> <metazone type="Mexico_Pacific">
<long> <long>
<generic>Meksika Sakit Okean Vaxtı</generic> <generic>Meksika Sakit Okean Vaxtı</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>
@ -426,11 +426,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<daylight draft="provisional">لۆرڈ هئو اُسترالیائے گرماگی ساهت</daylight> <daylight draft="provisional">لۆرڈ هئو اُسترالیائے گرماگی ساهت</daylight>
</long> </long>
</metazone> </metazone>
<metazone type="Macquarie">
<long>
<standard draft="provisional">ماکواریئے گیشّتگێن ساهت</standard>
</long>
</metazone>
<metazone type="Magadan"> <metazone type="Magadan">
<long> <long>
<generic draft="provisional">مَگَدَنئے ساهت</generic> <generic draft="provisional">مَگَدَنئے ساهت</generic>
@ -438,13 +433,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<daylight draft="provisional">مَگَدَنئے گرماگی ساهت</daylight> <daylight draft="provisional">مَگَدَنئے گرماگی ساهت</daylight>
</long> </long>
</metazone> </metazone>
<metazone type="Mexico_Northwest">
<long>
<generic draft="provisional">شمالی مِکسیکۆئے ساهت</generic>
<standard draft="provisional">شمالی مِکسیکۆئے گیشّتگێن ساهت</standard>
<daylight draft="provisional">شمالی مِکسیکۆئے گرماگی ساهت</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific"> <metazone type="Mexico_Pacific">
<long> <long>
<generic draft="provisional">آرامزِری مِکسیکۆئے ساهت</generic> <generic draft="provisional">آرامزِری مِکسیکۆئے ساهت</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <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> <daylight draft="provisional">Ástréliáay, Ládhaway garmági wahd</daylight>
</long> </long>
</metazone> </metazone>
<metazone type="Macquarie">
<long>
<standard draft="provisional">Makwáriay anjári wahd</standard>
</long>
</metazone>
<metazone type="Magadan"> <metazone type="Magadan">
<long> <long>
<generic draft="provisional">Mágadánay wahd</generic> <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> <daylight draft="provisional">Mágadánay garmági wahd</daylight>
</long> </long>
</metazone> </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"> <metazone type="Mexico_Pacific">
<long> <long>
<generic draft="provisional">Árámzeri Meksikóay wahd</generic> <generic draft="provisional">Árámzeri Meksikóay wahd</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) 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. 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>Час: {0}</regionFormat>
<regionFormat type="daylight">Летні час: {0}</regionFormat> <regionFormat type="daylight">Летні час: {0}</regionFormat>
<regionFormat type="standard">Стандартны час: {0}</regionFormat> <regionFormat type="standard">Стандартны час: {0}</regionFormat>
<zone type="America/Santa_Isabel">
<exemplarCity>Санта-Ісабель</exemplarCity>
</zone>
<zone type="Etc/UTC"> <zone type="Etc/UTC">
<long> <long>
<standard>Універсальны каардынаваны час</standard> <standard>Універсальны каардынаваны час</standard>
@ -2295,9 +2292,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Australia/Melbourne"> <zone type="Australia/Melbourne">
<exemplarCity>Мельбурн</exemplarCity> <exemplarCity>Мельбурн</exemplarCity>
</zone> </zone>
<zone type="Australia/Currie">
<exemplarCity>Керы</exemplarCity>
</zone>
<zone type="Australia/Hobart"> <zone type="Australia/Hobart">
<exemplarCity>Хобарт</exemplarCity> <exemplarCity>Хобарт</exemplarCity>
</zone> </zone>
@ -2451,9 +2445,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Creston"> <zone type="America/Creston">
<exemplarCity>Крэстан</exemplarCity> <exemplarCity>Крэстан</exemplarCity>
</zone> </zone>
<zone type="America/Yellowknife">
<exemplarCity>Елаўнайф</exemplarCity>
</zone>
<zone type="America/Edmonton"> <zone type="America/Edmonton">
<exemplarCity>Эдмантан</exemplarCity> <exemplarCity>Эдмантан</exemplarCity>
</zone> </zone>
@ -2472,30 +2463,18 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Resolute"> <zone type="America/Resolute">
<exemplarCity>Рэзальют</exemplarCity> <exemplarCity>Рэзальют</exemplarCity>
</zone> </zone>
<zone type="America/Rainy_River">
<exemplarCity>Рэйні-Рывер</exemplarCity>
</zone>
<zone type="America/Rankin_Inlet"> <zone type="America/Rankin_Inlet">
<exemplarCity>Ранкін-Інлет</exemplarCity> <exemplarCity>Ранкін-Інлет</exemplarCity>
</zone> </zone>
<zone type="America/Coral_Harbour"> <zone type="America/Coral_Harbour">
<exemplarCity>Атыкокан</exemplarCity> <exemplarCity>Атыкокан</exemplarCity>
</zone> </zone>
<zone type="America/Thunder_Bay">
<exemplarCity>Тандэр-Бэй</exemplarCity>
</zone>
<zone type="America/Nipigon">
<exemplarCity>Ніпіган</exemplarCity>
</zone>
<zone type="America/Toronto"> <zone type="America/Toronto">
<exemplarCity>Таронта</exemplarCity> <exemplarCity>Таронта</exemplarCity>
</zone> </zone>
<zone type="America/Iqaluit"> <zone type="America/Iqaluit">
<exemplarCity>Ікалуіт</exemplarCity> <exemplarCity>Ікалуіт</exemplarCity>
</zone> </zone>
<zone type="America/Pangnirtung">
<exemplarCity>Пангніртанг</exemplarCity>
</zone>
<zone type="America/Moncton"> <zone type="America/Moncton">
<exemplarCity>Монктан</exemplarCity> <exemplarCity>Монктан</exemplarCity>
</zone> </zone>
@ -3309,18 +3288,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Africa/Dar_es_Salaam"> <zone type="Africa/Dar_es_Salaam">
<exemplarCity>Дар-эс-Салам</exemplarCity> <exemplarCity>Дар-эс-Салам</exemplarCity>
</zone> </zone>
<zone type="Europe/Uzhgorod">
<exemplarCity>Ужгарад</exemplarCity>
</zone>
<zone type="Europe/Kiev"> <zone type="Europe/Kiev">
<exemplarCity>Кіеў</exemplarCity> <exemplarCity>Кіеў</exemplarCity>
</zone> </zone>
<zone type="Europe/Simferopol"> <zone type="Europe/Simferopol">
<exemplarCity>Сімферопаль</exemplarCity> <exemplarCity>Сімферопаль</exemplarCity>
</zone> </zone>
<zone type="Europe/Zaporozhye">
<exemplarCity>Запарожжа</exemplarCity>
</zone>
<zone type="Africa/Kampala"> <zone type="Africa/Kampala">
<exemplarCity>Кампала</exemplarCity> <exemplarCity>Кампала</exemplarCity>
</zone> </zone>
@ -3339,9 +3312,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Pacific/Honolulu"> <zone type="Pacific/Honolulu">
<exemplarCity>Ганалулу</exemplarCity> <exemplarCity>Ганалулу</exemplarCity>
</zone> </zone>
<zone type="Pacific/Johnston">
<exemplarCity>Джонстан</exemplarCity>
</zone>
<zone type="America/Anchorage"> <zone type="America/Anchorage">
<exemplarCity>Анкарыдж</exemplarCity> <exemplarCity>Анкарыдж</exemplarCity>
</zone> </zone>
@ -3977,11 +3947,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<daylight>Летні час Лорд-Хау</daylight> <daylight>Летні час Лорд-Хау</daylight>
</long> </long>
</metazone> </metazone>
<metazone type="Macquarie">
<long>
<standard>Час вострава Макуоры</standard>
</long>
</metazone>
<metazone type="Magadan"> <metazone type="Magadan">
<long> <long>
<generic>Магаданскі час</generic> <generic>Магаданскі час</generic>
@ -4021,13 +3986,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard>Час станцыі Моўсан</standard> <standard>Час станцыі Моўсан</standard>
</long> </long>
</metazone> </metazone>
<metazone type="Mexico_Northwest">
<long>
<generic>Паўночна-заходні мексіканскі час</generic>
<standard>Паўночна-заходні мексіканскі стандартны час</standard>
<daylight>Паўночна-заходні мексіканскі летні час</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific"> <metazone type="Mexico_Pacific">
<long> <long>
<generic>Мексіканскі ціхаакіянскі час</generic> <generic>Мексіканскі ціхаакіянскі час</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) 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. 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 draft="provisional">час: {0}</regionFormat>
<regionFormat type="daylight" draft="provisional">летні час: {0}</regionFormat> <regionFormat type="daylight" draft="provisional">летні час: {0}</regionFormat>
<regionFormat type="standard" 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"> <zone type="Etc/UTC">
<long> <long>
<standard draft="provisional">унівэрсальны каардынаваны час</standard> <standard draft="provisional">унівэрсальны каардынаваны час</standard>
@ -1045,9 +1042,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Australia/Melbourne"> <zone type="Australia/Melbourne">
<exemplarCity draft="provisional">Мэльбурн</exemplarCity> <exemplarCity draft="provisional">Мэльбурн</exemplarCity>
</zone> </zone>
<zone type="Australia/Currie">
<exemplarCity draft="provisional">Кэры</exemplarCity>
</zone>
<zone type="Australia/Sydney"> <zone type="Australia/Sydney">
<exemplarCity draft="provisional">Сіднэй</exemplarCity> <exemplarCity draft="provisional">Сіднэй</exemplarCity>
</zone> </zone>
@ -1108,9 +1102,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Winnipeg"> <zone type="America/Winnipeg">
<exemplarCity draft="provisional">Вініпэг</exemplarCity> <exemplarCity draft="provisional">Вініпэг</exemplarCity>
</zone> </zone>
<zone type="America/Rainy_River">
<exemplarCity draft="provisional">Рэйні-Рывэр</exemplarCity>
</zone>
<zone type="America/Rankin_Inlet"> <zone type="America/Rankin_Inlet">
<exemplarCity draft="provisional">Ранкін-Інлэт</exemplarCity> <exemplarCity draft="provisional">Ранкін-Інлэт</exemplarCity>
</zone> </zone>
@ -1810,13 +1801,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard draft="provisional">Час станцыі Мосан</standard> <standard draft="provisional">Час станцыі Мосан</standard>
</long> </long>
</metazone> </metazone>
<metazone type="Mexico_Northwest">
<long>
<generic draft="provisional">Паўночна-заходні Мэксыканскі час</generic>
<standard draft="provisional">Паўночна-заходні Мэксыканскі змоўчны час</standard>
<daylight draft="provisional">Паўночна-заходні Мэксыканскі летні час</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific"> <metazone type="Mexico_Pacific">
<long> <long>
<generic draft="provisional">Мэксыканскі ціхаакіянскі час</generic> <generic draft="provisional">Мэксыканскі ціхаакіянскі час</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>
@ -3009,27 +3009,18 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<zone type="Africa/Dar_es_Salaam"> <zone type="Africa/Dar_es_Salaam">
<exemplarCity draft="unconfirmed">Darussalam</exemplarCity> <exemplarCity draft="unconfirmed">Darussalam</exemplarCity>
</zone> </zone>
<zone type="Europe/Uzhgorod">
<exemplarCity draft="unconfirmed">Usgorod</exemplarCity>
</zone>
<zone type="Europe/Kiev"> <zone type="Europe/Kiev">
<exemplarCity draft="unconfirmed">Kiip</exemplarCity> <exemplarCity draft="unconfirmed">Kiip</exemplarCity>
</zone> </zone>
<zone type="Europe/Simferopol"> <zone type="Europe/Simferopol">
<exemplarCity draft="unconfirmed">Akmesjid</exemplarCity> <exemplarCity draft="unconfirmed">Akmesjid</exemplarCity>
</zone> </zone>
<zone type="Europe/Zaporozhye">
<exemplarCity draft="unconfirmed">Saporijiah</exemplarCity>
</zone>
<zone type="Pacific/Midway"> <zone type="Pacific/Midway">
<exemplarCity draft="unconfirmed">Midwé</exemplarCity> <exemplarCity draft="unconfirmed">Midwé</exemplarCity>
</zone> </zone>
<zone type="Pacific/Wake"> <zone type="Pacific/Wake">
<exemplarCity draft="unconfirmed">Wék</exemplarCity> <exemplarCity draft="unconfirmed">Wék</exemplarCity>
</zone> </zone>
<zone type="Pacific/Johnston">
<exemplarCity draft="unconfirmed">Jonsten</exemplarCity>
</zone>
<zone type="America/Anchorage"> <zone type="America/Anchorage">
<exemplarCity draft="unconfirmed">Angkorèt</exemplarCity> <exemplarCity draft="unconfirmed">Angkorèt</exemplarCity>
</zone> </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> <daylight draft="unconfirmed">Waktu Musim Pentèr Makao</daylight>
</long> </long>
</metazone> </metazone>
<metazone type="Macquarie">
<long>
<standard draft="unconfirmed">Waktu Pulo Macquarie</standard>
</long>
</metazone>
<metazone type="Magadan"> <metazone type="Magadan">
<long> <long>
<generic draft="unconfirmed">Waktu Magadan</generic> <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> <standard draft="unconfirmed">Waktu Mawson</standard>
</long> </long>
</metazone> </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"> <metazone type="Mexico_Pacific">
<long> <long>
<generic draft="unconfirmed">Waktu Mèksiko Teduh</generic> <generic draft="unconfirmed">Waktu Mèksiko Teduh</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) 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. 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="phonebook">Азбучен ред</type>
<type key="collation" type="phonetic">Фонетичен ред на сортиране</type> <type key="collation" type="phonetic">Фонетичен ред на сортиране</type>
<type key="collation" type="pinyin">Сортиране Пинин</type> <type key="collation" type="pinyin">Сортиране Пинин</type>
<type key="collation" type="reformed">Следреформен ред на сортиране</type>
<type key="collation" type="search">търсене с общо предназначение</type> <type key="collation" type="search">търсене с общо предназначение</type>
<type key="collation" type="searchjl">Търсене по първоначални съгласни в хангул</type> <type key="collation" type="searchjl">Търсене по първоначални съгласни в хангул</type>
<type key="collation" type="standard">стандартен ред на сортиране</type> <type key="collation" type="standard">стандартен ред на сортиране</type>
@ -2554,9 +2553,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<gmtZeroFormat>Гринуич</gmtZeroFormat> <gmtZeroFormat>Гринуич</gmtZeroFormat>
<regionFormat type="daylight">{0} лятно часово време</regionFormat> <regionFormat type="daylight">{0} лятно часово време</regionFormat>
<regionFormat type="standard">{0} стандартно време</regionFormat> <regionFormat type="standard">{0} стандартно време</regionFormat>
<zone type="America/Santa_Isabel">
<exemplarCity>Санта Исабел</exemplarCity>
</zone>
<zone type="Etc/UTC"> <zone type="Etc/UTC">
<long> <long>
<standard>Координирано универсално време</standard> <standard>Координирано универсално време</standard>
@ -2679,9 +2675,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Australia/Melbourne"> <zone type="Australia/Melbourne">
<exemplarCity>Мелбърн</exemplarCity> <exemplarCity>Мелбърн</exemplarCity>
</zone> </zone>
<zone type="Australia/Currie">
<exemplarCity>Къри</exemplarCity>
</zone>
<zone type="Australia/Hobart"> <zone type="Australia/Hobart">
<exemplarCity>Хобарт</exemplarCity> <exemplarCity>Хобарт</exemplarCity>
</zone> </zone>
@ -2835,9 +2828,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Creston"> <zone type="America/Creston">
<exemplarCity>Крестън</exemplarCity> <exemplarCity>Крестън</exemplarCity>
</zone> </zone>
<zone type="America/Yellowknife">
<exemplarCity>Йелоунайф</exemplarCity>
</zone>
<zone type="America/Edmonton"> <zone type="America/Edmonton">
<exemplarCity>Едмънтън</exemplarCity> <exemplarCity>Едмънтън</exemplarCity>
</zone> </zone>
@ -2856,30 +2846,18 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="America/Resolute"> <zone type="America/Resolute">
<exemplarCity>Резолют</exemplarCity> <exemplarCity>Резолют</exemplarCity>
</zone> </zone>
<zone type="America/Rainy_River">
<exemplarCity>Рейни Ривър</exemplarCity>
</zone>
<zone type="America/Rankin_Inlet"> <zone type="America/Rankin_Inlet">
<exemplarCity>Ранкин Инлет</exemplarCity> <exemplarCity>Ранкин Инлет</exemplarCity>
</zone> </zone>
<zone type="America/Coral_Harbour"> <zone type="America/Coral_Harbour">
<exemplarCity>Атикокан</exemplarCity> <exemplarCity>Атикокан</exemplarCity>
</zone> </zone>
<zone type="America/Thunder_Bay">
<exemplarCity>Тъндър Бей</exemplarCity>
</zone>
<zone type="America/Nipigon">
<exemplarCity>Нипигон</exemplarCity>
</zone>
<zone type="America/Toronto"> <zone type="America/Toronto">
<exemplarCity>Торонто</exemplarCity> <exemplarCity>Торонто</exemplarCity>
</zone> </zone>
<zone type="America/Iqaluit"> <zone type="America/Iqaluit">
<exemplarCity>Иквалуит</exemplarCity> <exemplarCity>Иквалуит</exemplarCity>
</zone> </zone>
<zone type="America/Pangnirtung">
<exemplarCity>Пангниртунг</exemplarCity>
</zone>
<zone type="America/Moncton"> <zone type="America/Moncton">
<exemplarCity>Монктон</exemplarCity> <exemplarCity>Монктон</exemplarCity>
</zone> </zone>
@ -3693,18 +3671,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Africa/Dar_es_Salaam"> <zone type="Africa/Dar_es_Salaam">
<exemplarCity>Дар ес Салам</exemplarCity> <exemplarCity>Дар ес Салам</exemplarCity>
</zone> </zone>
<zone type="Europe/Uzhgorod">
<exemplarCity>Ужгород</exemplarCity>
</zone>
<zone type="Europe/Kiev"> <zone type="Europe/Kiev">
<exemplarCity>Киев</exemplarCity> <exemplarCity>Киев</exemplarCity>
</zone> </zone>
<zone type="Europe/Simferopol"> <zone type="Europe/Simferopol">
<exemplarCity>Симферопол</exemplarCity> <exemplarCity>Симферопол</exemplarCity>
</zone> </zone>
<zone type="Europe/Zaporozhye">
<exemplarCity>Запорожие</exemplarCity>
</zone>
<zone type="Africa/Kampala"> <zone type="Africa/Kampala">
<exemplarCity>Кампала</exemplarCity> <exemplarCity>Кампала</exemplarCity>
</zone> </zone>
@ -3723,9 +3695,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<zone type="Pacific/Honolulu"> <zone type="Pacific/Honolulu">
<exemplarCity>Хонолулу</exemplarCity> <exemplarCity>Хонолулу</exemplarCity>
</zone> </zone>
<zone type="Pacific/Johnston">
<exemplarCity>Джонстън</exemplarCity>
</zone>
<zone type="America/Anchorage"> <zone type="America/Anchorage">
<exemplarCity>Анкъридж</exemplarCity> <exemplarCity>Анкъридж</exemplarCity>
</zone> </zone>
@ -4375,11 +4344,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<daylight>Лорд Хау лятно часово време</daylight> <daylight>Лорд Хау лятно часово време</daylight>
</long> </long>
</metazone> </metazone>
<metazone type="Macquarie">
<long>
<standard>Маккуори</standard>
</long>
</metazone>
<metazone type="Magadan"> <metazone type="Magadan">
<long> <long>
<generic>Магаданско време</generic> <generic>Магаданско време</generic>
@ -4419,13 +4383,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<standard>Моусън</standard> <standard>Моусън</standard>
</long> </long>
</metazone> </metazone>
<metazone type="Mexico_Northwest">
<long>
<generic>Северозападно мексиканско време</generic>
<standard>Северозападно стандартно мексиканско време</standard>
<daylight>Северозападно лятно часово мексиканско време</daylight>
</long>
</metazone>
<metazone type="Mexico_Pacific"> <metazone type="Mexico_Pacific">
<long> <long>
<generic>Мексиканско тихоокеанско време</generic> <generic>Мексиканско тихоокеанско време</generic>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!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 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/) CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
--> -->
<ldml> <ldml>

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