8221432: Upgrade CLDR to Version 35.1

Reviewed-by: rriggs, srl
This commit is contained in:
Naoto Sato 2019-05-08 12:45:02 -07:00
parent 20e31cd338
commit c709e1cbf0
801 changed files with 88809 additions and 65422 deletions

View File

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

View File

@ -7,7 +7,7 @@ For terms of use, see http://www.unicode.org/copyright.html
-->
<ldmlBCP47>
<version number="$Revision: 13421 $"/>
<version number="$Revision: 14742 $"/>
<keyword>
<key name="tz" description="Time zone key" alias="timezone">
<type name="adalv" description="Andorra" alias="Europe/Andorra"/>
@ -240,6 +240,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="kzakx" description="Aqtobe, Kazakhstan" alias="Asia/Aqtobe"/>
<type name="kzala" description="Almaty, Kazakhstan" alias="Asia/Almaty"/>
<type name="kzguw" description="Atyrau (Guryev), Kazakhstan" alias="Asia/Atyrau" since="31"/>
<type name="kzksn" description="Qostanay (Kostanay), Kazakhstan" alias="Asia/Qostanay" since="35"/>
<type name="kzkzo" description="Kyzylorda, Kazakhstan" alias="Asia/Qyzylorda"/>
<type name="kzura" description="Oral, Kazakhstan" alias="Asia/Oral"/>
<type name="lavte" description="Vientiane, Laos" alias="Asia/Vientiane"/>
@ -444,7 +445,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="utce10" description="10 hours ahead of UTC" alias="Etc/GMT-10"/>
<type name="utce11" description="11 hours ahead of UTC" alias="Etc/GMT-11"/>
<type name="utce12" description="12 hours ahead of UTC" alias="Etc/GMT-12"/>
<type name="utce13" description="13hours ahead of UTC" alias="Etc/GMT-13"/>
<type name="utce13" description="13 hours ahead of UTC" alias="Etc/GMT-13"/>
<type name="utce14" description="14 hours ahead of UTC" alias="Etc/GMT-14"/>
<type name="utcw01" description="1 hour behind UTC" alias="Etc/GMT+1"/>
<type name="utcw02" description="2 hours behind UTC" alias="Etc/GMT+2"/>

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,12 @@
<!--
Copyright © 2003-2017 Unicode, Inc. and others. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Copyright © 2003-2019 Unicode, Inc. and others. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.
$Revision: 13784 $
$Revision: 14983 $
-->
<!ELEMENT ldmlBCP47 ( version, generation?, cldrVersion?, keyword*, attribute* ) >
@ -14,8 +14,10 @@ $Revision: 13784 $
<!ELEMENT version EMPTY >
<!--@METADATA-->
<!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:regex/\$Revision.*\$-->
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "33" >
<!ATTLIST version cldrVersion CDATA #FIXED "35.1" >
<!--@MATCH:version-->
<!--@VALUE-->
<!ELEMENT generation EMPTY >
@ -35,31 +37,41 @@ $Revision: 13784 $
<!ELEMENT key ( type* ) >
<!ATTLIST key extension NMTOKEN #IMPLIED >
<!--@MATCH:any-->
<!ATTLIST key name NMTOKEN #REQUIRED >
<!--@MATCH:regex/[a-z0-9]{2}-->
<!ATTLIST key description CDATA #IMPLIED >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST key deprecated (true | false) "false" >
<!--@VALUE-->
<!ATTLIST key preferred NMTOKEN #IMPLIED >
<!--@VALUE-->
<!ATTLIST key alias NMTOKEN #IMPLIED >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST key valueType (single | multiple | incremental | any) #IMPLIED >
<!--@VALUE-->
<!ATTLIST key since CDATA #IMPLIED >
<!--@MATCH:version-->
<!--@METADATA-->
<!ELEMENT type EMPTY >
<!ATTLIST type name NMTOKEN #REQUIRED >
<!--@MATCH:any-->
<!ATTLIST type description CDATA #REQUIRED >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST type deprecated (true | false) "false" >
<!--@VALUE-->
<!ATTLIST type preferred NMTOKEN #IMPLIED >
<!--@MATCH:bcp47/anyvalue-->
<!--@VALUE-->
<!ATTLIST type alias CDATA #IMPLIED >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST type since CDATA #IMPLIED >
<!--@MATCH:version-->
<!--@METADATA-->
<!ELEMENT attribute EMPTY >

View File

@ -1,5 +1,5 @@
<!--
Copyright © 2003-2017 Unicode, Inc. and others. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Copyright © 2003-2019 Unicode, Inc. and others. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified.
@ -7,7 +7,7 @@ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.
$Revision: 13905 $
$Revision: 14983 $
-->
<!ELEMENT supplementalData ( version, generation?, cldrVersion?, currencyData?, territoryContainment?, subdivisionContainment?, languageData?, territoryInfo?, postalCodeData?, calendarData?, calendarPreferenceData?, weekData?, timeData?, measurementData?, unitPreferenceData?, timezoneData?, characters?, transforms?, metadata?, codeMappings?, parentLocales?, likelySubtags?, metazoneInfo?, plurals?, telephoneCodeData?, numberingSystems?, bcp47KeywordMappings?, gender?, references?, languageMatching?, dayPeriodRuleSet*, metaZones?, primaryZones?, windowsZones?, coverageLevels?, idValidity?, rgScope?, languageGroups? ) >
@ -15,10 +15,13 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT version EMPTY >
<!--@METADATA-->
<!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:any-->
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "33" >
<!ATTLIST version cldrVersion CDATA #FIXED "35.1" >
<!--@MATCH:version-->
<!--@VALUE-->
<!ATTLIST version unicodeVersion CDATA #FIXED "10.0.0" >
<!ATTLIST version unicodeVersion CDATA #FIXED "12.1.0" >
<!--@MATCH:version-->
<!--@VALUE-->
<!ELEMENT generation EMPTY >
@ -46,13 +49,18 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT info EMPTY >
<!ATTLIST info iso4217 NMTOKEN #REQUIRED >
<!--@MATCH:or/validity/currency||literal/DEFAULT-->
<!ATTLIST info digits NMTOKEN #IMPLIED >
<!--@MATCH:range/0~5-->
<!--@VALUE-->
<!ATTLIST info rounding NMTOKEN #IMPLIED >
<!--@MATCH:range/0~5-->
<!--@VALUE-->
<!ATTLIST info cashDigits NMTOKEN #IMPLIED >
<!--@MATCH:range/0~100-->
<!--@VALUE-->
<!ATTLIST info cashRounding NMTOKEN #IMPLIED >
<!--@MATCH:literal/0, 5, 50-->
<!--@VALUE-->
<!ATTLIST info draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
@ -62,6 +70,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT region ( currency* ) >
<!ATTLIST region iso3166 NMTOKEN #REQUIRED >
<!--@MATCH:validity/region-->
<!ATTLIST region draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
@ -72,8 +81,11 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!--@VALUE-->
<!--@DEPRECATED-->
<!ATTLIST currency from NMTOKEN #IMPLIED >
<!--@MATCH:time/yyyy-MM-dd-->
<!ATTLIST currency to NMTOKEN #IMPLIED >
<!--@MATCH:time/yyyy-MM-dd-->
<!ATTLIST currency iso4217 NMTOKEN #REQUIRED >
<!--@MATCH:validity/currency-->
<!ATTLIST currency digits NMTOKEN #IMPLIED >
<!--@VALUE-->
<!ATTLIST currency rounding NMTOKEN #IMPLIED >
@ -98,7 +110,9 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT group EMPTY >
<!ATTLIST group type NMTOKEN #REQUIRED >
<!--@MATCH:validity/region-->
<!ATTLIST group contains NMTOKENS #IMPLIED >
<!--@MATCH:set/validity/region-->
<!--@VALUE-->
<!ATTLIST group grouping (true | false) #IMPLIED >
<!--@VALUE-->
@ -113,18 +127,23 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT subgroup EMPTY >
<!ATTLIST subgroup type NMTOKEN #REQUIRED >
<!--@MATCH:or/validity/region||validity/subdivision-->
<!ATTLIST subgroup subtype NMTOKEN #IMPLIED >
<!--@DEPRECATED-->
<!ATTLIST subgroup contains NMTOKENS #IMPLIED >
<!--@MATCH:set/validity/subdivision-->
<!--@VALUE-->
<!ELEMENT languageData ( language* ) >
<!ELEMENT language EMPTY >
<!ATTLIST language type NMTOKEN #REQUIRED >
<!--@MATCH:set/validity/language-->
<!ATTLIST language scripts NMTOKENS #IMPLIED >
<!--@MATCH:set/validity/script-->
<!--@VALUE-->
<!ATTLIST language territories NMTOKENS #IMPLIED >
<!--@MATCH:set/validity/region-->
<!--@VALUE-->
<!ATTLIST language variants NMTOKENS #IMPLIED >
<!--@VALUE-->
@ -134,6 +153,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST language references CDATA #IMPLIED >
<!--@METADATA-->
<!ATTLIST language alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/secondary, variant-->
<!ELEMENT territoryInfo ( territory* ) >
<!ATTLIST territoryInfo draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
@ -142,29 +162,40 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST territoryInfo references CDATA #IMPLIED >
<!--@METADATA-->
<!ATTLIST territoryInfo alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ELEMENT territory ( languagePopulation* ) >
<!ATTLIST territory type NMTOKEN #REQUIRED >
<!--@MATCH:validity/region-->
<!ATTLIST territory gdp NMTOKEN #REQUIRED >
<!--@MATCH:range/0~100000000000000-->
<!--@VALUE-->
<!ATTLIST territory literacyPercent NMTOKEN #REQUIRED >
<!--@MATCH:range/0.0~100.0-->
<!--@VALUE-->
<!ATTLIST territory population NMTOKEN #REQUIRED >
<!--@MATCH:range/0~10000000000-->
<!--@VALUE-->
<!ATTLIST territory draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ATTLIST territory references CDATA #IMPLIED >
<!--@MATCH:any-->
<!--@METADATA-->
<!ATTLIST territory alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ELEMENT languagePopulation EMPTY >
<!ATTLIST languagePopulation type NMTOKEN #REQUIRED >
<!--@MATCH:validity/locale-->
<!ATTLIST languagePopulation literacyPercent NMTOKEN #IMPLIED >
<!--@MATCH:range/0~100-->
<!--@VALUE-->
<!ATTLIST languagePopulation writingPercent NMTOKEN #IMPLIED >
<!--@MATCH:range/0~100-->
<!--@VALUE-->
<!ATTLIST languagePopulation populationPercent NMTOKEN #REQUIRED >
<!--@MATCH:range/0.0~100.0-->
<!--@VALUE-->
<!ATTLIST languagePopulation officialStatus (de_facto_official | official | official_regional | official_minority) #IMPLIED >
<!--@VALUE-->
@ -172,8 +203,10 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!--@METADATA-->
<!--@DEPRECATED:true, false-->
<!ATTLIST languagePopulation references CDATA #IMPLIED >
<!--@MATCH:any-->
<!--@METADATA-->
<!ATTLIST languagePopulation alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ELEMENT postalCodeData ( postCodeRegex* ) >
<!--@DEPRECATED-->
@ -190,6 +223,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT calendar ( calendarSystem?, eras? ) >
<!ATTLIST calendar type NMTOKEN #REQUIRED >
<!--@MATCH:bcp47/ca-->
<!ATTLIST calendar territories NMTOKENS #IMPLIED >
<!-- use ordering attribute in calendarPreference element instead. -->
<!--@VALUE-->
@ -200,6 +234,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST calendar references CDATA #IMPLIED >
<!--@METADATA-->
<!ATTLIST calendar alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ELEMENT calendarSystem EMPTY >
<!ATTLIST calendarSystem type (solar | lunar | lunisolar | other) #REQUIRED >
@ -213,16 +248,23 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT era EMPTY >
<!ATTLIST era type NMTOKEN #REQUIRED >
<!--@MATCH:range/0~250-->
<!ATTLIST era start CDATA #IMPLIED >
<!--@MATCH:time/yyyy-MM-dd-->
<!--@VALUE-->
<!ATTLIST era end CDATA #IMPLIED >
<!--@MATCH:time/yyyy-MM-dd-->
<!--@VALUE-->
<!ATTLIST era named (true | false) #IMPLIED >
<!--@VALUE-->
<!ELEMENT calendarPreferenceData ( calendarPreference* ) >
<!ELEMENT calendarPreference EMPTY >
<!ATTLIST calendarPreference territories NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/region-->
<!ATTLIST calendarPreference ordering NMTOKENS #REQUIRED >
<!--@MATCH:set/bcp47/ca-->
<!--@VALUE-->
<!ELEMENT weekData ( minDays*, firstDay*, weekendStart*, weekendEnd*, weekOfPreference* ) >
@ -230,6 +272,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT minDays EMPTY >
<!ATTLIST minDays count (1 | 2 | 3 | 4 | 5 | 6 | 7) #REQUIRED >
<!ATTLIST minDays territories NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/region-->
<!--@VALUE-->
<!ATTLIST minDays draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
@ -237,21 +280,26 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST minDays references CDATA #IMPLIED >
<!--@METADATA-->
<!ATTLIST minDays alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ELEMENT firstDay EMPTY >
<!ATTLIST firstDay day (sun | mon | tue | wed | thu | fri | sat) #REQUIRED >
<!ATTLIST firstDay territories NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/region-->
<!--@VALUE-->
<!ATTLIST firstDay draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED:true, false-->
<!ATTLIST firstDay references CDATA #IMPLIED >
<!--@MATCH:any-->
<!--@METADATA-->
<!ATTLIST firstDay alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ELEMENT weekendStart EMPTY >
<!ATTLIST weekendStart day (sun | mon | tue | wed | thu | fri | sat) #REQUIRED >
<!ATTLIST weekendStart territories NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/region-->
<!--@VALUE-->
<!ATTLIST weekendStart draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
@ -259,10 +307,12 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST weekendStart references CDATA #IMPLIED >
<!--@METADATA-->
<!ATTLIST weekendStart alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ELEMENT weekendEnd EMPTY >
<!ATTLIST weekendEnd day (sun | mon | tue | wed | thu | fri | sat) #REQUIRED >
<!ATTLIST weekendEnd territories NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/region-->
<!--@VALUE-->
<!ATTLIST weekendEnd draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
@ -270,18 +320,24 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST weekendEnd references CDATA #IMPLIED >
<!--@METADATA-->
<!ATTLIST weekendEnd alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ELEMENT weekOfPreference EMPTY >
<!ATTLIST weekOfPreference locales NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/locale-->
<!ATTLIST weekOfPreference ordering NMTOKENS #REQUIRED >
<!--@MATCH:set/literal/weekOfDate, weekOfInterval, weekOfMonth, weekOfYear-->
<!--@VALUE-->
<!ELEMENT timeData ( hours* ) >
<!ELEMENT hours EMPTY >
<!ATTLIST hours allowed NMTOKENS #REQUIRED >
<!--@MATCH:set/literal/H, h, K, k, hB, hb-->
<!ATTLIST hours preferred NMTOKEN #REQUIRED >
<!--@MATCH:literal/H, h-->
<!ATTLIST hours regions NMTOKENS #REQUIRED >
<!--@MATCH:set/or/validity/region||validity/locale-->
<!--@VALUE-->
<!ATTLIST hours draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
@ -294,6 +350,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST measurementSystem type (metric | US | UK) #REQUIRED >
<!ATTLIST measurementSystem category (temperature) #IMPLIED >
<!ATTLIST measurementSystem territories NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/region-->
<!--@VALUE-->
<!ATTLIST measurementSystem draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
@ -301,10 +358,12 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST measurementSystem references CDATA #IMPLIED >
<!--@METADATA-->
<!ATTLIST measurementSystem alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ELEMENT paperSize EMPTY >
<!ATTLIST paperSize type (A4 | US-Letter) #REQUIRED >
<!ATTLIST paperSize territories NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/region-->
<!--@VALUE-->
<!ATTLIST paperSize draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
@ -312,40 +371,53 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST paperSize references CDATA #IMPLIED >
<!--@METADATA-->
<!ATTLIST paperSize alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ELEMENT unitPreferenceData ( unitPreferences* ) >
<!ELEMENT unitPreferences ( unitPreference* ) >
<!ATTLIST unitPreferences category NMTOKEN #REQUIRED >
<!--@MATCH:literal/area, concentr, consumption, duration, energy, length, mass, pressure, speed, temperature, volume-->
<!ATTLIST unitPreferences usage NMTOKENS #REQUIRED >
<!--@MATCH:literal/baromtrc, blood-glucose, food, land-agricult, land-commercl, land-residntl, music-track, person, person-age, person-usage, rainfall, road, road-travel, snowfall, tv-program, vehicle, vehicle-fuel, visiblty, weather, wind-->
<!ATTLIST unitPreferences scope (small) #IMPLIED >
<!ELEMENT unitPreference ( #PCDATA ) >
<!ATTLIST unitPreference regions NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/region-->
<!ATTLIST unitPreference draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!ATTLIST unitPreference references CDATA #IMPLIED >
<!--@METADATA-->
<!ATTLIST unitPreference alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/informal, variant-->
<!ELEMENT timezoneData ( mapTimezones*, zoneFormatting* ) >
<!--@DEPRECATED-->
<!ELEMENT mapTimezones ( mapZone* ) >
<!ATTLIST mapTimezones type NMTOKEN #IMPLIED >
<!--@MATCH:literal/metazones-->
<!ATTLIST mapTimezones otherVersion CDATA #IMPLIED >
<!--@MATCH:any-->
<!--@METADATA-->
<!ATTLIST mapTimezones typeVersion CDATA #IMPLIED >
<!--@MATCH:regex/[0-9]{4}[a-z]+-->
<!--@METADATA-->
<!ATTLIST mapTimezones references CDATA #IMPLIED >
<!--@MATCH:any-->
<!--@METADATA-->
<!ELEMENT mapZone EMPTY >
<!ATTLIST mapZone type CDATA #REQUIRED >
<!--@MATCH:set/bcp47/tz-->
<!--@VALUE-->
<!ATTLIST mapZone other CDATA #REQUIRED >
<!--@MATCH:any-->
<!ATTLIST mapZone territory CDATA #IMPLIED >
<!--@MATCH:validity/region-->
<!ATTLIST mapZone references CDATA #IMPLIED >
<!--@MATCH:any-->
<!--@METADATA-->
<!ELEMENT zoneFormatting ( zoneItem* ) >
@ -383,6 +455,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT character ( substitute* ) >
<!ATTLIST character value CDATA #REQUIRED >
<!--@MATCH:any-->
<!ATTLIST character draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
@ -392,6 +465,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST character references CDATA #IMPLIED >
<!--@METADATA-->
<!ATTLIST character alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ELEMENT substitute ( #PCDATA ) >
<!--@ORDERED-->
@ -404,17 +478,23 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST substitute references CDATA #IMPLIED >
<!--@METADATA-->
<!ATTLIST substitute alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ELEMENT transforms ( transform* ) >
<!ELEMENT transform ( ( comment | tRule )* ) >
<!ATTLIST transform source CDATA #IMPLIED >
<!--@MATCH:any/TODO-->
<!ATTLIST transform target CDATA #IMPLIED >
<!--@MATCH:any/TODO-->
<!ATTLIST transform variant CDATA #IMPLIED >
<!--@MATCH:any/TODO-->
<!ATTLIST transform direction (forward | backward | both) "both" >
<!ATTLIST transform alias CDATA #IMPLIED >
<!--@MATCH:any/TODO-->
<!--@VALUE-->
<!ATTLIST transform backwardAlias CDATA #IMPLIED >
<!--@MATCH:any/TODO-->
<!--@VALUE-->
<!ATTLIST transform visibility (internal | external) "external" >
<!--@VALUE-->
@ -423,6 +503,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST transform references CDATA #IMPLIED >
<!--@METADATA-->
<!ATTLIST transform alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ELEMENT comment ( #PCDATA ) >
<!--@ORDERED-->
@ -463,10 +544,13 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT attributes EMPTY >
<!--@ORDERED-->
<!ATTLIST attributes element NMTOKENS #IMPLIED >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST attributes attribute NMTOKENS #IMPLIED >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST attributes attributeValue CDATA #IMPLIED >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST attributes draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
@ -481,8 +565,10 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT variable ( #PCDATA ) >
<!--@ORDERED-->
<!ATTLIST variable type NMTOKEN #IMPLIED >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST variable id CDATA #REQUIRED >
<!--@MATCH:any-->
<!ATTLIST variable draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED:true, false-->
@ -490,12 +576,17 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT attributeValues ( #PCDATA ) >
<!--@ORDERED-->
<!ATTLIST attributeValues dtds NMTOKEN #IMPLIED >
<!--@MATCH:any-->
<!ATTLIST attributeValues type NMTOKEN #IMPLIED >
<!--@MATCH:any-->
<!ATTLIST attributeValues elements NMTOKENS #IMPLIED >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST attributeValues attributes NMTOKENS #IMPLIED >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST attributeValues order NMTOKEN #IMPLIED >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST attributeValues draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
@ -508,42 +599,54 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT languageAlias EMPTY >
<!ATTLIST languageAlias type NMTOKEN #REQUIRED >
<!--@MATCH:or/validity/locale||literal/aa_SAAHO, aar, abk, afr, aka, alb, amh, ara, arg, arm, art_lojban, asm, ava, ave, aym, aze, bak, bam, baq, bel, ben, bih, bis, bod, bos, bre, bul, bur, cat, ces, cha, che, chi, chu, chv, cor, cos, cre, cym, cze, dan, deu, div, dut, dzo, ell, eng, epo, est, eus, ewe, fao, fas, fij, fin, fra, fre, fry, ful, geo, ger, gla, gle, glg, glv, gre, grn, guj, hat, hau, hbs, heb, her, hin, hmo, hrv, hun, hye, i_ami, i_bnn, i_hak, i_klingon, i_lux, i_navajo, i_pwn, i_tao, i_tay, i_tsu, ibo, ice, ido, iii, iku, ile, ina, ind, ipk, isl, ita, jav, jpn, kal, kan, kas, kat, kau, kaz, khm, kik, kin, kir, kom, kon, kor, kua, kur, lao, lat, lav, lim, lin, lit, ltz, lub, lug, mac, mah, mal, mao, mar, may, mkd, mlg, mlt, mol, mon, mri, msa, mya, nau, nav, nbl, nde, ndo, nep, nld, nno, no_BOKMAL, no_NYNORSK, no_bok, no_nyn, nob, nor, nya, oci, oji, ori, orm, oss, pan, per, pli, pol, por, pus, que, roh, ron, rum, run, rus, sag, san, scc, scr, sgn_BE_FR, sgn_BE_NL, sgn_CH_DE, sin, slk, slo, slv, sme, smo, sna, snd, som, sot, spa, sqi, srd, srp, ssw, sun, swa, swe, tah, tam, tat, tel, tgk, tgl, tha, tib, tir, ton, tsn, tso, tuk, tur, twi, uig, ukr, urd, uzb, ven, vie, vol, wel, wln, wol, xho, yid, yor, zh_guoyu, zh_hakka, zh_min_nan, zh_xiang, zha, zho, zul-->
<!ATTLIST languageAlias replacement NMTOKEN #REQUIRED >
<!--@MATCH:validity/locale-->
<!--@VALUE-->
<!ATTLIST languageAlias reason (deprecated | overlong | macrolanguage | legacy | bibliographic) #IMPLIED >
<!--@VALUE-->
<!ELEMENT scriptAlias EMPTY >
<!ATTLIST scriptAlias type NMTOKEN #REQUIRED >
<!--@MATCH:validity/script-->
<!ATTLIST scriptAlias replacement NMTOKEN #REQUIRED >
<!--@MATCH:validity/script-->
<!--@VALUE-->
<!ATTLIST scriptAlias reason (deprecated | overlong) #IMPLIED >
<!--@VALUE-->
<!ELEMENT territoryAlias EMPTY >
<!ATTLIST territoryAlias type NMTOKEN #REQUIRED >
<!--@MATCH:set/or/validity/region||regex/[0-9]{3}|[A-Z]{3}||literal/CT, DY, FQ, HV, JT, MI, NH, NQ, PC, PU, PZ, RH, UK, VD, WK-->
<!ATTLIST territoryAlias replacement NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/region-->
<!--@VALUE-->
<!ATTLIST territoryAlias reason (deprecated | overlong) #IMPLIED >
<!--@VALUE-->
<!ELEMENT subdivisionAlias EMPTY >
<!ATTLIST subdivisionAlias type NMTOKEN #REQUIRED >
<!--@MATCH:validity/subdivision-->
<!ATTLIST subdivisionAlias replacement NMTOKENS #REQUIRED >
<!--@MATCH:set/or/validity/region||validity/subdivision-->
<!--@VALUE-->
<!ATTLIST subdivisionAlias reason (deprecated | overlong) #IMPLIED >
<!--@VALUE-->
<!ELEMENT variantAlias EMPTY >
<!ATTLIST variantAlias type NMTOKEN #REQUIRED >
<!--@MATCH:or/validity/variant||literal/AALAND, POLYTONI-->
<!ATTLIST variantAlias replacement NMTOKEN #REQUIRED >
<!--@MATCH:or/validity/variant||validity/region-->
<!--@VALUE-->
<!ATTLIST variantAlias reason (deprecated | overlong) #IMPLIED >
<!--@VALUE-->
<!ELEMENT zoneAlias EMPTY >
<!ATTLIST zoneAlias type CDATA #REQUIRED >
<!--@MATCH:or/bcp47/tz||literal/SystemV/AST4, SystemV/AST4ADT, SystemV/CST6, SystemV/CST6CDT, SystemV/EST5, SystemV/EST5EDT, SystemV/HST10, SystemV/MST7, SystemV/MST7MDT, SystemV/PST8, SystemV/PST8PDT, SystemV/YST9, SystemV/YST9YDT-->
<!ATTLIST zoneAlias replacement CDATA #REQUIRED >
<!--@MATCH:bcp47/tz-->
<!--@VALUE-->
<!ATTLIST zoneAlias reason (deprecated | overlong) #IMPLIED >
<!--@VALUE-->
@ -675,6 +778,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT defaultContent EMPTY >
<!ATTLIST defaultContent locales NMTOKENS #IMPLIED >
<!--@MATCH:set/validity/locale-->
<!--@VALUE-->
<!ELEMENT codeMappings ( languageCodes*, territoryCodes*, currencyCodes* ) >
@ -689,18 +793,25 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT territoryCodes EMPTY >
<!ATTLIST territoryCodes type NMTOKEN #REQUIRED >
<!--@MATCH:validity/region-->
<!ATTLIST territoryCodes numeric NMTOKEN #IMPLIED >
<!--@MATCH:range/1~999-->
<!--@VALUE-->
<!ATTLIST territoryCodes alpha3 NMTOKEN #IMPLIED >
<!--@MATCH:regex/[A-Z]{3}-->
<!--@VALUE-->
<!ATTLIST territoryCodes fips10 NMTOKEN #IMPLIED >
<!--@MATCH:regex/[A-Z]{2}-->
<!--@VALUE-->
<!ATTLIST territoryCodes internet NMTOKENS #IMPLIED >
<!--@VALUE-->
<!--@DEPRECATED-->
<!ELEMENT currencyCodes EMPTY >
<!ATTLIST currencyCodes type NMTOKEN #REQUIRED >
<!--@MATCH:validity/currency-->
<!ATTLIST currencyCodes numeric NMTOKEN #REQUIRED >
<!--@MATCH:range/1~999-->
<!--@VALUE-->
<!-- # Parent locales -->
@ -709,25 +820,32 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT parentLocale EMPTY >
<!ATTLIST parentLocale parent NMTOKEN #REQUIRED >
<!--@MATCH:validity/locale-->
<!ATTLIST parentLocale locales NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/locale-->
<!--@VALUE-->
<!ELEMENT likelySubtags ( likelySubtag* ) >
<!ELEMENT likelySubtag EMPTY >
<!ATTLIST likelySubtag from NMTOKEN #REQUIRED >
<!--@MATCH:validity/locale-->
<!ATTLIST likelySubtag to NMTOKEN #REQUIRED >
<!--@MATCH:validity/locale-->
<!--@VALUE-->
<!ELEMENT metazoneInfo ( timezone* ) >
<!ELEMENT timezone ( usesMetazone* ) >
<!ATTLIST timezone type CDATA #REQUIRED >
<!--@MATCH:bcp47/tz-->
<!ELEMENT usesMetazone EMPTY >
<!ATTLIST usesMetazone from CDATA #IMPLIED >
<!--@MATCH:time/yyyy-MM-dd HH:mm-->
<!ATTLIST usesMetazone to CDATA #IMPLIED >
<!--@MATCH:time/yyyy-MM-dd HH:mm-->
<!ATTLIST usesMetazone mzone NMTOKEN #REQUIRED >
<!--@MATCH:metazone-->
<!--@VALUE-->
<!ELEMENT plurals ( pluralRules*, pluralRanges* ) >
@ -741,6 +859,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT pluralRules ( pluralRule* ) >
<!ATTLIST pluralRules locales NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/locale-->
<!ATTLIST pluralRules draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
@ -758,6 +877,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT pluralRanges ( pluralRange* ) >
<!ATTLIST pluralRanges locales NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/locale-->
<!ATTLIST pluralRanges draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
@ -778,27 +898,38 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!--@METADATA-->
<!ELEMENT telephoneCodeData ( codesByTerritory* ) >
<!--@DEPRECATED-->
<!ELEMENT codesByTerritory ( telephoneCountryCode+ ) >
<!--@DEPRECATED-->
<!ATTLIST codesByTerritory territory NMTOKEN #REQUIRED >
<!--@DEPRECATED-->
<!ATTLIST codesByTerritory draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ATTLIST codesByTerritory references CDATA #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ELEMENT telephoneCountryCode EMPTY >
<!--@DEPRECATED-->
<!ATTLIST telephoneCountryCode code NMTOKEN #REQUIRED >
<!--@DEPRECATED-->
<!ATTLIST telephoneCountryCode from NMTOKEN #IMPLIED >
<!--@VALUE-->
<!--@DEPRECATED-->
<!ATTLIST telephoneCountryCode to NMTOKEN #IMPLIED >
<!--@VALUE-->
<!--@DEPRECATED-->
<!ATTLIST telephoneCountryCode draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED:true, false-->
<!--@DEPRECATED-->
<!ATTLIST telephoneCountryCode references CDATA #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ATTLIST telephoneCountryCode alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!--@DEPRECATED-->
<!ELEMENT numberingSystems ( numberingSystem* ) >
@ -806,11 +937,14 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST numberingSystem type (numeric | algorithmic) #REQUIRED >
<!--@VALUE-->
<!ATTLIST numberingSystem id NMTOKEN #REQUIRED >
<!--@MATCH:bcp47/nu-->
<!ATTLIST numberingSystem radix NMTOKEN #IMPLIED >
<!--@VALUE-->
<!ATTLIST numberingSystem digits CDATA #IMPLIED >
<!--@MATCH:unicodeset/[\p{Nd}[\u3007\u4E00\u4E03\u4E09\u4E5D\u4E8C\u4E94\u516B\u516D\u56DB][\U0001E140-\U0001E149][\U0001E2F0-\U0001E2F9]]-->
<!--@VALUE-->
<!ATTLIST numberingSystem rules CDATA #IMPLIED >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST numberingSystem draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
@ -849,6 +983,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT personList EMPTY >
<!ATTLIST personList type (neutral | mixedNeutral | maleTaints) #REQUIRED >
<!ATTLIST personList locales NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/locale-->
<!--@VALUE-->
<!ELEMENT references ( reference* ) >
@ -857,7 +992,9 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT reference ( #PCDATA ) >
<!--@METADATA-->
<!ATTLIST reference type NMTOKEN #REQUIRED >
<!--@MATCH:any-->
<!ATTLIST reference uri CDATA #IMPLIED >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST reference draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
@ -866,28 +1003,37 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!--@METADATA-->
<!--@DEPRECATED-->
<!ATTLIST reference alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ELEMENT languageMatching ( languageMatches* ) >
<!ELEMENT languageMatches ( paradigmLocales*, matchVariable*, languageMatch* ) >
<!ATTLIST languageMatches type NMTOKEN #REQUIRED >
<!--@MATCH:literal/written, written_new-->
<!ELEMENT paradigmLocales EMPTY >
<!ATTLIST paradigmLocales locales NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/locale-->
<!--@VALUE-->
<!ELEMENT matchVariable EMPTY >
<!ATTLIST matchVariable id CDATA #REQUIRED >
<!--@MATCH:regex/\$[a-zA-Z0-9_]+-->
<!ATTLIST matchVariable value CDATA #REQUIRED >
<!--@MATCH:any-->
<!--@VALUE-->
<!ELEMENT languageMatch EMPTY >
<!--@ORDERED-->
<!ATTLIST languageMatch desired CDATA #REQUIRED >
<!--@MATCH:any/TODO-->
<!ATTLIST languageMatch supported CDATA #REQUIRED >
<!--@MATCH:any/TODO-->
<!ATTLIST languageMatch percent NMTOKEN #IMPLIED >
<!--@MATCH:range/0~100-->
<!--@VALUE-->
<!ATTLIST languageMatch distance NMTOKEN #IMPLIED >
<!--@MATCH:range/0~100-->
<!--@VALUE-->
<!ATTLIST languageMatch oneway (true | false) #IMPLIED >
<!--@VALUE-->
@ -896,6 +1042,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT dayPeriodRuleSet ( dayPeriodRules* ) >
<!ATTLIST dayPeriodRuleSet type NMTOKEN #IMPLIED >
<!--@MATCH:literal/selection-->
<!ATTLIST dayPeriodRuleSet draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
@ -904,6 +1051,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT dayPeriodRules ( dayPeriodRule* ) >
<!ATTLIST dayPeriodRules locales NMTOKENS #REQUIRED >
<!--@MATCH:set/validity/locale-->
<!ATTLIST dayPeriodRules draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
@ -912,16 +1060,22 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT dayPeriodRule EMPTY >
<!ATTLIST dayPeriodRule type NMTOKEN #REQUIRED >
<!--@MATCH:literal/afternoon1, afternoon2, am, evening1, evening2, midnight, morning1, morning2, night1, night2, noon, pm-->
<!ATTLIST dayPeriodRule at NMTOKEN #IMPLIED >
<!--@MATCH:time/HH:mm-->
<!--@VALUE-->
<!ATTLIST dayPeriodRule after NMTOKEN #IMPLIED >
<!--@MATCH:time/HH:mm-->
<!--@VALUE-->
<!--@DEPRECATED-->
<!ATTLIST dayPeriodRule before NMTOKEN #IMPLIED >
<!--@MATCH:time/HH:mm-->
<!--@VALUE-->
<!ATTLIST dayPeriodRule from NMTOKEN #IMPLIED >
<!--@MATCH:time/HH:mm-->
<!--@VALUE-->
<!ATTLIST dayPeriodRule to NMTOKEN #IMPLIED >
<!--@MATCH:time/HH:mm-->
<!--@VALUE-->
<!--@DEPRECATED-->
<!ATTLIST dayPeriodRule draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
@ -935,6 +1089,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT primaryZone ( #PCDATA ) >
<!ATTLIST primaryZone iso3166 NMTOKEN #REQUIRED >
<!--@MATCH:validity/region-->
<!-- # Time Zones -->
@ -949,35 +1104,48 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT approvalRequirement EMPTY >
<!ATTLIST approvalRequirement votes CDATA #REQUIRED >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST approvalRequirement locales CDATA #REQUIRED >
<!--@MATCH:any-->
<!ATTLIST approvalRequirement paths CDATA #REQUIRED >
<!--@MATCH:any-->
<!ELEMENT coverageVariable EMPTY >
<!--@ORDERED-->
<!ATTLIST coverageVariable key CDATA #REQUIRED >
<!--@MATCH:any-->
<!ATTLIST coverageVariable value CDATA #REQUIRED >
<!--@MATCH:any-->
<!--@VALUE-->
<!ELEMENT coverageLevel EMPTY >
<!--@ORDERED-->
<!ATTLIST coverageLevel inLanguage CDATA #IMPLIED >
<!--@MATCH:any-->
<!ATTLIST coverageLevel inScript CDATA #IMPLIED >
<!--@MATCH:validity/script-->
<!ATTLIST coverageLevel inTerritory CDATA #IMPLIED >
<!--@MATCH:any-->
<!ATTLIST coverageLevel value CDATA #REQUIRED >
<!--@MATCH:literal/basic, core, minimal, moderate, modern, posix-->
<!--@VALUE-->
<!ATTLIST coverageLevel match CDATA #REQUIRED >
<!--@MATCH:any-->
<!ELEMENT idValidity ( id* ) >
<!ELEMENT id ( #PCDATA ) >
<!ATTLIST id type NMTOKEN #REQUIRED >
<!--@MATCH:literal/currency, language, region, script, subdivision, unit, variant-->
<!ATTLIST id idStatus NMTOKEN #REQUIRED >
<!--@MATCH:literal/deprecated, macroregion, private_use, regular, reserved, special, unknown-->
<!ELEMENT rgScope ( rgPath* ) >
<!ELEMENT rgPath EMPTY >
<!ATTLIST rgPath path CDATA #REQUIRED >
<!--@MATCH:any-->
<!ATTLIST rgPath draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
@ -985,3 +1153,4 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT languageGroup ( #PCDATA ) >
<!ATTLIST languageGroup parent NMTOKEN #REQUIRED >
<!--@MATCH:validity/language-->

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14822 $"/>
<language type="af"/>
<territory type="NA"/>
</identity>
@ -50,6 +50,28 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</dateFormat>
</dateFormatLength>
</dateFormats>
<timeFormats>
<timeFormatLength type="full">
<timeFormat>
<pattern>h:mm:ss a zzzz</pattern>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>h:mm:ss a z</pattern>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>h:mm:ss a</pattern>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>h:mm a</pattern>
</timeFormat>
</timeFormatLength>
</timeFormats>
</calendar>
</calendars>
</dates>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14769 $"/>
<language type="af"/>
<territory type="ZA"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13911 $"/>
<version number="$Revision: 14782 $"/>
<language type="agq"/>
</identity>
<localeDisplayNames>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="agq"/>
<territory type="CM"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13911 $"/>
<version number="$Revision: 14782 $"/>
<language type="ak"/>
</identity>
<localeDisplayNames>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="ak"/>
<territory type="GH"/>
</identity>

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14769 $"/>
<language type="am"/>
<territory type="ET"/>
</identity>

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13839 $"/>
<version number="$Revision: 14769 $"/>
<language type="ar"/>
<territory type="001"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14936 $"/>
<language type="ar"/>
<territory type="AE"/>
</identity>
@ -40,6 +40,14 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</dates>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<symbols numberSystem="arab">
<decimal draft="contributed">٫</decimal>
<group draft="contributed">٬</group>
</symbols>
<symbols numberSystem="latn">
<decimal draft="contributed">.</decimal>
<group draft="contributed">,</group>
</symbols>
<currencies>
<currency type="BND">
<symbol alt="narrow" draft="contributed">$</symbol>

View File

@ -1,17 +1,25 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14936 $"/>
<language type="ar"/>
<territory type="BH"/>
</identity>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<symbols numberSystem="arab">
<decimal draft="contributed">٫</decimal>
<group draft="contributed">٬</group>
</symbols>
<symbols numberSystem="latn">
<decimal draft="contributed">.</decimal>
<group draft="contributed">,</group>
</symbols>
</numbers>
</ldml>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14769 $"/>
<language type="ar"/>
<territory type="DJ"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13839 $"/>
<version number="$Revision: 14786 $"/>
<language type="ar"/>
<territory type="DZ"/>
</identity>
@ -22,88 +22,58 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<monthWidth type="abbreviated">
<month type="1">جانفي</month>
<month type="2">فيفري</month>
<month type="3">مارس</month>
<month type="4">أفريل</month>
<month type="5">ماي</month>
<month type="6">جوان</month>
<month type="7">جويلية</month>
<month type="8">أوت</month>
<month type="9">سبتمبر</month>
<month type="10">أكتوبر</month>
<month type="11">نوفمبر</month>
<month type="12">ديسمبر</month>
</monthWidth>
<monthWidth type="narrow">
<month type="1" draft="contributed">ج</month>
<month type="2" draft="contributed">ف</month>
<month type="3" draft="contributed">م</month>
<month type="4" draft="contributed">أ</month>
<month type="5" draft="contributed">م</month>
<month type="6" draft="contributed">ج</month>
<month type="7" draft="contributed">ج</month>
<month type="8" draft="contributed">أ</month>
<month type="9" draft="contributed">س</month>
<month type="10" draft="contributed">أ</month>
<month type="11" draft="contributed">ن</month>
<month type="12" draft="contributed">د</month>
</monthWidth>
<monthWidth type="wide">
<month type="1">جانفي</month>
<month type="2">فيفري</month>
<month type="3">مارس</month>
<month type="4">أفريل</month>
<month type="5">ماي</month>
<month type="6">جوان</month>
<month type="7">جويلية</month>
<month type="8">أوت</month>
<month type="9">سبتمبر</month>
<month type="10">أكتوبر</month>
<month type="11">نوفمبر</month>
<month type="12">ديسمبر</month>
</monthWidth>
</monthContext>
<monthContext type="stand-alone">
<monthWidth type="abbreviated">
<month type="1">جانفي</month>
<month type="2">فيفري</month>
<month type="3">مارس</month>
<month type="4">أفريل</month>
<month type="5">ماي</month>
<month type="6">جوان</month>
<month type="7">جويلية</month>
<month type="8">أوت</month>
<month type="9">سبتمبر</month>
<month type="10">أكتوبر</month>
<month type="11">نوفمبر</month>
<month type="12">ديسمبر</month>
</monthWidth>
<monthWidth type="narrow">
<month type="1" draft="contributed">ج</month>
<month type="2" draft="contributed">ف</month>
<month type="3" draft="contributed">م</month>
<month type="4" draft="contributed">أ</month>
<month type="5" draft="contributed">م</month>
<month type="6" draft="contributed">ج</month>
<month type="7" draft="contributed">ج</month>
<month type="8" draft="contributed">أ</month>
<month type="9" draft="contributed">س</month>
<month type="10" draft="contributed">أ</month>
<month type="11" draft="contributed">ن</month>
<month type="12" draft="contributed">د</month>
</monthWidth>
<monthWidth type="wide">
<month type="1">جانفي</month>
<month type="2">فيفري</month>
<month type="3">مارس</month>
<month type="4">أفريل</month>
<month type="5">ماي</month>
<month type="6">جوان</month>
<month type="7">جويلية</month>
<month type="8">أوت</month>
<month type="9">سبتمبر</month>
<month type="10">أكتوبر</month>
<month type="11">نوفمبر</month>
<month type="12">ديسمبر</month>
</monthWidth>
</monthContext>
</months>
@ -112,6 +82,10 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</dates>
<numbers>
<defaultNumberingSystem>latn</defaultNumberingSystem>
<symbols numberSystem="arab">
<decimal draft="contributed">٫</decimal>
<group draft="contributed">٬</group>
</symbols>
<symbols numberSystem="latn">
<decimal>,</decimal>
<group>.</group>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14936 $"/>
<language type="ar"/>
<territory type="EG"/>
</identity>
@ -18,5 +18,13 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</localeDisplayNames>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<symbols numberSystem="arab">
<decimal draft="contributed">٫</decimal>
<group draft="contributed">٬</group>
</symbols>
<symbols numberSystem="latn">
<decimal draft="contributed">.</decimal>
<group draft="contributed">,</group>
</symbols>
</numbers>
</ldml>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13839 $"/>
<version number="$Revision: 14769 $"/>
<language type="ar"/>
<territory type="EH"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14769 $"/>
<language type="ar"/>
<territory type="ER"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14769 $"/>
<language type="ar"/>
<territory type="IL"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14936 $"/>
<language type="ar"/>
<territory type="IQ"/>
</identity>
@ -109,5 +109,13 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</dates>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<symbols numberSystem="arab">
<decimal draft="contributed">٫</decimal>
<group draft="contributed">٬</group>
</symbols>
<symbols numberSystem="latn">
<decimal draft="contributed">.</decimal>
<group draft="contributed">,</group>
</symbols>
</numbers>
</ldml>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14936 $"/>
<language type="ar"/>
<territory type="JO"/>
</identity>
@ -109,5 +109,13 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</dates>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<symbols numberSystem="arab">
<decimal draft="contributed">٫</decimal>
<group draft="contributed">٬</group>
</symbols>
<symbols numberSystem="latn">
<decimal draft="contributed">.</decimal>
<group draft="contributed">,</group>
</symbols>
</numbers>
</ldml>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14769 $"/>
<language type="ar"/>
<territory type="KM"/>
</identity>

View File

@ -1,17 +1,25 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14936 $"/>
<language type="ar"/>
<territory type="KW"/>
</identity>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<symbols numberSystem="arab">
<decimal draft="contributed">٫</decimal>
<group draft="contributed">٬</group>
</symbols>
<symbols numberSystem="latn">
<decimal draft="contributed">.</decimal>
<group draft="contributed">,</group>
</symbols>
</numbers>
</ldml>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14769 $"/>
<language type="ar"/>
<territory type="LB"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13839 $"/>
<version number="$Revision: 14769 $"/>
<language type="ar"/>
<territory type="LY"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13839 $"/>
<version number="$Revision: 14786 $"/>
<language type="ar"/>
<territory type="MA"/>
</identity>
@ -21,88 +21,59 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<months>
<monthContext type="format">
<monthWidth type="abbreviated">
<month type="1">يناير</month>
<month type="2">فبراير</month>
<month type="3">مارس</month>
<month type="4">أبريل</month>
<month type="5">ماي</month>
<month type="6">يونيو</month>
<month type="7">يوليوز</month>
<month type="8">غشت</month>
<month type="9">شتنبر</month>
<month type="10">أكتوبر</month>
<month type="11">نونبر</month>
<month type="12">دجنبر</month>
</monthWidth>
<monthWidth type="narrow">
<month type="1">ي</month>
<month type="2">ف</month>
<month type="3">م</month>
<month type="4">أ</month>
<month type="5">م</month>
<month type="6">ن</month>
<month type="7">ل</month>
<month type="8">غ</month>
<month type="9">ش</month>
<month type="10">ك</month>
<month type="11">ب</month>
<month type="12">د</month>
</monthWidth>
<monthWidth type="wide">
<month type="1">يناير</month>
<month type="2">فبراير</month>
<month type="3">مارس</month>
<month type="4">أبريل</month>
<month type="5">ماي</month>
<month type="6">يونيو</month>
<month type="7">يوليوز</month>
<month type="8">غشت</month>
<month type="9">شتنبر</month>
<month type="10">أكتوبر</month>
<month type="11">نونبر</month>
<month type="12">دجنبر</month>
</monthWidth>
</monthContext>
<monthContext type="stand-alone">
<monthWidth type="abbreviated">
<month type="1">يناير</month>
<month type="2">فبراير</month>
<month type="3">مارس</month>
<month type="4">أبريل</month>
<month type="5">ماي</month>
<month type="6">يونيو</month>
<month type="7">يوليوز</month>
<month type="8">غشت</month>
<month type="9">شتنبر</month>
<month type="10">أكتوبر</month>
<month type="11">نونبر</month>
<month type="12">دجنبر</month>
</monthWidth>
<monthWidth type="narrow">
<month type="1">ي</month>
<month type="2">ف</month>
<month type="3">م</month>
<month type="4">أ</month>
<month type="5">م</month>
<month type="6">ن</month>
<month type="7">ل</month>
<month type="8">غ</month>
<month type="9">ش</month>
<month type="10">ك</month>
<month type="11">ب</month>
<month type="12">د</month>
</monthWidth>
<monthWidth type="wide">
<month type="1">يناير</month>
<month type="2">فبراير</month>
<month type="3">مارس</month>
<month type="4">أبريل</month>
<month type="5">ماي</month>
<month type="6">يونيو</month>
<month type="7">يوليوز</month>
<month type="8">غشت</month>
<month type="9">شتنبر</month>
<month type="10">أكتوبر</month>
<month type="11">نونبر</month>
<month type="12">دجنبر</month>
</monthWidth>
@ -135,6 +106,10 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</dates>
<numbers>
<defaultNumberingSystem>latn</defaultNumberingSystem>
<symbols numberSystem="arab">
<decimal draft="contributed">٫</decimal>
<group draft="contributed">٬</group>
</symbols>
<symbols numberSystem="latn">
<decimal>,</decimal>
<group>.</group>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14769 $"/>
<language type="ar"/>
<territory type="MR"/>
</identity>

View File

@ -1,17 +1,25 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14936 $"/>
<language type="ar"/>
<territory type="OM"/>
</identity>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<symbols numberSystem="arab">
<decimal draft="contributed">٫</decimal>
<group draft="contributed">٬</group>
</symbols>
<symbols numberSystem="latn">
<decimal draft="contributed">.</decimal>
<group draft="contributed">,</group>
</symbols>
</numbers>
</ldml>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14769 $"/>
<language type="ar"/>
<territory type="PS"/>
</identity>

View File

@ -1,17 +1,25 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14936 $"/>
<language type="ar"/>
<territory type="QA"/>
</identity>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<symbols numberSystem="arab">
<decimal draft="contributed">٫</decimal>
<group draft="contributed">٬</group>
</symbols>
<symbols numberSystem="latn">
<decimal draft="contributed">.</decimal>
<group draft="contributed">,</group>
</symbols>
</numbers>
</ldml>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14936 $"/>
<language type="ar"/>
<territory type="SA"/>
</identity>
@ -32,7 +32,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<territory type="MO" draft="contributed">ماكاو الصينية (منطقة إدارية خاصة)</territory>
<territory type="MO" alt="short" draft="contributed">ماكاو</territory>
<territory type="MS" draft="contributed">مونتيسيرات</territory>
<territory type="PM" draft="contributed">سان بيير وميكولون</territory>
<territory type="UY" draft="contributed">أوروغواي</territory>
</territories>
</localeDisplayNames>
@ -45,14 +44,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dayPeriods>
<dayPeriodContext type="format">
<dayPeriodWidth type="abbreviated">
<dayPeriod type="morning1">فجرًا</dayPeriod>
<dayPeriod type="morning2">ص</dayPeriod>
<dayPeriod type="afternoon1">ظهرًا</dayPeriod>
<dayPeriod type="afternoon2">بعد الظهر</dayPeriod>
<dayPeriod type="evening1">مساءً</dayPeriod>
<dayPeriod type="night1">منتصف الليل</dayPeriod>
<dayPeriod type="night2">ل</dayPeriod>
</dayPeriodWidth>
<dayPeriodWidth type="narrow">
<dayPeriod type="morning1" draft="contributed">فجرًا</dayPeriod>
</dayPeriodWidth>
<dayPeriodWidth type="wide">
<dayPeriod type="morning1" draft="contributed">فجرًا</dayPeriod>
</dayPeriodWidth>
</dayPeriodContext>
<dayPeriodContext type="stand-alone">
<dayPeriodWidth type="abbreviated">
<dayPeriod type="morning1" draft="contributed">فجرًا</dayPeriod>
</dayPeriodWidth>
<dayPeriodWidth type="narrow">
<dayPeriod type="morning1" draft="contributed">فجرًا</dayPeriod>
</dayPeriodWidth>
<dayPeriodWidth type="wide">
<dayPeriod type="morning1" draft="contributed">فجرًا</dayPeriod>
</dayPeriodWidth>
</dayPeriodContext>
</dayPeriods>
</calendar>

View File

@ -1,17 +1,25 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14936 $"/>
<language type="ar"/>
<territory type="SD"/>
</identity>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<symbols numberSystem="arab">
<decimal draft="contributed">٫</decimal>
<group draft="contributed">٬</group>
</symbols>
<symbols numberSystem="latn">
<decimal draft="contributed">.</decimal>
<group draft="contributed">,</group>
</symbols>
</numbers>
</ldml>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14769 $"/>
<language type="ar"/>
<territory type="SO"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14769 $"/>
<language type="ar"/>
<territory type="SS"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14936 $"/>
<language type="ar"/>
<territory type="SY"/>
</identity>
@ -109,5 +109,13 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</dates>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<symbols numberSystem="arab">
<decimal draft="contributed">٫</decimal>
<group draft="contributed">٬</group>
</symbols>
<symbols numberSystem="latn">
<decimal draft="contributed">.</decimal>
<group draft="contributed">,</group>
</symbols>
</numbers>
</ldml>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14769 $"/>
<language type="ar"/>
<territory type="TD"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13839 $"/>
<version number="$Revision: 14786 $"/>
<language type="ar"/>
<territory type="TN"/>
</identity>
@ -22,88 +22,58 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<monthWidth type="abbreviated">
<month type="1">جانفي</month>
<month type="2">فيفري</month>
<month type="3">مارس</month>
<month type="4">أفريل</month>
<month type="5">ماي</month>
<month type="6">جوان</month>
<month type="7">جويلية</month>
<month type="8">أوت</month>
<month type="9">سبتمبر</month>
<month type="10">أكتوبر</month>
<month type="11">نوفمبر</month>
<month type="12">ديسمبر</month>
</monthWidth>
<monthWidth type="narrow">
<month type="1">ج</month>
<month type="2">ف</month>
<month type="3">م</month>
<month type="4">أ</month>
<month type="5">م</month>
<month type="6">ج</month>
<month type="7">ج</month>
<month type="8">أ</month>
<month type="9">س</month>
<month type="10">أ</month>
<month type="11">ن</month>
<month type="12">د</month>
</monthWidth>
<monthWidth type="wide">
<month type="1">جانفي</month>
<month type="2">فيفري</month>
<month type="3">مارس</month>
<month type="4">أفريل</month>
<month type="5">ماي</month>
<month type="6">جوان</month>
<month type="7">جويلية</month>
<month type="8">أوت</month>
<month type="9">سبتمبر</month>
<month type="10">أكتوبر</month>
<month type="11">نوفمبر</month>
<month type="12">ديسمبر</month>
</monthWidth>
</monthContext>
<monthContext type="stand-alone">
<monthWidth type="abbreviated">
<month type="1">جانفي</month>
<month type="2">فيفري</month>
<month type="3">مارس</month>
<month type="4">أفريل</month>
<month type="5">ماي</month>
<month type="6">جوان</month>
<month type="7">جويلية</month>
<month type="8">أوت</month>
<month type="9">سبتمبر</month>
<month type="10">أكتوبر</month>
<month type="11">نوفمبر</month>
<month type="12">ديسمبر</month>
</monthWidth>
<monthWidth type="narrow">
<month type="1" draft="contributed">ج</month>
<month type="2" draft="contributed">ف</month>
<month type="3" draft="contributed">م</month>
<month type="4" draft="contributed">أ</month>
<month type="5" draft="contributed">م</month>
<month type="6" draft="contributed">ج</month>
<month type="7" draft="contributed">ج</month>
<month type="8" draft="contributed">أ</month>
<month type="9" draft="contributed">س</month>
<month type="10" draft="contributed">أ</month>
<month type="11" draft="contributed">ن</month>
<month type="12" draft="contributed">د</month>
</monthWidth>
<monthWidth type="wide">
<month type="1">جانفي</month>
<month type="2">فيفري</month>
<month type="3">مارس</month>
<month type="4">أفريل</month>
<month type="5">ماي</month>
<month type="6">جوان</month>
<month type="7">جويلية</month>
<month type="8">أوت</month>
<month type="9">سبتمبر</month>
<month type="10">أكتوبر</month>
<month type="11">نوفمبر</month>
<month type="12">ديسمبر</month>
</monthWidth>
</monthContext>
</months>
@ -112,6 +82,10 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</dates>
<numbers>
<defaultNumberingSystem>latn</defaultNumberingSystem>
<symbols numberSystem="arab">
<decimal draft="contributed">٫</decimal>
<group draft="contributed">٬</group>
</symbols>
<symbols numberSystem="latn">
<decimal>,</decimal>
<group>.</group>

View File

@ -1,17 +1,25 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13880 $"/>
<version number="$Revision: 14936 $"/>
<language type="ar"/>
<territory type="YE"/>
</identity>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<symbols numberSystem="arab">
<decimal draft="contributed">٫</decimal>
<group draft="contributed">٬</group>
</symbols>
<symbols numberSystem="latn">
<decimal draft="contributed">.</decimal>
<group draft="contributed">,</group>
</symbols>
</numbers>
</ldml>

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13839 $"/>
<version number="$Revision: 14769 $"/>
<language type="as"/>
<territory type="IN"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13911 $"/>
<version number="$Revision: 14782 $"/>
<language type="asa"/>
</identity>
<localeDisplayNames>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="asa"/>
<territory type="TZ"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13911 $"/>
<version number="$Revision: 14782 $"/>
<language type="ast"/>
</identity>
<localeDisplayNames>
@ -763,54 +763,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<script type="Phnx">feniciu</script>
<script type="Plrd">fonéticu de Pollard</script>
<script type="Prti">partu dinscripciones</script>
<script type="Qaaa">qaaa</script>
<script type="Qaab">qaab</script>
<script type="Qaac">qaac</script>
<script type="Qaad">qaad</script>
<script type="Qaae">qaae</script>
<script type="Qaaf">qaaf</script>
<script type="Qaag">qaag</script>
<script type="Qaah">qaah</script>
<script type="Qaak">qaak</script>
<script type="Qaal">qaal</script>
<script type="Qaam">qaam</script>
<script type="Qaan">qaan</script>
<script type="Qaao">qaao</script>
<script type="Qaap">qaap</script>
<script type="Qaaq">qaaq</script>
<script type="Qaar">qaar</script>
<script type="Qaas">qaas</script>
<script type="Qaat">qaat</script>
<script type="Qaau">qaau</script>
<script type="Qaav">qaav</script>
<script type="Qaaw">qaaw</script>
<script type="Qaax">qaax</script>
<script type="Qaay">qaay</script>
<script type="Qaaz">qaaz</script>
<script type="Qaba">qaba</script>
<script type="Qabb">qabb</script>
<script type="Qabc">qabc</script>
<script type="Qabd">qabd</script>
<script type="Qabe">qabe</script>
<script type="Qabf">qabf</script>
<script type="Qabg">qabg</script>
<script type="Qabh">qabh</script>
<script type="Qabi">qabi</script>
<script type="Qabj">qabj</script>
<script type="Qabk">qabk</script>
<script type="Qabl">qabl</script>
<script type="Qabm">qabm</script>
<script type="Qabn">qabn</script>
<script type="Qabo">qabo</script>
<script type="Qabp">qabp</script>
<script type="Qabq">qabq</script>
<script type="Qabr">qabr</script>
<script type="Qabs">qabs</script>
<script type="Qabt">qabt</script>
<script type="Qabu">qabu</script>
<script type="Qabv">qabv</script>
<script type="Qabw">qabw</script>
<script type="Qabx">qabx</script>
<script type="Rjng">rejang</script>
<script type="Roro">rongorongo</script>
<script type="Runr">runes</script>
@ -2690,8 +2642,8 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatItem id="MMMd">d MMM</dateFormatItem>
<dateFormatItem id="MMMEd">E, d MMM</dateFormatItem>
<dateFormatItem id="MMMMd">d MMMM</dateFormatItem>
<dateFormatItem id="MMMMW" count="one">'selmana' W 'de' MMM</dateFormatItem>
<dateFormatItem id="MMMMW" count="other">'selmana' W 'de' MMM</dateFormatItem>
<dateFormatItem id="MMMMW" count="one">'selmana' W 'de' MMMM</dateFormatItem>
<dateFormatItem id="MMMMW" count="other">'selmana' W 'de' MMMM</dateFormatItem>
<dateFormatItem id="ms">mm:ss</dateFormatItem>
<dateFormatItem id="y">y</dateFormatItem>
<dateFormatItem id="yM">M/y</dateFormatItem>
@ -2703,8 +2655,8 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatItem id="yMMMM">LLLL 'de' y</dateFormatItem>
<dateFormatItem id="yQQQ">QQQ y</dateFormatItem>
<dateFormatItem id="yQQQQ">QQQQ 'de' y</dateFormatItem>
<dateFormatItem id="yw" count="one">'selmana' w 'de' y</dateFormatItem>
<dateFormatItem id="yw" count="other">'selmana' w 'de' y</dateFormatItem>
<dateFormatItem id="yw" count="one">'selmana' w 'de' Y</dateFormatItem>
<dateFormatItem id="yw" count="other">'selmana' w 'de' Y</dateFormatItem>
</availableFormats>
<appendItems>
<appendItem request="Timezone">{0} {1}</appendItem>
@ -8929,11 +8881,16 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<symbol draft="contributed">VEB</symbol>
</currency>
<currency type="VEF">
<displayName>bolívar venezolanu (20082018)</displayName>
<displayName count="one">bolívar venezolanu (20082018)</displayName>
<displayName count="other">bolívares venezolanos (20082018)</displayName>
<symbol>VEF</symbol>
<symbol alt="narrow" draft="contributed">Bs</symbol>
</currency>
<currency type="VES">
<displayName>bolívar venezolanu</displayName>
<displayName count="one">bolívar venezolanu</displayName>
<displayName count="other">bolívares venezolanos</displayName>
<symbol>VEF</symbol>
<symbol alt="narrow" draft="contributed">Bs</symbol>
</currency>
<currency type="VND">
<displayName>dong vietnamín</displayName>
@ -9181,7 +9138,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</currency>
</currencies>
<miscPatterns numberSystem="latn">
<pattern type="atLeast">{0}</pattern>
<pattern type="atLeast">{0}</pattern>
<pattern type="range">{0}{1}</pattern>
</miscPatterns>
<minimalPairs>
@ -10301,8 +10258,8 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</unit>
<unit type="length-fathom">
<displayName>fathoms</displayName>
<unitPattern count="one">{0} ftm</unitPattern>
<unitPattern count="other">{0} ftm</unitPattern>
<unitPattern count="one">{0} fth</unitPattern>
<unitPattern count="other">{0} fth</unitPattern>
</unit>
<unit type="length-nautical-mile">
<displayName>nmi</displayName>
@ -11013,8 +10970,8 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</unit>
<unit type="length-fathom">
<displayName>fathom</displayName>
<unitPattern count="one">{0}fm</unitPattern>
<unitPattern count="other">{0}fm</unitPattern>
<unitPattern count="one">{0}fth</unitPattern>
<unitPattern count="other">{0}fth</unitPattern>
</unit>
<unit type="length-nautical-mile">
<displayName>nmi</displayName>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="ast"/>
<territory type="ES"/>
</identity>

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="az"/>
<script type="Cyrl"/>
</identity>
@ -1111,8 +1111,8 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatItem id="MMM">LLL</dateFormatItem>
<dateFormatItem id="MMMd">d MMM</dateFormatItem>
<dateFormatItem id="MMMEd">d MMM, E</dateFormatItem>
<dateFormatItem id="MMMMW" count="one">MMM, W 'һәфтә'</dateFormatItem>
<dateFormatItem id="MMMMW" count="other">MMM, W 'һәфтә'</dateFormatItem>
<dateFormatItem id="MMMMW" count="one">MMMM, W 'һәфтә'</dateFormatItem>
<dateFormatItem id="MMMMW" count="other">MMMM, W 'һәфтә'</dateFormatItem>
<dateFormatItem id="yM">MM.y</dateFormatItem>
<dateFormatItem id="yMd">dd.MM.y</dateFormatItem>
<dateFormatItem id="yMEd">dd.MM.y, E</dateFormatItem>
@ -1205,38 +1205,38 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<currencyFormats numberSystem="latn">
<currencyFormatLength>
<currencyFormat type="standard">
<pattern>¤ #,##0.00</pattern>
<pattern>#,##0.00 ¤</pattern>
</currencyFormat>
<currencyFormat type="accounting">
<pattern>¤ #,##0.00</pattern>
<pattern>#,##0.00 ¤</pattern>
</currencyFormat>
</currencyFormatLength>
<currencyFormatLength type="short">
<currencyFormat type="standard">
<pattern type="1000" count="one" draft="provisional">¤ 0K</pattern>
<pattern type="1000" count="other" draft="provisional">¤ 0K</pattern>
<pattern type="10000" count="one" draft="provisional">¤ 00K</pattern>
<pattern type="10000" count="other" draft="provisional">¤ 00K</pattern>
<pattern type="100000" count="one" draft="provisional">¤ 000K</pattern>
<pattern type="100000" count="other" draft="provisional">¤ 000K</pattern>
<pattern type="1000000" count="one" draft="provisional">¤ 0M</pattern>
<pattern type="1000000" count="other" draft="provisional">¤ 0M</pattern>
<pattern type="10000000" count="one" draft="provisional">¤ 00M</pattern>
<pattern type="10000000" count="other" draft="provisional">¤ 00M</pattern>
<pattern type="100000000" count="one" draft="provisional">¤ 000M</pattern>
<pattern type="100000000" count="other" draft="provisional">¤ 000M</pattern>
<pattern type="1000000000" count="one" draft="provisional">¤ 0G</pattern>
<pattern type="1000000000" count="other" draft="provisional">¤ 0G</pattern>
<pattern type="10000000000" count="one" draft="provisional">¤ 00G</pattern>
<pattern type="10000000000" count="other" draft="provisional">¤ 00G</pattern>
<pattern type="100000000000" count="one" draft="provisional">¤ 000G</pattern>
<pattern type="100000000000" count="other" draft="provisional">¤ 000G</pattern>
<pattern type="1000000000000" count="one" draft="provisional">¤ 0T</pattern>
<pattern type="1000000000000" count="other" draft="provisional">¤ 0T</pattern>
<pattern type="10000000000000" count="one" draft="provisional">¤ 00T</pattern>
<pattern type="10000000000000" count="other" draft="provisional">¤ 00T</pattern>
<pattern type="100000000000000" count="one" draft="provisional">¤ 000T</pattern>
<pattern type="100000000000000" count="other" draft="provisional">¤ 000T</pattern>
<pattern type="1000" count="one" draft="provisional">0K ¤</pattern>
<pattern type="1000" count="other" draft="provisional">0K ¤</pattern>
<pattern type="10000" count="one" draft="provisional">00K ¤</pattern>
<pattern type="10000" count="other" draft="provisional">00K ¤</pattern>
<pattern type="100000" count="one" draft="provisional">000K ¤</pattern>
<pattern type="100000" count="other" draft="provisional">000K ¤</pattern>
<pattern type="1000000" count="one" draft="provisional">0M ¤</pattern>
<pattern type="1000000" count="other" draft="provisional">0M ¤</pattern>
<pattern type="10000000" count="one" draft="provisional">00M ¤</pattern>
<pattern type="10000000" count="other" draft="provisional">00M ¤</pattern>
<pattern type="100000000" count="one" draft="provisional">000M ¤</pattern>
<pattern type="100000000" count="other" draft="provisional">000M ¤</pattern>
<pattern type="1000000000" count="one" draft="provisional">0G ¤</pattern>
<pattern type="1000000000" count="other" draft="provisional">0G ¤</pattern>
<pattern type="10000000000" count="one" draft="provisional">00G ¤</pattern>
<pattern type="10000000000" count="other" draft="provisional">00G ¤</pattern>
<pattern type="100000000000" count="one" draft="provisional">000G ¤</pattern>
<pattern type="100000000000" count="other" draft="provisional">000G ¤</pattern>
<pattern type="1000000000000" count="one" draft="provisional">0T ¤</pattern>
<pattern type="1000000000000" count="other" draft="provisional">0T ¤</pattern>
<pattern type="10000000000000" count="one" draft="provisional">00T ¤</pattern>
<pattern type="10000000000000" count="other" draft="provisional">00T ¤</pattern>
<pattern type="100000000000000" count="one" draft="provisional">000T ¤</pattern>
<pattern type="100000000000000" count="other" draft="provisional">000T ¤</pattern>
</currencyFormat>
</currencyFormatLength>
</currencyFormats>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="az"/>
<script type="Cyrl"/>
<territory type="AZ"/>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14769 $"/>
<language type="az"/>
<script type="Latn"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14769 $"/>
<language type="az"/>
<script type="Latn"/>
<territory type="AZ"/>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13911 $"/>
<version number="$Revision: 14782 $"/>
<language type="bas"/>
</identity>
<localeDisplayNames>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="bas"/>
<territory type="CM"/>
</identity>

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14769 $"/>
<language type="be"/>
<territory type="BY"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="bem"/>
</identity>
<localeDisplayNames>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="bem"/>
<territory type="ZM"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13911 $"/>
<version number="$Revision: 14782 $"/>
<language type="bez"/>
</identity>
<localeDisplayNames>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="bez"/>
<territory type="TZ"/>
</identity>

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14769 $"/>
<language type="bg"/>
<territory type="BG"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13911 $"/>
<version number="$Revision: 14782 $"/>
<language type="bm"/>
</identity>
<localeDisplayNames>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="bm"/>
<territory type="ML"/>
</identity>

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14769 $"/>
<language type="bn"/>
<territory type="BD"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14769 $"/>
<language type="bn"/>
<territory type="IN"/>
</identity>
@ -17,7 +17,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</languages>
<territories>
<territory type="CD" alt="variant">কঙ্গো (DRC)</territory>
<territory type="MD">মলডোভা</territory>
<territory type="UM">মার্কিন যুক্তরাষ্ট্রের পার্শ্ববর্তী দ্বীপপুঞ্জ</territory>
</territories>
</localeDisplayNames>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="bo"/>
</identity>
<localeDisplayNames>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="bo"/>
<territory type="CN"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="bo"/>
<territory type="IN"/>
</identity>

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13839 $"/>
<version number="$Revision: 14782 $"/>
<language type="br"/>
<territory type="FR"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13911 $"/>
<version number="$Revision: 14782 $"/>
<language type="brx"/>
</identity>
<localeDisplayNames>
@ -4035,6 +4035,9 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<displayName>वेनेज़ुएलाई बोलिवार (18712008)</displayName>
</currency>
<currency type="VEF">
<displayName>वेनेज़ुएलाई बोलिवार (20082018)</displayName>
</currency>
<currency type="VES">
<displayName>वेनेज़ुएलाई बोलिवार</displayName>
</currency>
<currency type="VND">

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="brx"/>
<territory type="IN"/>
</identity>

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13911 $"/>
<version number="$Revision: 14982 $"/>
<language type="bs"/>
<script type="Cyrl"/>
</identity>
@ -778,8 +778,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<territory type="MF">Свети Мартин</territory>
<territory type="MG">Мадагаскар</territory>
<territory type="MH">Маршалска Острва</territory>
<territory type="MK">Македонија</territory>
<territory type="MK" alt="variant">Македонија (БЈР)</territory>
<territory type="MK">Сјеверна Македонија</territory>
<territory type="ML">Мали</territory>
<territory type="MM">Мјанмар</territory>
<territory type="MN">Монголија</territory>
@ -1259,7 +1258,18 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</monthContext>
<monthContext type="stand-alone">
<monthWidth type="abbreviated">
<month type="8">ауг</month>
<month type="1" draft="contributed">јан</month>
<month type="2" draft="contributed">феб</month>
<month type="3" draft="contributed">мар</month>
<month type="4" draft="contributed">апр</month>
<month type="5" draft="contributed">мај</month>
<month type="6" draft="contributed">јун</month>
<month type="7" draft="contributed">јул</month>
<month type="8" draft="contributed">ауг</month>
<month type="9" draft="contributed">сеп</month>
<month type="10" draft="contributed">окт</month>
<month type="11" draft="contributed">нов</month>
<month type="12" draft="contributed">дец</month>
</monthWidth>
<monthWidth type="narrow">
<month type="1">ј</month>
@ -1276,7 +1286,18 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<month type="12">д</month>
</monthWidth>
<monthWidth type="wide">
<month type="8">аугуст</month>
<month type="1" draft="contributed">јануар</month>
<month type="2" draft="contributed">фебруар</month>
<month type="3" draft="contributed">март</month>
<month type="4" draft="contributed">април</month>
<month type="5" draft="contributed">мај</month>
<month type="6" draft="contributed">јуни</month>
<month type="7" draft="contributed">јули</month>
<month type="8" draft="contributed">аугуст</month>
<month type="9" draft="contributed">септембар</month>
<month type="10" draft="contributed">октобар</month>
<month type="11" draft="contributed">новембар</month>
<month type="12" draft="contributed">децембар</month>
</monthWidth>
</monthContext>
</months>
@ -1312,7 +1333,13 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<day type="sat">с</day>
</dayWidth>
<dayWidth type="wide">
<day type="sun">недјеља</day>
<day type="sun" draft="contributed">недјеља</day>
<day type="mon" draft="contributed">понедјељак</day>
<day type="tue" draft="contributed">уторак</day>
<day type="wed" draft="contributed">сриједа</day>
<day type="thu" draft="contributed">четвртак</day>
<day type="fri" draft="contributed">петак</day>
<day type="sat" draft="contributed">субота</day>
</dayWidth>
</dayContext>
</days>
@ -1932,6 +1959,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<era type="233">Таишо</era>
<era type="234">Шова</era>
<era type="235">Хаисеи</era>
<era type="236" draft="contributed">Реива</era>
</eraAbbr>
</eras>
<dateFormats>
@ -5934,6 +5962,12 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<displayName count="other">венецуеланских боливара (18712008)</displayName>
</currency>
<currency type="VEF">
<displayName>Венецуелански боливар (20082018)</displayName>
<displayName count="one">венецуелански боливар (20082018)</displayName>
<displayName count="few">венецуеланска боливара (20082018)</displayName>
<displayName count="other">венецуеланских боливара (20082018)</displayName>
</currency>
<currency type="VES">
<displayName>Венецуелански боливар</displayName>
<displayName count="one">венецуелански боливар</displayName>
<displayName count="few">венецуеланска боливара</displayName>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="bs"/>
<script type="Cyrl"/>
<territory type="BA"/>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13839 $"/>
<version number="$Revision: 14769 $"/>
<language type="bs"/>
<script type="Latn"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13839 $"/>
<version number="$Revision: 14769 $"/>
<language type="bs"/>
<script type="Latn"/>
<territory type="BA"/>

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13839 $"/>
<version number="$Revision: 14769 $"/>
<language type="ca"/>
<territory type="AD"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13839 $"/>
<version number="$Revision: 14769 $"/>
<language type="ca"/>
<territory type="ES"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13839 $"/>
<version number="$Revision: 14769 $"/>
<language type="ca"/>
<territory type="ES"/>
<variant type="VALENCIA"/>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13839 $"/>
<version number="$Revision: 14769 $"/>
<language type="ca"/>
<territory type="FR"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13839 $"/>
<version number="$Revision: 14769 $"/>
<language type="ca"/>
<territory type="IT"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13911 $"/>
<version number="$Revision: 14888 $"/>
<language type="ccp"/>
</identity>
<localeDisplayNames>
@ -548,7 +548,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<script type="Brai">𑄝𑄳𑄢𑄳𑄆𑄬𑄣𑄴</script>
<script type="Bugi">𑄝𑄪𑄉𑄨</script>
<script type="Buhd">𑄝𑄪𑄦𑄨𑄓𑄴</script>
<script type="Cakm">𑄌𑄋𑄴𑄟𑄳𑄦</script>
<script type="Cakm">𑄌𑄇𑄴𑄟</script>
<script type="Cans">𑄎𑄧𑄙 𑄇𑄚𑄓𑄨𑄠𑄚𑄴 𑄃𑄳𑄠𑄝𑄳𑄢𑄮𑄎𑄨𑄚𑄨𑄠𑄚𑄴 𑄥𑄨𑄣𑄬𑄝𑄨𑄇𑄴𑄥𑄧</script>
<script type="Cari">𑄇𑄳𑄠𑄢𑄨𑄠𑄚𑄴</script>
<script type="Cham">𑄌𑄳𑄠𑄟𑄴</script>
@ -682,7 +682,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<territory type="014">𑄛𑄪𑄇𑄴𑄘𑄩 𑄃𑄜𑄳𑄢𑄨𑄇</territory>
<territory type="015">𑄅𑄪𑄖𑄴𑄖𑄮𑄢𑄴 𑄃𑄜𑄳𑄢𑄨𑄇</territory>
<territory type="017">𑄟𑄧𑄖𑄴𑄙𑄳𑄠𑄧 𑄃𑄜𑄳𑄢𑄨𑄇</territory>
<territory type="018">𑄘𑄧𑄉𑄨𑄚𑄴 𑄃𑄜𑄳𑄢𑄨𑄇 𑄎𑄉</territory>
<territory type="019">𑄃𑄟𑄬𑄢𑄨𑄇𑄥𑄴</territory>
<territory type="021">𑄅𑄪𑄖𑄴𑄖𑄮𑄢𑄴 𑄎𑄉𑄢𑄴 𑄃𑄟𑄬𑄢𑄨𑄇</territory>
<territory type="029">𑄇𑄳𑄠𑄢𑄝𑄨𑄠𑄚𑄴</territory>
@ -1127,7 +1126,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<exemplarCharacters>[\U00011100 \U00011101 \U00011102 𑄃 𑄄 𑄅 𑄆 𑄇 𑄈 𑄉 𑄊 𑄋 𑄌 𑄍 𑄎 𑄏 𑄐 𑄑 𑄒 𑄓 𑄔 𑄕 𑄖 𑄗 𑄘 𑄙 𑄚 𑄛 𑄜 𑄝 𑄞 𑄟 𑄠 𑄡 𑄢 𑄣 𑄤 𑄥 𑄦 \U00011127 \U00011128 \U00011129 \U0001112A \U0001112B 𑄬 \U0001112D \U0001112E \U0001112F \U00011130 \U00011131 \U00011132 \U00011133 \U00011134]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[]</exemplarCharacters>
<exemplarCharacters type="index">[𑄃 𑄄 𑄅 𑄆 𑄇 𑄈 𑄉 𑄊 𑄋 𑄌 𑄍 𑄎 𑄏 𑄐 𑄑 𑄒 𑄓 𑄔 𑄕 𑄖 𑄗 𑄘 𑄙 𑄚 𑄛 𑄜 𑄝 𑄞 𑄟 𑄠 𑄡 𑄢 𑄣 𑄤 𑄥 𑄦]</exemplarCharacters>
<exemplarCharacters type="numbers">[\- , . % ‰ + 0 1১ 2২ 3৩ 4 5৫ 6৬ 7 8৮ 9৯]</exemplarCharacters>
<exemplarCharacters type="punctuation">[\- — , ; \: ! ? 𑅃 . … 𑅁 𑅂 𑅀 ' &quot; “ ” ( ) \[ \] § @ * / \&amp; # † ‡ ″]</exemplarCharacters>
</characters>
<delimiters>
@ -3926,13 +3924,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<daylight>𑄃𑄧𑄌𑄴𑄑𑄳𑄢𑄬𑄣𑄨𑄠𑄧 𑄃𑄏𑄧𑄣𑄴 𑄉𑄧𑄢𑄳𑄦𑄢𑄴 𑄘𑄨𑄚𑄮𑄃𑄣𑄮𑄢𑄴 𑄃𑄧𑄇𑄴𑄖𑄧</daylight>
</long>
</metazone>
<metazone type="Australia_CentralWestern">
<long>
<generic>𑄃𑄧𑄌𑄴𑄑𑄳𑄢𑄬𑄣𑄨𑄠𑄧 𑄃𑄏𑄧𑄣𑄴 𑄉𑄧𑄢𑄳𑄦𑄢𑄴 𑄛𑄧𑄏𑄨𑄟𑄬𑄘𑄨 𑄃𑄧𑄇𑄴𑄖𑄧</generic>
<standard>𑄃𑄧𑄌𑄴𑄑𑄳𑄢𑄬𑄣𑄨𑄠𑄧 𑄃𑄏𑄧𑄣𑄴 𑄉𑄧𑄢𑄳𑄦𑄢𑄴 𑄛𑄧𑄏𑄨𑄟𑄬𑄘𑄨 𑄟𑄚𑄧𑄇𑄴 𑄃𑄧𑄇𑄴𑄖𑄧</standard>
<daylight>𑄃𑄧𑄌𑄴𑄑𑄳𑄢𑄬𑄣𑄨𑄠𑄧 𑄃𑄏𑄧𑄣𑄴 𑄉𑄧𑄢𑄳𑄦𑄢𑄴 𑄛𑄧𑄏𑄨𑄟𑄬𑄘𑄨 𑄘𑄨𑄚𑄮𑄃𑄣𑄮𑄢𑄴 𑄃𑄧𑄇𑄴𑄖𑄧</daylight>
</long>
</metazone>
<metazone type="Australia_Eastern">
<long>
<generic>𑄛𑄪𑄉𑄬𑄘𑄨 𑄃𑄧𑄌𑄴𑄑𑄳𑄢𑄬𑄣𑄨𑄠𑄧 𑄃𑄧𑄇𑄴𑄖𑄧</generic>
@ -4770,6 +4761,16 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<pattern>#,##,##0.###</pattern>
</decimalFormat>
</decimalFormatLength>
<decimalFormatLength type="short">
<decimalFormat>
<pattern type="1000000000" count="other" draft="contributed">0G</pattern>
<pattern type="10000000000" count="other" draft="contributed">00G</pattern>
<pattern type="100000000000" count="other" draft="contributed">000G</pattern>
<pattern type="1000000000000" count="other" draft="unconfirmed">0T</pattern>
<pattern type="10000000000000" count="other" draft="unconfirmed">00T</pattern>
<pattern type="100000000000000" count="other" draft="unconfirmed">000T</pattern>
</decimalFormat>
</decimalFormatLength>
</decimalFormats>
<scientificFormats numberSystem="cakm">
<scientificFormatLength>
@ -5604,15 +5605,10 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<symbol>MOP</symbol>
</currency>
<currency type="MRO">
<displayName>𑄟𑄯𑄢𑄨𑄖𑄚𑄨𑄠𑄚𑄴 𑄃𑄮𑄃𑄪𑄉𑄭𑄪𑄠 (19732017)</displayName>
<displayName count="one">𑄟𑄯𑄢𑄨𑄖𑄚𑄨𑄠𑄚𑄴 𑄃𑄮𑄃𑄪𑄉𑄭𑄪𑄠 (19732017)</displayName>
<displayName count="other">𑄟𑄯𑄢𑄨𑄖𑄚𑄨𑄠𑄚𑄴 𑄃𑄮𑄃𑄪𑄉𑄭𑄪𑄠 (19732017)</displayName>
<symbol>MRO</symbol>
</currency>
<currency type="MRU">
<displayName>𑄟𑄯𑄢𑄨𑄖𑄚𑄨𑄠𑄚𑄴 𑄃𑄮𑄃𑄪𑄉𑄭𑄪𑄠</displayName>
<displayName count="one">𑄟𑄯𑄢𑄨𑄖𑄚𑄨𑄠𑄚𑄴 𑄃𑄮𑄃𑄪𑄉𑄭𑄪𑄠</displayName>
<displayName count="other">𑄟𑄯𑄢𑄨𑄖𑄚𑄨𑄠𑄚𑄴 𑄃𑄮𑄃𑄪𑄉𑄭𑄪𑄠</displayName>
<symbol>MRO</symbol>
</currency>
<currency type="MTL">
<displayName>𑄟𑄣𑄴𑄑 𑄣𑄨𑄢</displayName>
@ -5914,15 +5910,10 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<symbol alt="narrow">£</symbol>
</currency>
<currency type="STD">
<displayName>𑄥𑄃𑄮 𑄑𑄮𑄟𑄬 𑄃𑄳𑄃 𑄛𑄳𑄢𑄨𑄚𑄴𑄥𑄨𑄛𑄬 𑄓𑄮𑄛𑄴𑄢 (19772017)</displayName>
<displayName count="one">𑄥𑄃𑄮 𑄑𑄮𑄟𑄬 𑄃𑄳𑄃 𑄛𑄳𑄢𑄨𑄚𑄴𑄥𑄨𑄛𑄬 𑄓𑄮𑄛𑄴𑄢 (19772017)</displayName>
<displayName count="other">𑄥𑄃𑄮 𑄑𑄮𑄟𑄬 𑄃𑄳𑄃 𑄛𑄳𑄢𑄨𑄚𑄴𑄥𑄨𑄛𑄬 𑄓𑄮𑄛𑄴𑄢 (19772017)</displayName>
<symbol>STD</symbol>
</currency>
<currency type="STN">
<displayName>𑄥𑄃𑄮 𑄑𑄮𑄟𑄬 𑄃𑄳𑄃 𑄛𑄳𑄢𑄨𑄚𑄴𑄥𑄨𑄛𑄬 𑄓𑄮𑄛𑄴𑄢</displayName>
<displayName count="one">𑄥𑄃𑄮 𑄑𑄮𑄟𑄬 𑄃𑄳𑄃 𑄛𑄳𑄢𑄨𑄚𑄴𑄥𑄨𑄛𑄬 𑄓𑄮𑄛𑄴𑄢</displayName>
<displayName count="other">𑄥𑄃𑄮 𑄑𑄮𑄟𑄬 𑄃𑄳𑄃 𑄛𑄳𑄢𑄨𑄚𑄴𑄥𑄨𑄛𑄬 𑄓𑄮𑄛𑄴𑄢</displayName>
<symbol>STD</symbol>
<symbol alt="narrow">Db</symbol>
</currency>
<currency type="SUR">
@ -5961,10 +5952,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<symbol>TJS</symbol>
</currency>
<currency type="TMM">
<displayName>𑄖𑄪𑄢𑄴𑄇𑄧𑄟𑄬𑄚𑄨𑄌𑄴𑄖𑄚𑄨 𑄟𑄚𑄖𑄴(𑄷𑄿𑄿𑄹-𑄸𑄶𑄶𑄿)</displayName>
<displayName count="one">𑄖𑄪𑄢𑄴𑄇𑄧𑄟𑄬𑄚𑄨𑄌𑄴𑄖𑄚𑄨 𑄟𑄚𑄖𑄴(𑄷𑄿𑄿𑄹-𑄸𑄶𑄶𑄿)</displayName>
<displayName count="other">𑄖𑄪𑄢𑄴𑄇𑄧𑄟𑄬𑄚𑄨𑄌𑄴𑄖𑄚𑄨 𑄟𑄚𑄖𑄴(𑄷𑄿𑄿𑄹-𑄸𑄶𑄶𑄿)</displayName>
<symbol>TMM</symbol>
<displayName>𑄖𑄪𑄢𑄴𑄇𑄧𑄟𑄬𑄚𑄨𑄌𑄴𑄖𑄚𑄨 𑄟𑄚𑄖𑄴 (19932009)</displayName>
</currency>
<currency type="TMT">
<displayName>𑄖𑄪𑄢𑄴𑄇𑄧𑄟𑄬𑄚𑄨𑄌𑄴𑄖𑄚𑄨 𑄟𑄚𑄖𑄴</displayName>
@ -6186,10 +6174,10 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<symbol alt="narrow">ZK</symbol>
</currency>
<currency type="ZRN">
<displayName>𑄎𑄭𑄢𑄨𑄠𑄚𑄴 𑄚𑄨𑄅𑄪 𑄎𑄭𑄢𑄬 (𑄷𑄿𑄿𑄹-𑄷𑄿𑄿𑄾)</displayName>
<displayName>𑄎𑄭𑄢𑄨𑄠𑄚𑄴 𑄚𑄨𑄅𑄪 𑄎𑄭𑄢𑄬 (19931998)</displayName>
</currency>
<currency type="ZRZ">
<displayName>𑄎𑄭𑄢𑄨𑄠𑄚𑄴 𑄚𑄨𑄅𑄪 𑄎𑄭𑄢𑄬 (𑄷𑄿𑄽𑄷-𑄷𑄿𑄿𑄹)</displayName>
<displayName>𑄎𑄭𑄢𑄨𑄠𑄚𑄴 𑄚𑄨𑄅𑄪 𑄎𑄭𑄢𑄬 (19711993)</displayName>
</currency>
<currency type="ZWD">
<displayName>𑄎𑄨𑄟𑄴𑄝𑄝𑄪𑄠𑄬 𑄓𑄧𑄣𑄢𑄴 (𑄷𑄿𑄾𑄶-𑄸𑄶𑄶𑄾)</displayName>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="ccp"/>
<territory type="BD"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="ccp"/>
<territory type="IN"/>
</identity>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13911 $"/>
<version number="$Revision: 14782 $"/>
<language type="ce"/>
</identity>
<localeDisplayNames>
@ -4847,11 +4847,16 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<symbol draft="contributed">UZS</symbol>
</currency>
<currency type="VEF">
<displayName>Венесуэлан боливар (20082018)</displayName>
<displayName count="one">Венесуэлан боливар (20082018)</displayName>
<displayName count="other">Венесуэлан боливарш (20082018)</displayName>
<symbol draft="contributed">VEF</symbol>
<symbol alt="narrow" draft="contributed">Bs</symbol>
</currency>
<currency type="VES">
<displayName>Венесуэлан боливар</displayName>
<displayName count="one">Венесуэлан боливар</displayName>
<displayName count="other">Венесуэлан боливарш</displayName>
<symbol draft="contributed">VEF</symbol>
<symbol alt="narrow" draft="contributed">Bs</symbol>
</currency>
<currency type="VND">
<displayName>Вьетнаман донг</displayName>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13839 $"/>
<version number="$Revision: 14782 $"/>
<language type="ce"/>
<territory type="RU"/>
</identity>

View File

@ -0,0 +1,703 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
the U.S. and other countries. CLDR data files are interpreted according to
the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 14982 $"/>
<language type="ceb"/>
</identity>
<localeDisplayNames>
<localeDisplayPattern>
<localePattern>{0} ({1})</localePattern>
<localeSeparator>{0}, {1}</localeSeparator>
<localeKeyTypePattern>{0}: {1}</localeKeyTypePattern>
</localeDisplayPattern>
<languages>
<language type="ceb">Cebuano</language>
<language type="de">Aleman</language>
<language type="de_AT">Aleman (Austriano)</language>
<language type="de_CH">Aleman (Swiss Hataas nga Aleman)</language>
<language type="en">Ingles</language>
<language type="en_AU">Australyanong Ingles</language>
<language type="en_CA">Ingles (Kanada)</language>
<language type="en_GB">Ingles (Britaniko)</language>
<language type="en_GB" alt="short">Ingles (Britaniko)</language>
<language type="en_US">Ingles (Amerika)</language>
<language type="en_US" alt="short">Ingles (Amerika)</language>
<language type="es">Espanyol</language>
<language type="es_419">Espanyol (Latino Amerikano)</language>
<language type="es_ES">Espanyol (Uropanhon)</language>
<language type="es_MX">Espanyol (Mexicano)</language>
<language type="fr">Pransesa</language>
<language type="fr_CA">Pranses (Kanada)</language>
<language type="fr_CH">Pransesa (Swiss)</language>
<language type="it">Italiano</language>
<language type="ja">Nipponggo</language>
<language type="pt">Portuguese</language>
<language type="pt_BR">Portuguese (Brazilyano)</language>
<language type="pt_PT">Portuguese (Uropanhon)</language>
<language type="ru">Ruso</language>
<language type="und">Wala Mailhing Pinulongan</language>
<language type="zh">Intsik</language>
<language type="zh_Hans">Pinasimpleng Intsik</language>
<language type="zh_Hant">Tradisyonal Intsik</language>
</languages>
<scripts>
<script type="Arab">Arabo</script>
<script type="Cyrl">Sirilisko</script>
<script type="Hans">Pinasimple</script>
<script type="Hans" alt="stand-alone">Pinasimpleng Han</script>
<script type="Hant">Tradisyonal</script>
<script type="Hant" alt="stand-alone">Tradisyonal nga Han</script>
<script type="Latn">Latin</script>
<script type="Zxxx">Dili-sinulat</script>
<script type="Zzzz">Wala Mailihing Alpabeto</script>
</scripts>
<territories>
<territory type="BR">Brazil</territory>
<territory type="CN">Tsina</territory>
<territory type="DE">Alemanya</territory>
<territory type="FR">Pransiya</territory>
<territory type="GB">Hiniusang Gingharian</territory>
<territory type="IN">India</territory>
<territory type="IT">Italya</territory>
<territory type="JP">Hapon</territory>
<territory type="MK">Amihanang Macedonia</territory>
<territory type="PH">Pilipinas</territory>
<territory type="RU">Russia</territory>
<territory type="US">Estados Unidos</territory>
<territory type="ZZ">Wala-mailhing Rehiyon</territory>
</territories>
<types>
<type key="calendar" type="gregorian">Gregorian nga Kalendaryo</type>
<type key="collation" type="standard">Standard nga Paagi sa Pagpihig</type>
<type key="numbers" type="latn">Kasadpanhong mga Digit</type>
</types>
<measurementSystemNames>
<measurementSystemName type="metric">Metric</measurementSystemName>
<measurementSystemName type="UK">UK</measurementSystemName>
<measurementSystemName type="US">US</measurementSystemName>
</measurementSystemNames>
<codePatterns>
<codePattern type="language">Pinulongan: {0}</codePattern>
<codePattern type="script">Alpabeto {0}</codePattern>
<codePattern type="territory">Rehiyon {0}</codePattern>
</codePatterns>
</localeDisplayNames>
<layout>
<orientation>
<characterOrder>left-to-right</characterOrder>
<lineOrder>top-to-bottom</lineOrder>
</orientation>
</layout>
<characters>
<exemplarCharacters>[a b d e g h i k l m n o p r s t u w y]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[c f j q v x z]</exemplarCharacters>
<exemplarCharacters type="index">[a b d e g h i k l m n {ng} o p r s t u w y]</exemplarCharacters>
<exemplarCharacters type="punctuation" draft="contributed">[\- , ; \: ! ? . … ' &quot; “ ” ( ) \[ \] @ * / \&amp; # ″]</exemplarCharacters>
</characters>
<delimiters>
<quotationStart></quotationStart>
<quotationEnd></quotationEnd>
<alternateQuotationStart></alternateQuotationStart>
<alternateQuotationEnd></alternateQuotationEnd>
</delimiters>
<dates>
<calendars>
<calendar type="generic">
<dateFormats>
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, MMMM d, y G</pattern>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>MMMM d, y G</pattern>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>MMM d, y G</pattern>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>M/d/y GGGGG</pattern>
</dateFormat>
</dateFormatLength>
</dateFormats>
<dateTimeFormats>
<dateTimeFormatLength type="full">
<dateTimeFormat>
<pattern>{1} 'sa' {0}</pattern>
</dateTimeFormat>
</dateTimeFormatLength>
<dateTimeFormatLength type="long">
<dateTimeFormat>
<pattern>{1} 'sa' {0}</pattern>
</dateTimeFormat>
</dateTimeFormatLength>
<dateTimeFormatLength type="medium">
<dateTimeFormat>
<pattern>{1}, {0}</pattern>
</dateTimeFormat>
</dateTimeFormatLength>
<dateTimeFormatLength type="short">
<dateTimeFormat>
<pattern>{1}, {0}</pattern>
</dateTimeFormat>
</dateTimeFormatLength>
<intervalFormats>
<intervalFormatFallback>{0} {1}</intervalFormatFallback>
</intervalFormats>
</dateTimeFormats>
</calendar>
<calendar type="gregorian">
<months>
<monthContext type="format">
<monthWidth type="abbreviated">
<month type="1">En</month>
<month type="2">Peb</month>
<month type="3">Mar</month>
<month type="4">Apr</month>
<month type="5">May</month>
<month type="6">Hun</month>
<month type="7">Hul</month>
<month type="8">Ag</month>
<month type="9">Set</month>
<month type="10">Okt</month>
<month type="11">Nob</month>
<month type="12">Dis</month>
</monthWidth>
<monthWidth type="narrow">
<month type="1">E</month>
<month type="2">P</month>
<month type="3">M</month>
<month type="4">A</month>
<month type="5">M</month>
<month type="6">H</month>
<month type="7">H</month>
<month type="8">A</month>
<month type="9">S</month>
<month type="10">O</month>
<month type="11">N</month>
<month type="12">D</month>
</monthWidth>
<monthWidth type="wide">
<month type="1">Enero</month>
<month type="2">Pebrero</month>
<month type="3">Marso</month>
<month type="4">April</month>
<month type="5">Mayo</month>
<month type="6">Hunyo</month>
<month type="7">Hulyo</month>
<month type="8">Agosto</month>
<month type="9">Setyembre</month>
<month type="10">Oktubre</month>
<month type="11">Nobyembre</month>
<month type="12">Disyembre</month>
</monthWidth>
</monthContext>
<monthContext type="stand-alone">
<monthWidth type="abbreviated">
<month type="1" draft="contributed">En</month>
<month type="2" draft="contributed">Peb</month>
<month type="3" draft="contributed">Mar</month>
<month type="4" draft="contributed">Apr</month>
<month type="5" draft="contributed">May</month>
<month type="6" draft="contributed">Hun</month>
<month type="7" draft="contributed">Hul</month>
<month type="8" draft="contributed">Ag</month>
<month type="9" draft="contributed">Set</month>
<month type="10" draft="contributed">Okt</month>
<month type="11" draft="contributed">Nob</month>
<month type="12" draft="contributed">Dis</month>
</monthWidth>
<monthWidth type="narrow">
<month type="1">E</month>
<month type="2">P</month>
<month type="3">M</month>
<month type="4">A</month>
<month type="5">M</month>
<month type="6">H</month>
<month type="7">H</month>
<month type="8">A</month>
<month type="9">S</month>
<month type="10">O</month>
<month type="11">N</month>
<month type="12">D</month>
</monthWidth>
<monthWidth type="wide">
<month type="1">Enero</month>
<month type="2">Pebrero</month>
<month type="3">Marso</month>
<month type="4">April</month>
<month type="5">Mayo</month>
<month type="6">Hunyo</month>
<month type="7">Hulyo</month>
<month type="8">Agosto</month>
<month type="9">Setyembre</month>
<month type="10">Oktubre</month>
<month type="11">Nobyembre</month>
<month type="12">Disyembre</month>
</monthWidth>
</monthContext>
</months>
<days>
<dayContext type="format">
<dayWidth type="abbreviated">
<day type="sun">Dom</day>
<day type="mon">Lun</day>
<day type="tue">Mar</day>
<day type="wed">Mks</day>
<day type="thu">Hu</day>
<day type="fri">Bi</day>
<day type="sat">Sa</day>
</dayWidth>
<dayWidth type="narrow">
<day type="sun">D</day>
<day type="mon">L</day>
<day type="tue">M</day>
<day type="wed">M</day>
<day type="thu">H</day>
<day type="fri">B</day>
<day type="sat">S</day>
</dayWidth>
<dayWidth type="wide">
<day type="sun">Domingo</day>
<day type="mon">Lunes</day>
<day type="tue">Martes</day>
<day type="wed">Miyerkules</day>
<day type="thu">Huwebes</day>
<day type="fri">Biyernes</day>
<day type="sat">Sabado</day>
</dayWidth>
</dayContext>
<dayContext type="stand-alone">
<dayWidth type="narrow">
<day type="sun">D</day>
<day type="mon">L</day>
<day type="tue">M</day>
<day type="wed">M</day>
<day type="thu">H</day>
<day type="fri">B</day>
<day type="sat">S</day>
</dayWidth>
</dayContext>
</days>
<quarters>
<quarterContext type="format">
<quarterWidth type="abbreviated">
<quarter type="1">Q1</quarter>
<quarter type="2">Q2</quarter>
<quarter type="3">Q3</quarter>
<quarter type="4">Q4</quarter>
</quarterWidth>
<quarterWidth type="wide">
<quarter type="1">Una sa matag-tulo ka bulan</quarter>
<quarter type="2">Ikaduha sa matag-tulo ka bulan</quarter>
<quarter type="3">Ikatulo sa matag-tulo ka bulan</quarter>
<quarter type="4">Ikaupat sa matag-tulo ka bulan</quarter>
</quarterWidth>
</quarterContext>
<quarterContext type="stand-alone">
<quarterWidth type="abbreviated">
<quarter type="1" draft="contributed">Q1</quarter>
<quarter type="2" draft="contributed">Q2</quarter>
<quarter type="3" draft="contributed">Q3</quarter>
<quarter type="4" draft="contributed">Q4</quarter>
</quarterWidth>
</quarterContext>
</quarters>
<dayPeriods>
<dayPeriodContext type="format">
<dayPeriodWidth type="wide">
<dayPeriod type="am">AM</dayPeriod>
<dayPeriod type="pm">PM</dayPeriod>
</dayPeriodWidth>
</dayPeriodContext>
</dayPeriods>
<eras>
<eraAbbr>
<era type="0">WK</era>
<era type="0" alt="variant">WKP</era>
<era type="1">KP</era>
</eraAbbr>
</eras>
<dateFormats>
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, MMMM d, y</pattern>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>MMMM d, y</pattern>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>MMM d, y</pattern>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>M/d/yy</pattern>
</dateFormat>
</dateFormatLength>
</dateFormats>
<timeFormats>
<timeFormatLength type="full">
<timeFormat>
<pattern>h:mm:ss a zzzz</pattern>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>h:mm:ss a z</pattern>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>h:mm:ss a</pattern>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>h:mm a</pattern>
</timeFormat>
</timeFormatLength>
</timeFormats>
<dateTimeFormats>
<dateTimeFormatLength type="full">
<dateTimeFormat>
<pattern>{1} 'sa' {0}</pattern>
</dateTimeFormat>
</dateTimeFormatLength>
<dateTimeFormatLength type="long">
<dateTimeFormat>
<pattern>{1} 'sa' {0}</pattern>
</dateTimeFormat>
</dateTimeFormatLength>
<dateTimeFormatLength type="medium">
<dateTimeFormat>
<pattern>{1}, {0}</pattern>
</dateTimeFormat>
</dateTimeFormatLength>
<dateTimeFormatLength type="short">
<dateTimeFormat>
<pattern>{1}, {0}</pattern>
</dateTimeFormat>
</dateTimeFormatLength>
<availableFormats>
<dateFormatItem id="Bh">h B</dateFormatItem>
<dateFormatItem id="Bhm">h:mm B</dateFormatItem>
<dateFormatItem id="Bhms">h:mm:ss B</dateFormatItem>
<dateFormatItem id="d">d</dateFormatItem>
<dateFormatItem id="E">ccc</dateFormatItem>
<dateFormatItem id="EBhm">E h:mm B</dateFormatItem>
<dateFormatItem id="EBhms">E h:mm:ss B</dateFormatItem>
<dateFormatItem id="Ed">d E</dateFormatItem>
<dateFormatItem id="Ehm">E h:mm a</dateFormatItem>
<dateFormatItem id="EHm">E HH:mm</dateFormatItem>
<dateFormatItem id="Ehms">E h:mm:ss a</dateFormatItem>
<dateFormatItem id="EHms">E HH:mm:ss</dateFormatItem>
<dateFormatItem id="Gy">G y</dateFormatItem>
<dateFormatItem id="GyMMM">G y MMM</dateFormatItem>
<dateFormatItem id="GyMMMd">G y MMM d</dateFormatItem>
<dateFormatItem id="GyMMMEd">G y MMM d, E</dateFormatItem>
<dateFormatItem id="h">h a</dateFormatItem>
<dateFormatItem id="H">HH</dateFormatItem>
<dateFormatItem id="hm">h:mm a</dateFormatItem>
<dateFormatItem id="Hm">HH:mm</dateFormatItem>
<dateFormatItem id="hms">h:mm:ss a</dateFormatItem>
<dateFormatItem id="Hms">HH:mm:ss</dateFormatItem>
<dateFormatItem id="hmsv">h:mm:ss a v</dateFormatItem>
<dateFormatItem id="Hmsv">HH:mm:ss v</dateFormatItem>
<dateFormatItem id="hmv">h:mm a v</dateFormatItem>
<dateFormatItem id="Hmv">HH:mm v</dateFormatItem>
<dateFormatItem id="M">L</dateFormatItem>
<dateFormatItem id="Md">M/d</dateFormatItem>
<dateFormatItem id="MEd">E, M/d</dateFormatItem>
<dateFormatItem id="MMM">LLL</dateFormatItem>
<dateFormatItem id="MMMd">MMM d</dateFormatItem>
<dateFormatItem id="MMMEd">E, MMM d</dateFormatItem>
<dateFormatItem id="MMMMd">MMMM d</dateFormatItem>
<dateFormatItem id="ms">mm:ss</dateFormatItem>
<dateFormatItem id="y">y</dateFormatItem>
<dateFormatItem id="yM">M/y</dateFormatItem>
<dateFormatItem id="yMd">M/d/y</dateFormatItem>
<dateFormatItem id="yMEd">E, M/d/y</dateFormatItem>
<dateFormatItem id="yMMM">MMM y</dateFormatItem>
<dateFormatItem id="yMMMd">MMM d, y</dateFormatItem>
<dateFormatItem id="yMMMEd">E, MMM d, y</dateFormatItem>
<dateFormatItem id="yMMMM">MMMM y</dateFormatItem>
<dateFormatItem id="yQQQ">QQQ y</dateFormatItem>
<dateFormatItem id="yQQQQ">QQQQ y</dateFormatItem>
</availableFormats>
<intervalFormats>
<intervalFormatFallback>{0} {1}</intervalFormatFallback>
</intervalFormats>
</dateTimeFormats>
</calendar>
</calendars>
<fields>
<field type="era">
<displayName>Panahon</displayName>
</field>
<field type="year">
<displayName>tuig</displayName>
</field>
<field type="quarter">
<displayName>Ikaupat</displayName>
</field>
<field type="month">
<displayName>Bulan</displayName>
</field>
<field type="month-short">
<displayName>Bulan</displayName>
</field>
<field type="week">
<displayName>Semana</displayName>
</field>
<field type="day">
<displayName>Adlaw</displayName>
<relative type="-1">Kagahapon</relative>
<relative type="0">Karon nga Adlaw</relative>
<relative type="1">Ugma</relative>
</field>
<field type="day-short">
<displayName>Adlaw</displayName>
</field>
<field type="day-narrow">
<displayName>Adlaw</displayName>
</field>
<field type="weekday">
<displayName>Adlaw sa Semana</displayName>
</field>
<field type="dayperiod">
<displayName>AM/PM</displayName>
</field>
<field type="hour">
<displayName>Oras</displayName>
</field>
<field type="minute">
<displayName>Minuto</displayName>
</field>
<field type="second">
<displayName>Segundo</displayName>
</field>
<field type="zone">
<displayName>Sona sa Panahon</displayName>
</field>
</fields>
<timeZoneNames>
<hourFormat>+HH:mm;-HH:mm</hourFormat>
<gmtFormat>GMT {0}</gmtFormat>
<gmtZeroFormat>GMT</gmtZeroFormat>
<regionFormat>Oras {0}</regionFormat>
<regionFormat type="daylight">Tag-init Oras {0}</regionFormat>
<regionFormat type="standard">Sukdanang Oras {0}</regionFormat>
<fallbackFormat>{1} {0}</fallbackFormat>
<zone type="Etc/UTC">
<long>
<standard>Koordinado nga Unibersohanong Oras</standard>
</long>
</zone>
<zone type="Etc/Unknown">
<exemplarCity>Wala Mailhing Siyudad</exemplarCity>
</zone>
<metazone type="America_Central">
<long>
<generic>Taliwala nga Oras Norte Amerika</generic>
<standard>Taliwala nga Sukdanang Oras Norte Amerika</standard>
<daylight>Taliwala sa Kahayag sa Adlawng Oras Norte Amerika</daylight>
</long>
</metazone>
<metazone type="America_Eastern">
<long>
<generic>Norte Amerika Oras sa Sidlakan</generic>
<standard>Norte Amerika Sukdanang Oras</standard>
<daylight>Norte Amerika Oras sa Sidlakan sa Kahayag sa Adlaw</daylight>
</long>
</metazone>
<metazone type="America_Mountain">
<long>
<generic>Norte Amerika Oras sa Kabukiran</generic>
<standard>Norte Amerika Sukdanang Oras sa Kabukiran</standard>
<daylight>Norte Amerika Oras sa Kahayag sa Adlaw sa Kabukiran</daylight>
</long>
</metazone>
<metazone type="America_Pacific">
<long>
<generic>Norte Amerika Oras sa Pasipiko</generic>
<standard>Norte Amerika Sukdanang Oras sa Pasipiko</standard>
<daylight>Norte Amerika Oras sa Kahayag sa Adlaw sa Pasipiko</daylight>
</long>
</metazone>
<metazone type="Atlantic">
<long>
<generic>Norte Amerika Oras sa Atlantiko</generic>
<standard>Norte Amerika Sukdanang Oras sa Atlantiko</standard>
<daylight>Norte Amerika Oras sa Kahayag sa Adlaw sa Atlantiko</daylight>
</long>
</metazone>
<metazone type="Europe_Central">
<long>
<generic>Oras sa Europa sa Taliwala sa Adlaw</generic>
<standard>Sukdanang Oras sa Europa sa Taliwala sa Adlaw</standard>
<daylight>Oras sa Europa Taliwala sa Adlaw sa Tag-init</daylight>
</long>
</metazone>
<metazone type="Europe_Eastern">
<long>
<generic>Oras sa Taga-Oryente sa Europa</generic>
<standard>Sukdanang Oras sa Taga-Oryente sa Europa</standard>
<daylight>Oras sa Taga-Oryente sa Europa sa Tag-int</daylight>
</long>
</metazone>
<metazone type="Europe_Western">
<long>
<generic>Oras sa Kasadpanon sa Europa</generic>
<standard>Sukadanang Oras sa Kasadpanon sa Europa</standard>
<daylight>Oras sa Kasadpanon sa Europa sa Tag-init</daylight>
</long>
</metazone>
<metazone type="GMT">
<long>
<standard>Kasarangang Oras sa Greenwich</standard>
</long>
</metazone>
</timeZoneNames>
</dates>
<numbers>
<symbols numberSystem="latn">
<decimal>.</decimal>
<group>,</group>
<percentSign>%</percentSign>
<plusSign>+</plusSign>
<minusSign>-</minusSign>
</symbols>
<decimalFormats numberSystem="latn">
<decimalFormatLength>
<decimalFormat>
<pattern>#,##0.###</pattern>
</decimalFormat>
</decimalFormatLength>
</decimalFormats>
<scientificFormats numberSystem="latn">
<scientificFormatLength>
<scientificFormat>
<pattern>#E0</pattern>
</scientificFormat>
</scientificFormatLength>
</scientificFormats>
<percentFormats numberSystem="latn">
<percentFormatLength>
<percentFormat>
<pattern>#,#0%</pattern>
</percentFormat>
</percentFormatLength>
</percentFormats>
<currencyFormats numberSystem="latn">
<currencyFormatLength>
<currencyFormat type="standard">
<pattern>¤#,##0.00</pattern>
</currencyFormat>
</currencyFormatLength>
<unitPattern count="one">{1} {0}</unitPattern>
<unitPattern count="other">{1} {0}</unitPattern>
</currencyFormats>
<currencies>
<currency type="BRL">
<displayName>BRL</displayName>
<displayName count="one">BRL</displayName>
<displayName count="other">BRL</displayName>
<symbol draft="contributed">R$</symbol>
<symbol alt="narrow" draft="contributed">R$</symbol>
</currency>
<currency type="CNY">
<displayName>Intsik nga Yuan</displayName>
<displayName count="one" draft="contributed">Intsik ng yuan</displayName>
<displayName count="other" draft="contributed">Intsik ng yuan</displayName>
</currency>
<currency type="EUR">
<displayName>Euro</displayName>
<displayName count="one">euro</displayName>
<displayName count="other">mga euro</displayName>
<symbol draft="contributed"></symbol>
<symbol alt="narrow" draft="contributed"></symbol>
</currency>
<currency type="GBP">
<displayName>Inglatera nga Libra</displayName>
<displayName count="one">Inglatera nga libra</displayName>
<displayName count="other">Inglatera nga libra</displayName>
</currency>
<currency type="INR">
<displayName>Rupee sa India</displayName>
<displayName count="one">rupee sa India</displayName>
<displayName count="other">Mga rupee sa India</displayName>
<symbol draft="contributed"></symbol>
<symbol alt="narrow" draft="contributed"></symbol>
</currency>
<currency type="JPY">
<displayName>Hapon nga Yen</displayName>
<displayName count="one" draft="contributed">Hapon nga yen</displayName>
<displayName count="other" draft="contributed">Hapon nga yen</displayName>
</currency>
<currency type="PHP">
<symbol draft="contributed"></symbol>
</currency>
<currency type="RUB">
<displayName>Rusong ruble</displayName>
<displayName count="one" draft="contributed">Rusong ruble</displayName>
<displayName count="other" draft="contributed">Rusong ruble</displayName>
</currency>
<currency type="USD">
<displayName>Dolyar sa US</displayName>
<displayName count="one">dolyar sa US</displayName>
<displayName count="other">dolyares sa US</displayName>
<symbol draft="contributed">US $</symbol>
<symbol alt="narrow" draft="contributed">$</symbol>
</currency>
<currency type="XXX">
<displayName>XXX</displayName>
<displayName count="one">XXX</displayName>
<displayName count="other">XXX</displayName>
</currency>
</currencies>
</numbers>
<units>
<durationUnit type="hm">
<durationUnitPattern>h:mm</durationUnitPattern>
</durationUnit>
<durationUnit type="hms">
<durationUnitPattern>h:mm:ss</durationUnitPattern>
</durationUnit>
<durationUnit type="ms">
<durationUnitPattern>m:ss</durationUnitPattern>
</durationUnit>
</units>
<listPatterns>
<listPattern>
<listPatternPart type="start">{0}, {1}</listPatternPart>
<listPatternPart type="middle">{0}, {1}</listPatternPart>
<listPatternPart type="end">{0}, at {1}</listPatternPart>
<listPatternPart type="2">{0} at {1}</listPatternPart>
</listPattern>
</listPatterns>
<posix>
<messages>
<yesstr>oo:o</yesstr>
<nostr>dili:d</nostr>
</messages>
</posix>
</ldml>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 14867 $"/>
<language type="ceb"/>
<territory type="PH"/>
</identity>
</ldml>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13911 $"/>
<version number="$Revision: 14782 $"/>
<language type="cgg"/>
</identity>
<localeDisplayNames>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="cgg"/>
<territory type="UG"/>
</identity>

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="chr"/>
<territory type="US"/>
</identity>

View File

@ -1,133 +1,406 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13871 $"/>
<version number="$Revision: 14772 $"/>
<language type="ckb"/>
</identity>
<localeDisplayNames>
<languages>
<language type="af" draft="unconfirmed">ئه‌فریكای</language>
<language type="am">ئەمهەرینجی</language>
<language type="aa">ئەفار</language>
<language type="ab">ئەبخازی</language>
<language type="ace">ئاچەیی</language>
<language type="ada">دانگمێ</language>
<language type="ady">ئادیگی</language>
<language type="af">ئەفریکانس</language>
<language type="agq">ئاگێم</language>
<language type="ain">ئاینوو</language>
<language type="ak">ئاکان</language>
<language type="ale">ئالیوت</language>
<language type="alt">ئاڵتایی باشوور</language>
<language type="am">ئەمھەری</language>
<language type="an">ئاراگۆنی</language>
<language type="anp">ئەنگیکا</language>
<language type="ar">عەرەبی</language>
<language type="ar_001">عەرەبیی ستاندارد</language>
<language type="arn">ماپووچە</language>
<language type="arp">ئاراپاهۆ</language>
<language type="as">ئاسامی</language>
<language type="asa">ئاسوو</language>
<language type="ast">ئاستۆری</language>
<language type="av">ئەڤاری</language>
<language type="awa">ئاوادهی</language>
<language type="ay">ئایمارا</language>
<language type="az">ئازەربایجانی</language>
<language type="az" alt="short">ئازەربایجانی</language>
<language type="az_Arab">ئازەربایجانی باشووری</language>
<language type="ba">باشکیەر</language>
<language type="ban">بالی</language>
<language type="bas">باسا</language>
<language type="be">بیلاڕووسی</language>
<language type="bem">بێمبا</language>
<language type="bez">بێنا</language>
<language type="bg">بۆلگاری</language>
<language type="bho">بوجپووری</language>
<language type="bi">بیسلاما</language>
<language type="bin">بینی</language>
<language type="bla">سیکسیکا</language>
<language type="bm">بامبارا</language>
<language type="bn">بەنگلادێشی</language>
<language type="bo">تەبەتی</language>
<language type="br">برێتونی</language>
<language type="brx">بۆدۆ</language>
<language type="bs">بۆسنی</language>
<language type="bug">بووگی</language>
<language type="byn">بلین</language>
<language type="ca">كاتالۆنی</language>
<language type="ce">چیچانی</language>
<language type="ceb">سێبوانۆ</language>
<language type="cgg">کیگا</language>
<language type="ch">چامۆرۆ</language>
<language type="chk">چووکی</language>
<language type="chm">ماری</language>
<language type="cho">چۆکتاو</language>
<language type="chr">چێرۆکی</language>
<language type="chy">شایان</language>
<language type="ckb">کوردیی ناوەندی</language>
<language type="cs">چەكی</language>
<language type="co">کۆرسیکی</language>
<language type="crs">فەرەنسیی سیشێلی</language>
<language type="cs">چێکی</language>
<language type="cu">سلاویی کلیسەیی</language>
<language type="cv">چووڤاشی</language>
<language type="cy">وێلزی</language>
<language type="da">دانماركی</language>
<language type="de">ئاڵمانی</language>
<language type="dak">داکۆتایی</language>
<language type="dar">دارگینی</language>
<language type="dav">تایتا</language>
<language type="de">ئەڵمانی</language>
<language type="dgr">دۆگریب</language>
<language type="dje">زارما</language>
<language type="dsb">سربیی خوارین</language>
<language type="dua">دووالا</language>
<language type="dv">دیڤێهی</language>
<language type="dyo">جۆلافۆنی</language>
<language type="dz">دزوونگخا</language>
<language type="dzg">دازا</language>
<language type="ebu">ئێمبوو</language>
<language type="ee">ئێوێیی</language>
<language type="efi">ئێفیک</language>
<language type="eka">ئێکاجووک</language>
<language type="el">یۆنانی</language>
<language type="en">ئینگلیزی</language>
<language type="en_AU">ئینگلیزیی ئۆسترالیایی</language>
<language type="en_CA">ئینگلیزیی کەنەدایی</language>
<language type="en_GB">ئینگلیزیی بریتانیایی</language>
<language type="en_GB" alt="short">ئینگلیزی (GB)</language>
<language type="en_US">ئینگلیزیی ئەمەریکایی</language>
<language type="en_US" alt="short">ئینگلیزیی ئەمەریکایی</language>
<language type="eo">ئێسپیرانتۆ</language>
<language type="es">ئیسپانی</language>
<language type="et">ئیستۆنی</language>
<language type="eu">باسکی</language>
<language type="ewo">ئێوۆندۆ</language>
<language type="fa">فارسی</language>
<language type="ff">فوولایی</language>
<language type="fi">فینلەندی</language>
<language type="fil" draft="unconfirmed">تاگالۆگی</language>
<language type="fo" draft="unconfirmed">فه‌رئۆیی</language>
<language type="fr">فەرانسی</language>
<language type="fil">فیلیپینی</language>
<language type="fj">فیجی</language>
<language type="fo">فەرۆیی</language>
<language type="fon">فۆنی</language>
<language type="fr">فەرەنسی</language>
<language type="fur">فریئوولی</language>
<language type="fy">فریسیی ڕۆژاوا</language>
<language type="ga">ئیرلەندی</language>
<language type="gd" draft="unconfirmed">گه‌لیكی سكۆتله‌ندی</language>
<language type="gaa">گایی</language>
<language type="gd">گه‌لیكی سكۆتله‌ندی</language>
<language type="gez">گیزی</language>
<language type="gil">گیلبێرتی</language>
<language type="gl">گالیسی</language>
<language type="gn">گووارانی</language>
<language type="gor">گۆرۆنتالی</language>
<language type="gsw">ئەڵمانیی سویسڕا</language>
<language type="gu">گوجاراتی</language>
<language type="he">هیبرێ</language>
<language type="guz">گووسی</language>
<language type="gv">مانکی</language>
<language type="gwi">گویچین</language>
<language type="ha">هائووسا</language>
<language type="haw">هاوایی</language>
<language type="he">عیبری</language>
<language type="hi">هیندی</language>
<language type="hil">هیلیگاینۆن</language>
<language type="hmn">همۆنگ</language>
<language type="hr">كرواتی</language>
<language type="hsb">سربیی سەروو</language>
<language type="ht">کریولی هائیتی</language>
<language type="hu">هەنگاری (مەجاری)</language>
<language type="hup">هووپا</language>
<language type="hy">ئەرمەنی</language>
<language type="ia" draft="unconfirmed">ئینترلینگوی</language>
<language type="id">ئێەندونیزی</language>
<language type="hz">هێرێرۆ</language>
<language type="ia">ئینترلینگووا</language>
<language type="iba">ئیبان</language>
<language type="ibb">ئیبیبۆ</language>
<language type="id">ئیندۆنیزی</language>
<language type="ie" draft="unconfirmed">ئینتەرلیگ</language>
<language type="ig">ئیگبۆ</language>
<language type="ii">سیچوان یی</language>
<language type="ilo">ئیلۆکۆ</language>
<language type="inh">ئینگووش</language>
<language type="io">ئیدۆ</language>
<language type="is">ئیسلەندی</language>
<language type="it">ئیتالی</language>
<language type="iu">ئینوکتیتوت</language>
<language type="ja">ژاپۆنی</language>
<language type="jv">جاڤانی</language>
<language type="jbo">لۆژبان</language>
<language type="jgo">نگۆمبا</language>
<language type="jmc">ماچامێ</language>
<language type="jv">جاڤایی</language>
<language type="ka">گۆرجستانی</language>
<language type="kab">کبائیلی</language>
<language type="kac">کاچین</language>
<language type="kaj">کیجوو</language>
<language type="kam">کامبا</language>
<language type="kbd">کاباردی</language>
<language type="kcg">تیاپ</language>
<language type="kde">ماکۆندە</language>
<language type="kea">کابووڤێردیانۆ</language>
<language type="kfo">کۆرۆ</language>
<language type="kha">کهاسی</language>
<language type="khq">کۆیرا چینی</language>
<language type="ki">کیکوویوو</language>
<language type="kj">کوانیاما</language>
<language type="kk">کازاخی</language>
<language type="km" draft="unconfirmed">کامبۆجی (زوبان)</language>
<language type="kn" draft="unconfirmed">كه‌نه‌دایی</language>
<language type="ko" draft="unconfirmed">كۆری</language>
<language type="kkj">کاکۆ</language>
<language type="kl">کالالیسووت</language>
<language type="kln">کالێنجین</language>
<language type="km">خمێر</language>
<language type="kmb">کیمبووندوو</language>
<language type="kn">کاننادا</language>
<language type="ko">كۆری</language>
<language type="kok">کۆنکانی</language>
<language type="kpe">کپێلێ</language>
<language type="kr">کانووری</language>
<language type="krc">کاراچای بالکار</language>
<language type="krl">کارێلی</language>
<language type="kru">کوورووخ</language>
<language type="ks">کەشمیری</language>
<language type="ksb">شامابالا</language>
<language type="ksf">بافیا</language>
<language type="ksh">کۆلۆنی</language>
<language type="ku">کوردی</language>
<language type="kum">کوومیک</language>
<language type="kv">کۆمی</language>
<language type="kw">کۆڕنی</language>
<language type="ky">كرگیزی</language>
<language type="la">لاتینی</language>
<language type="lad">لادینۆ</language>
<language type="lag">لانگی</language>
<language type="lb">لوکسەمبورگی</language>
<language type="lez">لەزگی</language>
<language type="lg">گاندا</language>
<language type="li">لیمبورگی</language>
<language type="lkt">لاکۆتا</language>
<language type="ln">لينگالا</language>
<language type="lo">لاوی</language>
<language type="lo">لائۆیی</language>
<language type="loz">لۆزی</language>
<language type="lrc">لوڕیی باکوور</language>
<language type="lt">لیتوانی</language>
<language type="lu">لووبا کاتانگا</language>
<language type="lua">لووبا لوولووا</language>
<language type="lun">لووندا</language>
<language type="luo">لووئۆ</language>
<language type="lus">میزۆ</language>
<language type="luy">لوویا</language>
<language type="lv">لێتۆنی</language>
<language type="mad">مادووری</language>
<language type="mag">ماگاهی</language>
<language type="mai">مائیتیلی</language>
<language type="mak">ماکاسار</language>
<language type="mas">ماسایی</language>
<language type="mdf">مۆکشا</language>
<language type="men">مێندێ</language>
<language type="mer">مێروو</language>
<language type="mfe">مۆریسی</language>
<language type="mg">مالاگاسی</language>
<language type="mgh">ماخوامیتۆ</language>
<language type="mgo">مێتە</language>
<language type="mh">مارشاڵی</language>
<language type="mi">مائۆری</language>
<language type="mic">میکماک</language>
<language type="min">مینانکاباو</language>
<language type="mk">ماكێدۆنی</language>
<language type="ml" draft="unconfirmed">مالایلام</language>
<language type="ml">مالایالام</language>
<language type="mn">مەنگۆلی</language>
<language type="mni">مانیپووری</language>
<language type="moh">مۆهاوک</language>
<language type="mos">مۆسی</language>
<language type="mr">ماراتی</language>
<language type="ms" draft="unconfirmed">مالیزی</language>
<language type="mt" draft="unconfirmed">ماڵتایی</language>
<language type="ms">مالیزی</language>
<language type="mt">ماڵتی</language>
<language type="mua">موندانگ</language>
<language type="mul">چەند زمان</language>
<language type="mus">کریک</language>
<language type="mwl">میراندی</language>
<language type="my">میانماری</language>
<language type="myv">ئێرزیا</language>
<language type="mzn">مازەندەرانی</language>
<language type="na">نائوروو</language>
<language type="nap">ناپۆلی</language>
<language type="naq">ناما</language>
<language type="nb">نەرویژیی بۆکمال</language>
<language type="nd">ئندێبێلێی باکوور</language>
<language type="ne">نیپالی</language>
<language type="new">نێواری</language>
<language type="ng">ندۆنگا</language>
<language type="nia">نیاس</language>
<language type="niu">نیئوویی</language>
<language type="nl">هۆڵەندی</language>
<language type="nl_BE">فلێمی</language>
<language type="nmg">کواسیۆ</language>
<language type="nn">نەرویژیی نینۆرسک</language>
<language type="nnh">نگیمبوون</language>
<language type="no">نۆروێژی</language>
<language type="oc" draft="unconfirmed">ئۆسیتانی</language>
<language type="or">ئۆرییا</language>
<language type="nog">نۆگای</language>
<language type="nqo">نکۆ</language>
<language type="nr">ئندێبێلێی باشوور</language>
<language type="nso">سۆتۆی باکوور</language>
<language type="nus">نوێر</language>
<language type="nv">ناڤاجۆ</language>
<language type="ny">نیانجا</language>
<language type="nyn">نیانکۆلێ</language>
<language type="oc">ئۆکسیتانی</language>
<language type="om">ئۆرۆمۆ</language>
<language type="or">ئۆدیا</language>
<language type="os">ئۆسێتی</language>
<language type="pa">پەنجابی</language>
<language type="pl">پۆڵۆنیایی (لەهستانی)</language>
<language type="pag">پانگاسینان</language>
<language type="pam">پامپانگا</language>
<language type="pap">پاپیامێنتۆ</language>
<language type="pau">پالائوویی</language>
<language type="pcm">پیجینی نیجریا</language>
<language type="pl">پۆڵەندی</language>
<language type="prg">پڕووسی</language>
<language type="ps">پەشتوو</language>
<language type="pt">پورتوگالی</language>
<language type="qu">کێچوا</language>
<language type="quc">کیچەیی</language>
<language type="rap">ڕاپانوویی</language>
<language type="rar">ڕاڕۆتۆنگان</language>
<language type="rm">ڕۆمانش</language>
<language type="rn">ڕووندی</language>
<language type="ro">ڕۆمانی</language>
<language type="ro_MD">مۆڵداڤی</language>
<language type="rof">ڕۆمبۆ</language>
<language type="root">ڕووت</language>
<language type="ru">ڕووسی</language>
<language type="rup">ئارمۆمانی</language>
<language type="rw">کینیارواندا</language>
<language type="rwk">ڕوا</language>
<language type="sa">سانسکريت</language>
<language type="sad">سانداوێ</language>
<language type="sah">ساخا</language>
<language type="saq">سامبووروو</language>
<language type="sat">سانتالی</language>
<language type="sba">نگامبای</language>
<language type="sbp">سانگوو</language>
<language type="sc">ساردینی</language>
<language type="scn">سیسیلی</language>
<language type="sco">سکۆتس</language>
<language type="sd">سيندی</language>
<language type="sdh">کوردیی باشووری</language>
<language type="se">سامیی باکوور</language>
<language type="seh">سێنا</language>
<language type="ses">کۆیرابۆرۆ سێنی</language>
<language type="sg">سانگۆ</language>
<language type="sh" draft="unconfirmed">سێربۆكرواتی</language>
<language type="si">سینهەلی</language>
<language type="shi">شیلها</language>
<language type="shn">شان</language>
<language type="si">سینهالی</language>
<language type="sk">سلۆڤاكی</language>
<language type="sl">سلۆڤێنی</language>
<language type="sma">سامی باشووری</language>
<language type="sm">سامۆیی</language>
<language type="sma">سامیی باشوور</language>
<language type="smj">لوولێ سامی</language>
<language type="smn">ئیناری سامی</language>
<language type="sms">سامیی سکۆڵت</language>
<language type="sn">شۆنا</language>
<language type="snk">سۆنینکێ</language>
<language type="so">سۆمالی</language>
<language type="sq">ئەڵبانی</language>
<language type="sr">سەربی</language>
<language type="st">سێسۆتۆ</language>
<language type="su">سودانی</language>
<language type="sr">سربی</language>
<language type="srn">سرانان تۆنگۆ</language>
<language type="ss">سواتی</language>
<language type="ssy">ساهۆ</language>
<language type="st">سۆتۆی باشوور</language>
<language type="su">سوندانی</language>
<language type="suk">سووکووما</language>
<language type="sv">سویدی</language>
<language type="sw" draft="unconfirmed">سواهیلی</language>
<language type="sw">سواهیلی</language>
<language type="sw_CD">سواهیلیی کۆنگۆ</language>
<language type="swb">کۆمۆری</language>
<language type="syr">سریانی</language>
<language type="ta">تامیلی</language>
<language type="te">تەلۆگوی</language>
<language type="te">تێلووگوو</language>
<language type="tem">تیمنێ</language>
<language type="teo">تێسوو</language>
<language type="tet">تێتووم</language>
<language type="tg">تاجیکی</language>
<language type="th">تایلەندی</language>
<language type="ti">تیگرینیای</language>
<language type="ti">تیگرینیا</language>
<language type="tig">تیگرێ</language>
<language type="tk">تورکمانی</language>
<language type="tlh" draft="unconfirmed">كلینگۆن</language>
<language type="tlh">كلینگۆن</language>
<language type="tn">تسوانا</language>
<language type="to">تۆنگان</language>
<language type="tpi">تۆکپیسین</language>
<language type="tr">تورکی</language>
<language type="trv">تارۆکۆ</language>
<language type="ts">تسۆنگا</language>
<language type="tt">تاتاری</language>
<language type="tum">تومبووکا</language>
<language type="tvl">تووڤالوو</language>
<language type="tw" draft="unconfirmed">توی</language>
<language type="ug">ئويخووری</language>
<language type="twq">تاساواک</language>
<language type="ty">تاهیتی</language>
<language type="tyv">تووڤینی</language>
<language type="tzm">ئەمازیغی ناوەڕاست</language>
<language type="udm">ئوودموورت</language>
<language type="ug">ئۆیخۆری</language>
<language type="uk">ئۆكراینی</language>
<language type="umb">ئومبووندوو</language>
<language type="und">زمانی نەناسراو</language>
<language type="ur">ئۆردوو</language>
<language type="uz">ئوزبەکی</language>
<language type="vai">ڤایی</language>
<language type="ve">ڤێندا</language>
<language type="vi">ڤیەتنامی</language>
<language type="xh" draft="unconfirmed">سسوسا</language>
<language type="yi" draft="unconfirmed">یوددی</language>
<language type="vo">ڤۆلاپووک</language>
<language type="vun">ڤوونجوو</language>
<language type="wa">والوون</language>
<language type="wae">والسێر</language>
<language type="wal">وۆلایتا</language>
<language type="war">وارای</language>
<language type="wo">وۆلۆف</language>
<language type="xal">کالمیک</language>
<language type="xh">سسوسا</language>
<language type="xog">سۆگا</language>
<language type="yav">یانگبێن</language>
<language type="ybb">یێمبا</language>
<language type="yi">ییدیش</language>
<language type="yo">یۆرووبا</language>
<language type="yue">کانتۆنی</language>
<language type="zgh">ئەمازیغیی مەغریب</language>
<language type="zh">چینی</language>
<language type="zu">زولو</language>
<language type="zh_Hans">چینی (چینیی ئاسانکراو)</language>
<language type="zh_Hant">چینی (چینیی دێرین)</language>
<language type="zu">زوولوو</language>
<language type="zun">زوونی</language>
<language type="zxx">هیچ ناوەرۆکی زمانی نیە</language>
<language type="zza">زازا</language>
</languages>
<scripts>
<script type="Arab">عەرەبی</script>
@ -142,59 +415,79 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<script type="Grek">یۆنانی</script>
<script type="Gujr">گوجەراتی</script>
<script type="Guru">گورموکھی</script>
<script type="Hanb">هان لەگەڵ بۆپۆمۆفۆ</script>
<script type="Hang">ھانگول</script>
<script type="Hani" draft="unconfirmed">ھان</script>
<script type="Hans" draft="unconfirmed">چینیی ئاسانکراو</script>
<script type="Hant" draft="unconfirmed">چینیی دێرین</script>
<script type="Hebr">هیبرێ</script>
<script type="Hani">ھان</script>
<script type="Hans">ئاسانکراو</script>
<script type="Hans" alt="stand-alone">هانی ئاسانکراو</script>
<script type="Hant">دێرین</script>
<script type="Hant" alt="stand-alone">هانی دێرین</script>
<script type="Hebr">عیبری</script>
<script type="Hira">ھیراگانا</script>
<script type="Hrkt">ژاپۆنیی بڕگەیی</script>
<script type="Jamo">جامۆ</script>
<script type="Jpan">ژاپۆنی</script>
<script type="Kana">کاتاکانا</script>
<script type="Khmr">خمێری</script>
<script type="Knda">کەنەدا</script>
<script type="Kore">کۆریایی</script>
<script type="Laoo">لاو</script>
<script type="Khmr">خمێر</script>
<script type="Knda">کاننادا</script>
<script type="Kore">کۆری</script>
<script type="Laoo">لائۆ</script>
<script type="Latn">لاتینی</script>
<script type="Mlym">مالایالام</script>
<script type="Mong">مەنگۆلی</script>
<script type="Mymr">میانمار</script>
<script type="Orya">ئۆریا</script>
<script type="Orya">ئۆدیا</script>
<script type="Sinh">سینھالا</script>
<script type="Taml">تامیلی</script>
<script type="Telu">تیلوگو</script>
<script type="Thaa">تانە</script>
<script type="Telu">تێلووگوو</script>
<script type="Thaa">تانا</script>
<script type="Thai">تایلەندی</script>
<script type="Zxxx" draft="unconfirmed">نەنووسراو</script>
<script type="Zzzz" draft="unconfirmed">خەتی نەناسراو</script>
<script type="Tibt">تەبەتی</script>
<script type="Zmth">نیشانەی بیرکاری</script>
<script type="Zsye">ئیمۆجی</script>
<script type="Zsym">هێماکان</script>
<script type="Zxxx">نەنووسراو</script>
<script type="Zyyy">باو</script>
<script type="Zzzz">خەتی نەناسراو</script>
</scripts>
<territories>
<territory type="002" draft="unconfirmed">ئەفریقا</territory>
<territory type="003" draft="unconfirmed">ئەمەریکای باکوور</territory>
<territory type="005" draft="unconfirmed">ئەمەریکای باشوور</territory>
<territory type="009" draft="unconfirmed">ئۆقیانووسیا</territory>
<territory type="011" draft="unconfirmed">ڕۆژاوای ئەفریقا</territory>
<territory type="013" draft="unconfirmed">ئەمریکای ناوەڕاست</territory>
<territory type="014" draft="unconfirmed">ڕۆژھەڵاتی ئەفریقا</territory>
<territory type="018" draft="unconfirmed">باشووری ئەفریقا</territory>
<territory type="019" draft="unconfirmed">ئەمریکاکان</territory>
<territory type="021" draft="unconfirmed">ئەمریکای باکوور</territory>
<territory type="030" draft="unconfirmed">ئاسیای ڕۆژھەڵات</territory>
<territory type="034" draft="unconfirmed">باشووری ئاسیا</territory>
<territory type="035" draft="unconfirmed">باشووری ڕۆژھەڵاتی ئاسیا</territory>
<territory type="039">ئەورووپای باشووری</territory>
<territory type="057" draft="unconfirmed">ناوچەی مایکرۆنیزیا</territory>
<territory type="142" draft="unconfirmed">ئاسیا</territory>
<territory type="143">ئاسیای ناوەندی</territory>
<territory type="145">ئاسیای ڕۆژاوا</territory>
<territory type="150" draft="unconfirmed">ئەورووپا</territory>
<territory type="151" draft="unconfirmed">ئەورووپای ڕۆژھەڵات</territory>
<territory type="154" draft="unconfirmed">ئەورووپای باکوور</territory>
<territory type="155" draft="unconfirmed">ڕۆژاوای ئەورووپا</territory>
<territory type="419" draft="unconfirmed">ئەمەریکای لاتین</territory>
<territory type="001">جیهان</territory>
<territory type="002">ئەفریقا</territory>
<territory type="003">ئەمەریکای باکوور</territory>
<territory type="005">ئەمەریکای باشوور</territory>
<territory type="009">ئۆقیانووسیا</territory>
<territory type="011">ڕۆژاوای ئەفریقا</territory>
<territory type="013">ئەمریکای ناوەڕاست</territory>
<territory type="014">ڕۆژھەڵاتی ئەفریقا</territory>
<territory type="015">باکووری ئەفریقا</territory>
<territory type="017">ناوەڕاستی ئەفریقا</territory>
<territory type="018">باشووری ئەفریقا</territory>
<territory type="019">ئەمەریکای باکوور و باشوور</territory>
<territory type="021">ئەمریکای باکوور</territory>
<territory type="029">کاریبی</territory>
<territory type="030">ڕۆژهەڵاتی ئاسیا</territory>
<territory type="034">باشووری ئاسیا</territory>
<territory type="035">باشووری ڕۆژھەڵاتی ئاسیا</territory>
<territory type="039">باشووری ئەورووپا</territory>
<territory type="053">ئۆسترالیا</territory>
<territory type="054">میلانێزیا</territory>
<territory type="057">ناوچەی مایکرۆنیزیا</territory>
<territory type="061">پۆلینیزیا</territory>
<territory type="142">ئاسیا</territory>
<territory type="143">ناوەڕاستی ئاسیا</territory>
<territory type="145">ڕۆژاوای ئاسیا</territory>
<territory type="150">ئەورووپا</territory>
<territory type="151">ڕۆژهەڵاتی ئەورووپا</territory>
<territory type="154">باکووری ئەورووپا</territory>
<territory type="155">ڕۆژاوای ئەورووپا</territory>
<territory type="202">ئەفریقای ژێر سەحرا</territory>
<territory type="419">ئەمەریکای لاتین</territory>
<territory type="AC">دوورگەی ئاسینسیۆن</territory>
<territory type="AD">ئاندۆرا</territory>
<territory type="AE">میرنشینە یەکگرتووە عەرەبییەکان</territory>
<territory type="AF">ئەفغانستان</territory>
<territory type="AG">ئانتیگوا و باربودا</territory>
<territory type="AI">ئانگویلا</territory>
<territory type="AL">ئەڵبانیا</territory>
<territory type="AM">ئەرمەنستان</territory>
<territory type="AO">ئەنگۆلا</territory>
@ -204,6 +497,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<territory type="AT">نەمسا</territory>
<territory type="AU">ئوسترالیا</territory>
<territory type="AW">ئارووبا</territory>
<territory type="AX">دوورگەکانی ئالاند</territory>
<territory type="AZ">ئازەربایجان</territory>
<territory type="BA">بۆسنیا و ھەرزەگۆڤینا</territory>
<territory type="BB">باربادۆس</territory>
@ -214,87 +508,119 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<territory type="BH">بەحرەین</territory>
<territory type="BI">بوروندی</territory>
<territory type="BJ">بێنین</territory>
<territory type="BN" draft="unconfirmed">بروونای</territory>
<territory type="BL">سەن بارتێلێمی</territory>
<territory type="BM">بێرموودا</territory>
<territory type="BN">بروونای</territory>
<territory type="BO">بۆلیڤیا</territory>
<territory type="BQ">دوورگە کاریبیەکانی هۆڵەندا</territory>
<territory type="BR">برازیل</territory>
<territory type="BS">بەھاما</territory>
<territory type="BT">بووتان</territory>
<territory type="BV">دوورگەی بووڤێ</territory>
<territory type="BW">بۆتسوانا</territory>
<territory type="BY">بیلاڕووس</territory>
<territory type="BZ">بەلیز</territory>
<territory type="CA">کانەدا</territory>
<territory type="CA">کەنەدا</territory>
<territory type="CC">دوورگەکانی کیلینگ</territory>
<territory type="CD">کۆنگۆ کینشاسا</territory>
<territory type="CD" alt="variant">کۆماری دیموکراتیکی کۆنگۆ</territory>
<territory type="CF">کۆماری ئەفریقای ناوەڕاست</territory>
<territory type="CG" draft="unconfirmed">کۆنگۆ برازاڤیل</territory>
<territory type="CG">کۆنگۆ برازاڤیل</territory>
<territory type="CG" alt="variant">کۆماری کۆنگۆ</territory>
<territory type="CH">سویسرا</territory>
<territory type="CH">سویسڕا</territory>
<territory type="CI">کۆتدیڤوار</territory>
<territory type="CK">دوورگەکانی کوک</territory>
<territory type="CL">چیلی</territory>
<territory type="CM">کامیرۆن</territory>
<territory type="CN">چین</territory>
<territory type="CO">کۆلۆمبیا</territory>
<territory type="CP">دوورگەی کلیپێرتۆن</territory>
<territory type="CR">کۆستاریکا</territory>
<territory type="CU">کووبا</territory>
<territory type="CV">کەیپڤەرد</territory>
<territory type="CW">کوراچاو</territory>
<territory type="CX">دوورگەی کریسمس</territory>
<territory type="CY">قیبرس</territory>
<territory type="CZ">کۆماری چیک</territory>
<territory type="DE">ئەڵمانیا</territory>
<territory type="DG">دیەگۆ گارسیا</territory>
<territory type="DJ">جیبووتی</territory>
<territory type="DK">دانمارک</territory>
<territory type="DM">دۆمینیکا</territory>
<territory type="DO">کۆماری دۆمینیکا</territory>
<territory type="DZ">جەزایر</territory>
<territory type="EA">سێئووتا و مێلییا</territory>
<territory type="EC">ئیکوادۆر</territory>
<territory type="EE">ئیستۆنیا</territory>
<territory type="EG">میسر</territory>
<territory type="EH" draft="unconfirmed">ڕۆژاوای سەحرا</territory>
<territory type="EH">سەحرای ڕۆژاوا</territory>
<territory type="ER">ئەریتریا</territory>
<territory type="ES">ئیسپانیا</territory>
<territory type="ET">ئەتیۆپیا</territory>
<territory type="EU" draft="unconfirmed">یەکێتیی ئەورووپا</territory>
<territory type="EU">یەکێتیی ئەورووپا</territory>
<territory type="EZ">ناوچەی یۆرۆ</territory>
<territory type="FI">فینلاند</territory>
<territory type="FJ">فیجی</territory>
<territory type="FK">دوورگەکانی مالڤیناس</territory>
<territory type="FM">مایکرۆنیزیا</territory>
<territory type="FO">دوورگەکانی فارەو</territory>
<territory type="FR">فەڕەنسا</territory>
<territory type="GA">گابۆن</territory>
<territory type="GB">شانشینی یەکگرتوو</territory>
<territory type="GB" alt="short">شانشینی یەکگرتوو</territory>
<territory type="GD">گرینادا</territory>
<territory type="GE">گورجستان</territory>
<territory type="GF">گیانای فەرەنسا</territory>
<territory type="GG">گێرنزی</territory>
<territory type="GH">غەنا</territory>
<territory type="GI">گیبرالتار</territory>
<territory type="GL">گرینلاند</territory>
<territory type="GM">گامبیا</territory>
<territory type="GN">گینێ</territory>
<territory type="GP">گوادێلۆپ</territory>
<territory type="GQ">گینێی ئیستوایی</territory>
<territory type="GR">یۆنان</territory>
<territory type="GS">دوورگەکانی جۆرجیا و ساندویچی باشوور</territory>
<territory type="GT">گواتیمالا</territory>
<territory type="GU">گوام</territory>
<territory type="GW">گینێ بیساو</territory>
<territory type="GY">گویانا</territory>
<territory type="HK">هۆنگ کۆنگ</territory>
<territory type="HK" alt="short">هۆنگ کۆنگ</territory>
<territory type="HM">دوورگەکانی هێرد و مەکدانڵد</territory>
<territory type="HN">ھۆندووراس</territory>
<territory type="HR">کرۆواتیا</territory>
<territory type="HT">ھایتی</territory>
<territory type="HU">مەجارستان</territory>
<territory type="HU">هەنگاریا</territory>
<territory type="IC">دوورگەکانی کەناری</territory>
<territory type="ID">ئیندۆنیزیا</territory>
<territory type="IE">ئیرلەند</territory>
<territory type="IL">ئیسرائیل</territory>
<territory type="IM">دوورگەی مان</territory>
<territory type="IN">ھیندستان</territory>
<territory type="IO">ھەرێمی بەریتانی لە ئۆقیانووسی ھیند</territory>
<territory type="IQ">عێراق</territory>
<territory type="IR">ئێران</territory>
<territory type="IS">ئایسلەند</territory>
<territory type="IT">ئیتاڵی</territory>
<territory type="IT">ئیتالیا</territory>
<territory type="JE">جێرسی</territory>
<territory type="JM">جامایکا</territory>
<territory type="JO">ئوردن</territory>
<territory type="JP">ژاپۆن</territory>
<territory type="KE">کینیا</territory>
<territory type="KG">قرغیزستان</territory>
<territory type="KH">کەمبۆدیا</territory>
<territory type="KI">کیریباس</territory>
<territory type="KM">دوورگەکانی کۆمۆر</territory>
<territory type="KN">سەینت کیتس و نیڤیس</territory>
<territory type="KN">سەن کیتس و نیڤیس</territory>
<territory type="KP">کۆریای باکوور</territory>
<territory type="KR" draft="unconfirmed">کۆریای باشوور</territory>
<territory type="KR">کۆریای باشوور</territory>
<territory type="KW">کوەیت</territory>
<territory type="KY">دوورگەکانی کایمان</territory>
<territory type="KZ">کازاخستان</territory>
<territory type="LA">لاوس</territory>
<territory type="LB">لوبنان</territory>
<territory type="LC">سەینت لووسیا</territory>
<territory type="LC">سەن لووسیا</territory>
<territory type="LI">لیختنشتاین</territory>
<territory type="LK">سریلانکا</territory>
<territory type="LR">لیبەریا</territory>
@ -307,39 +633,57 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<territory type="MC">مۆناکۆ</territory>
<territory type="MD">مۆلدۆڤا</territory>
<territory type="ME">مۆنتینیگرۆ</territory>
<territory type="MF">سەن مارتین</territory>
<territory type="MG">ماداگاسکار</territory>
<territory type="MH">دوورگەکانی مارشاڵ</territory>
<territory type="MK">ماکەدۆنیا</territory>
<territory type="ML">مالی</territory>
<territory type="MM">میانمار</territory>
<territory type="MN">مەنگۆلیا</territory>
<territory type="MO" alt="short" draft="unconfirmed">ماکاو</territory>
<territory type="MO">ماکائۆ</territory>
<territory type="MO" alt="short">ماکائۆ</territory>
<territory type="MP">دوورگەکانی ماریانای باکوور</territory>
<territory type="MQ">مارتینیک</territory>
<territory type="MR">مۆریتانیا</territory>
<territory type="MS">مۆنتسێرات</territory>
<territory type="MT">ماڵتا</territory>
<territory type="MU">مووریتیووس</territory>
<territory type="MV">مالدیڤ</territory>
<territory type="MW">مالاوی</territory>
<territory type="MX">مەکسیک</territory>
<territory type="MY">مالیزیا</territory>
<territory type="MZ">مۆزامبیک</territory>
<territory type="NA">نامیبیا</territory>
<territory type="NC">نیووکالێدۆنیا</territory>
<territory type="NE">نیجەر</territory>
<territory type="NF">دوورگەی نۆرفۆڵک</territory>
<territory type="NG">نیجریا</territory>
<territory type="NI">نیکاراگوا</territory>
<territory type="NL">ھۆڵەندا</territory>
<territory type="NO">نۆرویژ</territory>
<territory type="NP">نیپال</territory>
<territory type="NR">نائوروو</territory>
<territory type="NU">نیووئی</territory>
<territory type="NZ">نیوزیلاند</territory>
<territory type="OM">عومان</territory>
<territory type="PA">پاناما</territory>
<territory type="PE">پیروو</territory>
<territory type="PE">پێروو</territory>
<territory type="PF">پۆلینیسیای فەرەنسا</territory>
<territory type="PG">پاپوا گینێی نوێ</territory>
<territory type="PH">فلیپین</territory>
<territory type="PK">پاکستان</territory>
<territory type="PL">پۆڵەندا</territory>
<territory type="PS" draft="unconfirmed">فەلەستین</territory>
<territory type="PM">سەن پیێر و میکێلۆن</territory>
<territory type="PN">دوورگەکانی پیتکەرن</territory>
<territory type="PR">پۆرتۆڕیکۆ</territory>
<territory type="PS">ناوچە فەلەستینیەکان</territory>
<territory type="PS" alt="short">فەلەستین</territory>
<territory type="PT">پورتوگال</territory>
<territory type="PW">پالاو</territory>
<territory type="PY">پاراگوای</territory>
<territory type="QA">قەتەر</territory>
<territory type="QO">دەرەوەی ئۆقیانووسیا</territory>
<territory type="RE">ڕییوونیەن</territory>
<territory type="RO">ڕۆمانیا</territory>
<territory type="RS">سربیا</territory>
<territory type="RU">ڕووسیا</territory>
@ -350,22 +694,30 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<territory type="SD">سوودان</territory>
<territory type="SE">سوید</territory>
<territory type="SG">سینگاپور</territory>
<territory type="SH">سەن هێلێنا</territory>
<territory type="SI">سلۆڤێنیا</territory>
<territory type="SJ">سڤالبارد و یان مایەن</territory>
<territory type="SK">سلۆڤاکیا</territory>
<territory type="SL">سیەرالیۆن</territory>
<territory type="SM">سان مارینۆ</territory>
<territory type="SN">سینیگال</territory>
<territory type="SN">سێنێگاڵ</territory>
<territory type="SO">سۆمالیا</territory>
<territory type="SR">سورینام</territory>
<territory type="SS">سوودانی باشوور</territory>
<territory type="ST">ساوتۆمێ و پرینسیپی</territory>
<territory type="SV">ئێلسالڤادۆر</territory>
<territory type="SX">سینت مارتن</territory>
<territory type="SY">سووریا</territory>
<territory type="SZ">سوازیلاند</territory>
<territory type="TA">تریستێن دا کوونا</territory>
<territory type="TC">دوورگەکانی تورکس و کایکۆس</territory>
<territory type="TD">چاد</territory>
<territory type="TF">هەرێمە باشووریەکانی فەرەنسا</territory>
<territory type="TG">تۆگۆ</territory>
<territory type="TH">تایلەند</territory>
<territory type="TJ">تاجیکستان</territory>
<territory type="TL" alt="variant" draft="unconfirmed">تیمۆری ڕۆژھەڵات</territory>
<territory type="TK">تۆکێلاو</territory>
<territory type="TL">تیمۆری ڕۆژھەڵات</territory>
<territory type="TM">تورکمانستان</territory>
<territory type="TN">توونس</territory>
<territory type="TO">تۆنگا</territory>
@ -376,19 +728,28 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<territory type="TZ">تانزانیا</territory>
<territory type="UA">ئۆکرانیا</territory>
<territory type="UG">ئوگاندا</territory>
<territory type="UM">دوورگەکانی دەرەوەی ئەمریکا</territory>
<territory type="UN">نەتەوە یەکگرتووەکان</territory>
<territory type="US">ویلایەتە یەکگرتووەکان</territory>
<territory type="US" alt="short">ویلایەتە یەکگرتووەکان</territory>
<territory type="UY">ئوروگوای</territory>
<territory type="UZ">ئوزبەکستان</territory>
<territory type="VA">ڤاتیکان</territory>
<territory type="VC">سەینت ڤینسەنت و گرینادینز</territory>
<territory type="VE">ڤەنزوێلا</territory>
<territory type="VG">دوورگەکانی ڤیرجنی بەریتانیا</territory>
<territory type="VI">دوورگەکانی ڤیرجنی ئەمەریکا</territory>
<territory type="VN">ڤیەتنام</territory>
<territory type="VU">ڤانوواتوو</territory>
<territory type="WF">والیس و فوتونا</territory>
<territory type="WS">ساموا</territory>
<territory type="XK">کۆسۆڤۆ</territory>
<territory type="YE">یەمەن</territory>
<territory type="YT">مایۆت</territory>
<territory type="ZA">ئەفریقای باشوور</territory>
<territory type="ZM">زامبیا</territory>
<territory type="ZW">زیمبابوی</territory>
<territory type="ZZ" draft="unconfirmed">نەناسراو</territory>
<territory type="ZZ">ناوچەی نەناسراو</territory>
</territories>
<keys>
<key type="calendar" draft="unconfirmed">ڕۆژژمێر</key>
@ -1019,8 +1380,8 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatItem id="MMMd">dی MMM</dateFormatItem>
<dateFormatItem id="MMMEd">E، dی MMM</dateFormatItem>
<dateFormatItem id="MMMMd">MMMM d</dateFormatItem>
<dateFormatItem id="MMMMW" count="one">هەفتەی W ی MMM</dateFormatItem>
<dateFormatItem id="MMMMW" count="other">هەفتەی W ی MMM</dateFormatItem>
<dateFormatItem id="MMMMW" count="one">هەفتەی W ی MMMM</dateFormatItem>
<dateFormatItem id="MMMMW" count="other">هەفتەی W ی MMMM</dateFormatItem>
<dateFormatItem id="ms">mm:ss</dateFormatItem>
<dateFormatItem id="y">y</dateFormatItem>
<dateFormatItem id="yM">M/y</dateFormatItem>
@ -1032,8 +1393,8 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatItem id="yMMMM">y MMMM</dateFormatItem>
<dateFormatItem id="yQQQ">y QQQ</dateFormatItem>
<dateFormatItem id="yQQQQ">y QQQQ</dateFormatItem>
<dateFormatItem id="yw" count="one">هەفتەی w ی y</dateFormatItem>
<dateFormatItem id="yw" count="other">هەفتەی w ی y</dateFormatItem>
<dateFormatItem id="yw" count="one">هەفتەی w ی Y</dateFormatItem>
<dateFormatItem id="yw" count="other">هەفتەی w ی Y</dateFormatItem>
</availableFormats>
<appendItems>
<appendItem request="Timezone">{0} {1}</appendItem>
@ -1310,7 +1671,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</currency>
</currencies>
<miscPatterns numberSystem="latn">
<pattern type="atLeast">{0}</pattern>
<pattern type="atLeast">{0}</pattern>
<pattern type="range">{0}{1}</pattern>
</miscPatterns>
</numbers>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 Unicode, Inc.
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<version number="$Revision: 14782 $"/>
<language type="ckb"/>
<territory type="IQ"/>
</identity>

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