8239480: Support for CLDR version 37
Reviewed-by: joehw
This commit is contained in:
parent
b5b6ae32d2
commit
ea38873d30
@ -1,4 +1,4 @@
|
||||
CLDR - Unicode Common Locale Data Repository
|
||||
http://cldr.unicode.org
|
||||
|
||||
CLDR version installed: 36
|
||||
CLDR version installed: 37
|
||||
|
@ -46,7 +46,7 @@ $Revision$
|
||||
<!ATTLIST version number CDATA #REQUIRED >
|
||||
<!--@MATCH:regex/\$Revision.*\$-->
|
||||
<!--@METADATA-->
|
||||
<!ATTLIST version cldrVersion CDATA #FIXED "36" >
|
||||
<!ATTLIST version cldrVersion CDATA #FIXED "37" >
|
||||
<!--@MATCH:any-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST version draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
@ -67,7 +67,7 @@ $Revision$
|
||||
<!ATTLIST language type NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:validity/locale-->
|
||||
<!ATTLIST language alt NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:literal/long, secondary, short, variant-->
|
||||
<!--@MATCH:literal/long, secondary, short, variant, menu-->
|
||||
<!ATTLIST language draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
<!--@DEPRECATED:true, false-->
|
||||
@ -213,7 +213,7 @@ $Revision$
|
||||
|
||||
<!ELEMENT subdivision ( #PCDATA ) >
|
||||
<!ATTLIST subdivision type NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:validity/subdivision-->
|
||||
<!--@MATCH:or/validity/subdivision||literal/AS, AW, AX, BL, CP, CW, GF, GP, GU, HK, IC, MF, MO, MP, MQ, NC, PF, PM, PR, RE, SX, TA, TF, TW, UM, VI, WF, YT, itsd, no50-->
|
||||
<!ATTLIST subdivision alt NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:literal/variant-->
|
||||
<!ATTLIST subdivision draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
|
||||
@ -251,7 +251,7 @@ $Revision$
|
||||
|
||||
<!ELEMENT key ( #PCDATA ) >
|
||||
<!ATTLIST key type NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:bcp47/anykey-->
|
||||
<!--@MATCH:or/bcp47/anykey||literal/t-->
|
||||
<!ATTLIST key alt NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:literal/variant-->
|
||||
<!ATTLIST key draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
@ -1607,7 +1607,7 @@ $Revision$
|
||||
<!ELEMENT intervalFormatItem ( alias | ( greatestDifference*, special* ) ) >
|
||||
<!ATTLIST intervalFormatItem id NMTOKEN #REQUIRED >
|
||||
<!-- TODO: check to see if this should be minimized -->
|
||||
<!--@MATCH:literal/Bh, Bhm, Gy, GyM, GyMEd, GyMMM, GyMMMEd, GyMMMd, GyMd, H, Hm, Hmv, Hv, M, MEd, MMM, MMMEEEEd, MMMEd, MMMM, MMMMEd, MMMMd, MMMd, Md, d, h, hm, hmv, hv, y, yM, yMEd, yMMM, yMMMEEEEd, yMMMEd, yMMMM, yMMMMEEEEd, yMMMMEd, yMMMMd, yMMMd, yMd-->
|
||||
<!--@MATCH:literal/Bh, Bhm, Gy, GyM, GyMEd, GyMMM, GyMMMEd, GyMMMd, GyMd, H, Hm, Hmv, Hv, M, MEd, MMM, MMMEEEEd, MMMEd, MMMM, MMMMEd, MMMMd, MMMd, Md, d, h, hm, hmv, hv, y, yM, yMEd, yMMM, yMMMEEEEd, yMMMEd, yMMMM, yMMMMEEEEd, yMMMMEd, yMMMMd, yMMMd, yMd, GGGGGyM, GGGGGyMEd, GGGGGyMd, GyMMMM, GyMMMMEd, GyMMMMd-->
|
||||
<!ATTLIST intervalFormatItem alt NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:literal/variant-->
|
||||
<!ATTLIST intervalFormatItem draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
|
||||
@ -2541,9 +2541,9 @@ $Revision$
|
||||
<!--@VALUE-->
|
||||
<!--@DEPRECATED-->
|
||||
|
||||
<!ELEMENT compoundUnit ( alias | ( compoundUnitPattern*, special* ) ) >
|
||||
<!ELEMENT compoundUnit ( alias | ( compoundUnitPattern1*, compoundUnitPattern*, unitPrefixPattern*, special* ) ) >
|
||||
<!ATTLIST compoundUnit type NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:literal/per, times-->
|
||||
<!--@MATCH:or/regex/10p-?[0-9]{1,2}||literal/per, times, power2, power3-->
|
||||
<!ATTLIST compoundUnit alt NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:literal/variant-->
|
||||
<!ATTLIST compoundUnit draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
|
||||
@ -2555,6 +2555,15 @@ $Revision$
|
||||
<!--@VALUE-->
|
||||
<!--@DEPRECATED-->
|
||||
|
||||
<!ELEMENT compoundUnitPattern1 ( #PCDATA ) >
|
||||
<!ATTLIST compoundUnitPattern1 count (0 | 1 | zero | one | two | few | many | other) #IMPLIED >
|
||||
<!ATTLIST compoundUnitPattern1 alt NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:literal/variant-->
|
||||
<!ATTLIST compoundUnitPattern1 draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
<!ATTLIST compoundUnitPattern1 references CDATA #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
|
||||
<!ELEMENT compoundUnitPattern ( #PCDATA ) >
|
||||
<!ATTLIST compoundUnitPattern alt NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:literal/variant-->
|
||||
@ -2566,6 +2575,14 @@ $Revision$
|
||||
<!--@VALUE-->
|
||||
<!--@DEPRECATED-->
|
||||
|
||||
<!ELEMENT unitPrefixPattern ( #PCDATA ) >
|
||||
<!ATTLIST unitPrefixPattern alt NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:literal/variant-->
|
||||
<!ATTLIST unitPrefixPattern draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
<!ATTLIST unitPrefixPattern references CDATA #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
|
||||
<!ELEMENT coordinateUnit ( alias | ( displayName*, coordinateUnitPattern*, special* ) ) >
|
||||
<!ATTLIST coordinateUnit alt NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:literal/variant-->
|
||||
|
@ -16,7 +16,7 @@ $Revision$
|
||||
<!ATTLIST version number CDATA #REQUIRED >
|
||||
<!--@MATCH:regex/\$Revision.*\$-->
|
||||
<!--@METADATA-->
|
||||
<!ATTLIST version cldrVersion CDATA #FIXED "36" >
|
||||
<!ATTLIST version cldrVersion CDATA #FIXED "37" >
|
||||
<!--@MATCH:version-->
|
||||
<!--@VALUE-->
|
||||
|
||||
|
@ -10,18 +10,18 @@ Except as contained in this notice, the name of a copyright holder shall not be
|
||||
$Revision$
|
||||
-->
|
||||
|
||||
<!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? ) >
|
||||
<!ELEMENT supplementalData ( version, generation?, cldrVersion?, currencyData?, territoryContainment?, subdivisionContainment?, languageData?, territoryInfo?, postalCodeData?, calendarData?, calendarPreferenceData?, weekData?, timeData?, measurementData?, unitConstants*, unitQuantities*, convertUnits*, unitPreferenceData?, timezoneData?, characters?, transforms?, metadata?, codeMappings?, parentLocales?, likelySubtags?, metazoneInfo?, plurals?, telephoneCodeData?, numberingSystems?, bcp47KeywordMappings?, gender?, references?, languageMatching?, dayPeriodRuleSet*, metaZones?, primaryZones?, windowsZones?, coverageLevels?, idValidity?, rgScope?, languageGroups?, grammaticalData? ) >
|
||||
|
||||
<!ELEMENT version EMPTY >
|
||||
<!--@METADATA-->
|
||||
<!ATTLIST version number CDATA #REQUIRED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@METADATA-->
|
||||
<!ATTLIST version cldrVersion CDATA #FIXED "36" >
|
||||
<!--@MATCH:version-->
|
||||
<!ATTLIST version cldrVersion CDATA #FIXED "37" >
|
||||
<!--@MATCH:version-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST version unicodeVersion CDATA #FIXED "12.1.0" >
|
||||
<!--@MATCH:version-->
|
||||
<!ATTLIST version unicodeVersion CDATA #FIXED "13.0.0" >
|
||||
<!--@MATCH:version-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT generation EMPTY >
|
||||
@ -49,18 +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-->
|
||||
<!--@MATCH:or/validity/currency||literal/DEFAULT-->
|
||||
<!ATTLIST info digits NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:range/0~5-->
|
||||
<!--@MATCH:range/0~5-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST info rounding NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:range/0~5-->
|
||||
<!--@MATCH:range/0~5-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST info cashDigits NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:range/0~100-->
|
||||
<!--@MATCH:range/0~100-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST info cashRounding NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:literal/0, 5, 50-->
|
||||
<!--@MATCH:literal/0, 5, 50-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST info draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
@ -70,7 +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-->
|
||||
<!--@MATCH:validity/region-->
|
||||
<!ATTLIST region draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
<!--@DEPRECATED-->
|
||||
@ -81,11 +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-->
|
||||
<!--@MATCH:time/yyyy-MM-dd-->
|
||||
<!ATTLIST currency to NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:time/yyyy-MM-dd-->
|
||||
<!--@MATCH:time/yyyy-MM-dd-->
|
||||
<!ATTLIST currency iso4217 NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:validity/currency-->
|
||||
<!--@MATCH:validity/currency-->
|
||||
<!ATTLIST currency digits NMTOKEN #IMPLIED >
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST currency rounding NMTOKEN #IMPLIED >
|
||||
@ -110,9 +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-->
|
||||
<!--@MATCH:validity/region-->
|
||||
<!ATTLIST group contains NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST group grouping (true | false) #IMPLIED >
|
||||
<!--@VALUE-->
|
||||
@ -127,23 +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-->
|
||||
<!--@MATCH:or/validity/region||validity/subdivision-->
|
||||
<!ATTLIST subgroup subtype NMTOKEN #IMPLIED >
|
||||
<!--@DEPRECATED-->
|
||||
<!ATTLIST subgroup contains NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:set/validity/subdivision-->
|
||||
<!--@MATCH:set/or/validity/subdivision||literal/itca, itnu, itor, itsd, itss, no01, no02, no03, no04, no05, no06, no07, no08, no09, no10, no11, no12, no14, no15, no18, no19, no20, no21, no22, no50-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT languageData ( language* ) >
|
||||
|
||||
<!ELEMENT language EMPTY >
|
||||
<!ATTLIST language type NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:set/validity/language-->
|
||||
<!--@MATCH:set/validity/language-->
|
||||
<!ATTLIST language scripts NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:set/validity/script-->
|
||||
<!--@MATCH:set/validity/script-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST language territories NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST language variants NMTOKENS #IMPLIED >
|
||||
<!--@VALUE-->
|
||||
@ -166,36 +166,36 @@ Except as contained in this notice, the name of a copyright holder shall not be
|
||||
|
||||
<!ELEMENT territory ( languagePopulation* ) >
|
||||
<!ATTLIST territory type NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:validity/region-->
|
||||
<!--@MATCH:validity/region-->
|
||||
<!ATTLIST territory gdp NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:range/0~100000000000000-->
|
||||
<!--@MATCH:range/0~100000000000000-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST territory literacyPercent NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:range/0.0~100.0-->
|
||||
<!--@MATCH:range/0.0~100.0-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST territory population NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:range/0~10000000000-->
|
||||
<!--@MATCH:range/0~10000000000-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST territory draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
<!--@DEPRECATED-->
|
||||
<!ATTLIST territory references CDATA #IMPLIED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@METADATA-->
|
||||
<!ATTLIST territory alt NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:literal/variant-->
|
||||
|
||||
<!ELEMENT languagePopulation EMPTY >
|
||||
<!ATTLIST languagePopulation type NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:validity/locale-->
|
||||
<!--@MATCH:validity/locale-->
|
||||
<!ATTLIST languagePopulation literacyPercent NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:range/0~100-->
|
||||
<!--@MATCH:range/0~100-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST languagePopulation writingPercent NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:range/0~100-->
|
||||
<!--@MATCH:range/0~100-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST languagePopulation populationPercent NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:range/0.0~100.0-->
|
||||
<!--@MATCH:range/0.0~100.0-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST languagePopulation officialStatus (de_facto_official | official | official_regional | official_minority) #IMPLIED >
|
||||
<!--@VALUE-->
|
||||
@ -203,7 +203,7 @@ 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-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@METADATA-->
|
||||
<!ATTLIST languagePopulation alt NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:literal/variant-->
|
||||
@ -223,7 +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-->
|
||||
<!--@MATCH:bcp47/ca-->
|
||||
<!ATTLIST calendar territories NMTOKENS #IMPLIED >
|
||||
<!-- use ordering attribute in calendarPreference element instead. -->
|
||||
<!--@VALUE-->
|
||||
@ -248,12 +248,12 @@ 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-->
|
||||
<!--@MATCH:range/0~250-->
|
||||
<!ATTLIST era start CDATA #IMPLIED >
|
||||
<!--@MATCH:time/yyyy-MM-dd-->
|
||||
<!--@MATCH:time/yyyy-MM-dd-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST era end CDATA #IMPLIED >
|
||||
<!--@MATCH:time/yyyy-MM-dd-->
|
||||
<!--@MATCH:time/yyyy-MM-dd-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST era named (true | false) #IMPLIED >
|
||||
<!--@VALUE-->
|
||||
@ -262,9 +262,9 @@ Except as contained in this notice, the name of a copyright holder shall not be
|
||||
|
||||
<!ELEMENT calendarPreference EMPTY >
|
||||
<!ATTLIST calendarPreference territories NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!ATTLIST calendarPreference ordering NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/bcp47/ca-->
|
||||
<!--@MATCH:set/bcp47/ca-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT weekData ( minDays*, firstDay*, weekendStart*, weekendEnd*, weekOfPreference* ) >
|
||||
@ -272,7 +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-->
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST minDays draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
@ -285,13 +285,13 @@ Except as contained in this notice, the name of a copyright holder shall not be
|
||||
<!ELEMENT firstDay EMPTY >
|
||||
<!ATTLIST firstDay day (sun | mon | tue | wed | thu | fri | sat) #REQUIRED >
|
||||
<!ATTLIST firstDay territories NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!--@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-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@METADATA-->
|
||||
<!ATTLIST firstDay alt NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:literal/variant-->
|
||||
@ -299,7 +299,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
|
||||
<!ELEMENT weekendStart EMPTY >
|
||||
<!ATTLIST weekendStart day (sun | mon | tue | wed | thu | fri | sat) #REQUIRED >
|
||||
<!ATTLIST weekendStart territories NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST weekendStart draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
@ -312,7 +312,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
|
||||
<!ELEMENT weekendEnd EMPTY >
|
||||
<!ATTLIST weekendEnd day (sun | mon | tue | wed | thu | fri | sat) #REQUIRED >
|
||||
<!ATTLIST weekendEnd territories NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST weekendEnd draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
@ -324,20 +324,20 @@ Except as contained in this notice, the name of a copyright holder shall not be
|
||||
|
||||
<!ELEMENT weekOfPreference EMPTY >
|
||||
<!ATTLIST weekOfPreference locales NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/validity/locale-->
|
||||
<!--@MATCH:set/validity/locale-->
|
||||
<!ATTLIST weekOfPreference ordering NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/literal/weekOfDate, weekOfInterval, weekOfMonth, weekOfYear-->
|
||||
<!--@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-->
|
||||
<!--@MATCH:set/literal/H, h, K, k, hB, hb-->
|
||||
<!ATTLIST hours preferred NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:literal/H, h-->
|
||||
<!--@MATCH:literal/H, h-->
|
||||
<!ATTLIST hours regions NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/or/validity/region||validity/locale-->
|
||||
<!--@MATCH:set/or/validity/region||validity/locale-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST hours draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
@ -350,7 +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-->
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST measurementSystem draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
@ -363,7 +363,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
|
||||
<!ELEMENT paperSize EMPTY >
|
||||
<!ATTLIST paperSize type (A4 | US-Letter) #REQUIRED >
|
||||
<!ATTLIST paperSize territories NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST paperSize draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
@ -373,18 +373,72 @@ Except as contained in this notice, the name of a copyright holder shall not be
|
||||
<!ATTLIST paperSize alt NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:literal/variant-->
|
||||
|
||||
<!ELEMENT unitConstants ( unitConstant* ) >
|
||||
|
||||
<!ELEMENT unitConstant EMPTY >
|
||||
<!ATTLIST unitConstant constant NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:regex/[A-Za-z][_A-Za-z0-9]*-->
|
||||
<!ATTLIST unitConstant value CDATA #REQUIRED >
|
||||
<!--@MATCH:regex/[-+*/\._ 0-9a-zA-Z]+-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST unitConstant status NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:literal/approximate, exact-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT unitQuantities ( unitQuantity* ) >
|
||||
|
||||
<!ELEMENT unitQuantity EMPTY >
|
||||
<!ATTLIST unitQuantity baseUnit NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:regex/[A-Za-z][-A-Za-z0-9]*-->
|
||||
<!ATTLIST unitQuantity quantity NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:regex/[A-Za-z][-A-Za-z0-9]*-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST unitQuantity status NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:regex/simple-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT convertUnits ( convertUnit* ) >
|
||||
|
||||
<!ELEMENT convertUnit EMPTY >
|
||||
<!ATTLIST convertUnit source NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:regex/(100-)?[A-Za-z][-A-Za-z0-9]*-->
|
||||
<!ATTLIST convertUnit baseUnit NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:regex/[A-Za-z][-A-Za-z0-9]*-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST convertUnit factor CDATA #IMPLIED >
|
||||
<!--@MATCH:regex/[-+*/\._ 0-9a-zA-Z]+-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST convertUnit offset CDATA #IMPLIED >
|
||||
<!--@MATCH:regex/[-+*/\._ 0-9a-zA-Z]+-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST convertUnit systems NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:set/literal/ussystem, uksystem-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT unitPreferenceData ( unitPreferences* ) >
|
||||
<!ATTLIST unitPreferenceData draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
|
||||
<!ELEMENT unitPreferences ( unitPreference* ) >
|
||||
<!ATTLIST unitPreferences category NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:literal/area, concentr, consumption, duration, energy, length, mass, pressure, speed, temperature, volume-->
|
||||
<!--@MATCH:regex/[a-z]+([-][a-z]+)*-->
|
||||
<!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-->
|
||||
<!--@MATCH:regex/[a-z]+([-][a-z]+)*-->
|
||||
<!ATTLIST unitPreferences scope (small) #IMPLIED >
|
||||
<!--@DEPRECATED-->
|
||||
<!ATTLIST unitPreferences draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
<!--@DEPRECATED-->
|
||||
|
||||
<!ELEMENT unitPreference ( #PCDATA ) >
|
||||
<!--@ORDERED-->
|
||||
<!ATTLIST unitPreference regions NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!ATTLIST unitPreference geq NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:any-->
|
||||
<!ATTLIST unitPreference skeleton CDATA #IMPLIED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST unitPreference draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
<!ATTLIST unitPreference references CDATA #IMPLIED >
|
||||
@ -397,27 +451,27 @@ Except as contained in this notice, the name of a copyright holder shall not be
|
||||
|
||||
<!ELEMENT mapTimezones ( mapZone* ) >
|
||||
<!ATTLIST mapTimezones type NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:literal/metazones-->
|
||||
<!--@MATCH:literal/metazones-->
|
||||
<!ATTLIST mapTimezones otherVersion CDATA #IMPLIED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@METADATA-->
|
||||
<!ATTLIST mapTimezones typeVersion CDATA #IMPLIED >
|
||||
<!--@MATCH:regex/[0-9]{4}[a-z]+-->
|
||||
<!--@MATCH:regex/[0-9]{4}[a-z]+-->
|
||||
<!--@METADATA-->
|
||||
<!ATTLIST mapTimezones references CDATA #IMPLIED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@METADATA-->
|
||||
|
||||
<!ELEMENT mapZone EMPTY >
|
||||
<!ATTLIST mapZone type CDATA #REQUIRED >
|
||||
<!--@MATCH:set/bcp47/tz-->
|
||||
<!--@MATCH:set/bcp47/tz-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST mapZone other CDATA #REQUIRED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!ATTLIST mapZone territory CDATA #IMPLIED >
|
||||
<!--@MATCH:validity/region-->
|
||||
<!--@MATCH:validity/region-->
|
||||
<!ATTLIST mapZone references CDATA #IMPLIED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@METADATA-->
|
||||
|
||||
<!ELEMENT zoneFormatting ( zoneItem* ) >
|
||||
@ -455,7 +509,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-->
|
||||
<!--@MATCH:any-->
|
||||
<!ATTLIST character draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
<!--@DEPRECATED-->
|
||||
@ -484,17 +538,17 @@ Except as contained in this notice, the name of a copyright holder shall not be
|
||||
|
||||
<!ELEMENT transform ( ( comment | tRule )* ) >
|
||||
<!ATTLIST transform source CDATA #IMPLIED >
|
||||
<!--@MATCH:any/TODO-->
|
||||
<!--@MATCH:any/TODO-->
|
||||
<!ATTLIST transform target CDATA #IMPLIED >
|
||||
<!--@MATCH:any/TODO-->
|
||||
<!--@MATCH:any/TODO-->
|
||||
<!ATTLIST transform variant CDATA #IMPLIED >
|
||||
<!--@MATCH:any/TODO-->
|
||||
<!--@MATCH:any/TODO-->
|
||||
<!ATTLIST transform direction (forward | backward | both) "both" >
|
||||
<!ATTLIST transform alias CDATA #IMPLIED >
|
||||
<!--@MATCH:any/TODO-->
|
||||
<!--@MATCH:any/TODO-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST transform backwardAlias CDATA #IMPLIED >
|
||||
<!--@MATCH:any/TODO-->
|
||||
<!--@MATCH:any/TODO-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST transform visibility (internal | external) "external" >
|
||||
<!--@VALUE-->
|
||||
@ -544,13 +598,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-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST attributes attribute NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST attributes attributeValue CDATA #IMPLIED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST attributes draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
@ -565,10 +619,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-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST variable id CDATA #REQUIRED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!ATTLIST variable draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
<!--@DEPRECATED:true, false-->
|
||||
@ -576,81 +630,99 @@ 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-->
|
||||
<!--@MATCH:any-->
|
||||
<!ATTLIST attributeValues type NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!ATTLIST attributeValues elements NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST attributeValues attributes NMTOKENS #IMPLIED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST attributeValues order NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST attributeValues draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
<!--@DEPRECATED:true, false-->
|
||||
|
||||
<!ELEMENT alias ( languageAlias*, scriptAlias*, territoryAlias*, subdivisionAlias*, variantAlias*, zoneAlias* ) >
|
||||
<!ELEMENT alias ( languageAlias*, scriptAlias*, territoryAlias*, subdivisionAlias*, variantAlias*, zoneAlias*, unitAlias*, usageAlias* ) >
|
||||
<!ATTLIST alias draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
<!--@DEPRECATED-->
|
||||
|
||||
<!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-->
|
||||
<!--@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, cel-gaulish, i-default, i-enochian, i-mingo, zh-min-->
|
||||
<!ATTLIST languageAlias replacement NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:validity/locale-->
|
||||
<!--@MATCH:or/validity/locale||literal/en-x-i-default, nan-x-zh-min, see-x-i-mingo, und-x-i-enochian, xtg-x-cel-gaulish-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST languageAlias reason (deprecated | overlong | macrolanguage | legacy | bibliographic) #IMPLIED >
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT scriptAlias EMPTY >
|
||||
<!ATTLIST scriptAlias type NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:validity/script-->
|
||||
<!--@MATCH:validity/script-->
|
||||
<!ATTLIST scriptAlias replacement NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:validity/script-->
|
||||
<!--@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-->
|
||||
<!--@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-->
|
||||
<!--@MATCH:set/validity/region-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST territoryAlias reason (deprecated | overlong) #IMPLIED >
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT subdivisionAlias EMPTY >
|
||||
<!ATTLIST subdivisionAlias type NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:validity/subdivision-->
|
||||
<!--@MATCH:validity/subdivision-->
|
||||
<!ATTLIST subdivisionAlias replacement NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/or/validity/region||validity/subdivision-->
|
||||
<!--@MATCH:set/or/validity/region||validity/subdivision||literal/cnmn, cz663, no50-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST subdivisionAlias reason (deprecated | overlong) #IMPLIED >
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT variantAlias EMPTY >
|
||||
<!ATTLIST variantAlias type NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:or/validity/variant||literal/AALAND, POLYTONI-->
|
||||
<!--@MATCH:or/validity/variant||literal/AALAND, POLYTONI-->
|
||||
<!ATTLIST variantAlias replacement NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:or/validity/variant||validity/region-->
|
||||
<!--@MATCH:or/validity/variant||validity/region||literal/hy, hyw-->
|
||||
<!--@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-->
|
||||
<!--@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-->
|
||||
<!--@MATCH:bcp47/tz-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST zoneAlias reason (deprecated | overlong) #IMPLIED >
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT unitAlias EMPTY >
|
||||
<!ATTLIST unitAlias type NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:validity/short-unit/deprecated-->
|
||||
<!ATTLIST unitAlias replacement NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:regex/[A-Za-z][-A-Za-z0-9]*-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST unitAlias reason (deprecated) #IMPLIED >
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT usageAlias EMPTY >
|
||||
<!ATTLIST usageAlias type NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:regex/[A-Za-z][-A-Za-z0-9]*-->
|
||||
<!ATTLIST usageAlias replacement NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:regex/[A-Za-z][-A-Za-z0-9]*-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST usageAlias reason (deprecated) #IMPLIED >
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT deprecated ( deprecatedItems* ) >
|
||||
<!--@DEPRECATED-->
|
||||
<!ATTLIST deprecated draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
@ -778,7 +850,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-->
|
||||
<!--@MATCH:set/validity/locale-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT codeMappings ( languageCodes*, territoryCodes*, currencyCodes* ) >
|
||||
@ -793,15 +865,15 @@ 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-->
|
||||
<!--@MATCH:validity/region-->
|
||||
<!ATTLIST territoryCodes numeric NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:range/1~999-->
|
||||
<!--@MATCH:range/1~999-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST territoryCodes alpha3 NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:regex/[A-Z]{3}-->
|
||||
<!--@MATCH:regex/[A-Z]{3}-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST territoryCodes fips10 NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:regex/[A-Z]{2}-->
|
||||
<!--@MATCH:regex/[A-Z]{2}-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST territoryCodes internet NMTOKENS #IMPLIED >
|
||||
<!--@VALUE-->
|
||||
@ -809,9 +881,9 @@ Except as contained in this notice, the name of a copyright holder shall not be
|
||||
|
||||
<!ELEMENT currencyCodes EMPTY >
|
||||
<!ATTLIST currencyCodes type NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:validity/currency-->
|
||||
<!--@MATCH:validity/currency-->
|
||||
<!ATTLIST currencyCodes numeric NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:range/1~999-->
|
||||
<!--@MATCH:range/1~999-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!-- # Parent locales -->
|
||||
@ -820,32 +892,33 @@ 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-->
|
||||
<!--@MATCH:validity/locale-->
|
||||
<!ATTLIST parentLocale locales NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/validity/locale-->
|
||||
<!--@MATCH:set/validity/locale-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT likelySubtags ( likelySubtag* ) >
|
||||
|
||||
<!ELEMENT likelySubtag EMPTY >
|
||||
<!ATTLIST likelySubtag from NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:validity/locale-->
|
||||
<!--@MATCH:validity/locale-->
|
||||
<!ATTLIST likelySubtag to NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:validity/locale-->
|
||||
<!--@MATCH:validity/locale-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT metazoneInfo ( timezone* ) >
|
||||
|
||||
<!ELEMENT timezone ( usesMetazone* ) >
|
||||
<!ATTLIST timezone type CDATA #REQUIRED >
|
||||
<!--@MATCH:bcp47/tz-->
|
||||
<!--@MATCH:bcp47/tz-->
|
||||
|
||||
<!ELEMENT usesMetazone EMPTY >
|
||||
<!ATTLIST usesMetazone from CDATA #IMPLIED >
|
||||
<!--@MATCH:time/yyyy-MM-dd HH:mm-->
|
||||
<!--@MATCH:time/yyyy-MM-dd HH:mm-->
|
||||
<!ATTLIST usesMetazone to CDATA #IMPLIED >
|
||||
<!--@MATCH:time/yyyy-MM-dd HH:mm-->
|
||||
<!--@MATCH:time/yyyy-MM-dd HH:mm-->
|
||||
<!ATTLIST usesMetazone mzone NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:metazone-->
|
||||
<!--@MATCH:metazone-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT plurals ( pluralRules*, pluralRanges* ) >
|
||||
@ -859,7 +932,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-->
|
||||
<!--@MATCH:set/validity/locale-->
|
||||
<!ATTLIST pluralRules draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
<!--@DEPRECATED-->
|
||||
@ -877,7 +950,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-->
|
||||
<!--@MATCH:set/validity/locale-->
|
||||
<!ATTLIST pluralRanges draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
<!--@DEPRECATED-->
|
||||
@ -937,14 +1010,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-->
|
||||
<!--@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]]-->
|
||||
<!--@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-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST numberingSystem draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
@ -983,7 +1056,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-->
|
||||
<!--@MATCH:set/validity/locale-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT references ( reference* ) >
|
||||
@ -992,9 +1065,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-->
|
||||
<!--@MATCH:any-->
|
||||
<!ATTLIST reference uri CDATA #IMPLIED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST reference draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
@ -1009,31 +1082,31 @@ Except as contained in this notice, the name of a copyright holder shall not be
|
||||
|
||||
<!ELEMENT languageMatches ( paradigmLocales*, matchVariable*, languageMatch* ) >
|
||||
<!ATTLIST languageMatches type NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:literal/written, written_new-->
|
||||
<!--@MATCH:literal/written, written_new-->
|
||||
|
||||
<!ELEMENT paradigmLocales EMPTY >
|
||||
<!ATTLIST paradigmLocales locales NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/validity/locale-->
|
||||
<!--@MATCH:set/validity/locale-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT matchVariable EMPTY >
|
||||
<!ATTLIST matchVariable id CDATA #REQUIRED >
|
||||
<!--@MATCH:regex/\$[a-zA-Z0-9_]+-->
|
||||
<!--@MATCH:regex/\$[a-zA-Z0-9_]+-->
|
||||
<!ATTLIST matchVariable value CDATA #REQUIRED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT languageMatch EMPTY >
|
||||
<!--@ORDERED-->
|
||||
<!ATTLIST languageMatch desired CDATA #REQUIRED >
|
||||
<!--@MATCH:any/TODO-->
|
||||
<!--@MATCH:any/TODO-->
|
||||
<!ATTLIST languageMatch supported CDATA #REQUIRED >
|
||||
<!--@MATCH:any/TODO-->
|
||||
<!--@MATCH:any/TODO-->
|
||||
<!ATTLIST languageMatch percent NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:range/0~100-->
|
||||
<!--@MATCH:range/0~100-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST languageMatch distance NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:range/0~100-->
|
||||
<!--@MATCH:range/0~100-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST languageMatch oneway (true | false) #IMPLIED >
|
||||
<!--@VALUE-->
|
||||
@ -1042,7 +1115,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-->
|
||||
<!--@MATCH:literal/selection-->
|
||||
<!ATTLIST dayPeriodRuleSet draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
<!--@DEPRECATED-->
|
||||
@ -1051,7 +1124,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-->
|
||||
<!--@MATCH:set/validity/locale-->
|
||||
<!ATTLIST dayPeriodRules draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
<!--@DEPRECATED-->
|
||||
@ -1060,22 +1133,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-->
|
||||
<!--@MATCH:literal/afternoon1, afternoon2, am, evening1, evening2, midnight, morning1, morning2, night1, night2, noon, pm-->
|
||||
<!ATTLIST dayPeriodRule at NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:time/HH:mm-->
|
||||
<!--@MATCH:time/HH:mm-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST dayPeriodRule after NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:time/HH:mm-->
|
||||
<!--@MATCH:time/HH:mm-->
|
||||
<!--@VALUE-->
|
||||
<!--@DEPRECATED-->
|
||||
<!ATTLIST dayPeriodRule before NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:time/HH:mm-->
|
||||
<!--@MATCH:time/HH:mm-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST dayPeriodRule from NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:time/HH:mm-->
|
||||
<!--@MATCH:time/HH:mm-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST dayPeriodRule to NMTOKEN #IMPLIED >
|
||||
<!--@MATCH:time/HH:mm-->
|
||||
<!--@MATCH:time/HH:mm-->
|
||||
<!--@VALUE-->
|
||||
<!--@DEPRECATED-->
|
||||
<!ATTLIST dayPeriodRule draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
|
||||
@ -1089,7 +1162,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-->
|
||||
<!--@MATCH:validity/region-->
|
||||
|
||||
<!-- # Time Zones -->
|
||||
|
||||
@ -1104,48 +1177,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-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST approvalRequirement locales CDATA #REQUIRED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!ATTLIST approvalRequirement paths CDATA #REQUIRED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
|
||||
<!ELEMENT coverageVariable EMPTY >
|
||||
<!--@ORDERED-->
|
||||
<!ATTLIST coverageVariable key CDATA #REQUIRED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!ATTLIST coverageVariable value CDATA #REQUIRED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT coverageLevel EMPTY >
|
||||
<!--@ORDERED-->
|
||||
<!ATTLIST coverageLevel inLanguage CDATA #IMPLIED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!ATTLIST coverageLevel inScript CDATA #IMPLIED >
|
||||
<!--@MATCH:validity/script-->
|
||||
<!--@MATCH:validity/script-->
|
||||
<!ATTLIST coverageLevel inTerritory CDATA #IMPLIED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!ATTLIST coverageLevel value CDATA #REQUIRED >
|
||||
<!--@MATCH:literal/basic, core, minimal, moderate, modern, posix-->
|
||||
<!--@MATCH:literal/basic, core, minimal, moderate, modern, posix-->
|
||||
<!--@VALUE-->
|
||||
<!ATTLIST coverageLevel match CDATA #REQUIRED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
|
||||
<!ELEMENT idValidity ( id* ) >
|
||||
|
||||
<!ELEMENT id ( #PCDATA ) >
|
||||
<!ATTLIST id type NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:literal/currency, language, region, script, subdivision, unit, variant-->
|
||||
<!--@MATCH:literal/currency, language, region, script, subdivision, unit, variant-->
|
||||
<!ATTLIST id idStatus NMTOKEN #REQUIRED >
|
||||
<!--@MATCH:literal/deprecated, macroregion, private_use, regular, reserved, special, unknown-->
|
||||
<!--@MATCH:literal/deprecated, macroregion, private_use, regular, reserved, special, unknown-->
|
||||
|
||||
<!ELEMENT rgScope ( rgPath* ) >
|
||||
|
||||
<!ELEMENT rgPath EMPTY >
|
||||
<!ATTLIST rgPath path CDATA #REQUIRED >
|
||||
<!--@MATCH:any-->
|
||||
<!--@MATCH:any-->
|
||||
<!ATTLIST rgPath draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
|
||||
<!--@METADATA-->
|
||||
|
||||
@ -1153,4 +1226,29 @@ 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-->
|
||||
<!--@MATCH:validity/language-->
|
||||
|
||||
<!-- # Grammatical Features -->
|
||||
|
||||
<!ELEMENT grammaticalData ( grammaticalFeatures* ) >
|
||||
|
||||
<!ELEMENT grammaticalFeatures ( grammaticalCase?, grammaticalGender?, grammaticalDefiniteness? ) >
|
||||
<!ATTLIST grammaticalFeatures targets NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/literal/nominal-->
|
||||
<!ATTLIST grammaticalFeatures locales NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/validity/language-->
|
||||
|
||||
<!ELEMENT grammaticalCase EMPTY >
|
||||
<!ATTLIST grammaticalCase values NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/literal/ablative, accusative, comitative, dative, ergative, genitive, instrumental, locative, locativecopulative, nominative, oblique, partitive, prepositional, sociative, vocative-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT grammaticalGender EMPTY >
|
||||
<!ATTLIST grammaticalGender values NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/literal/animate, common, feminine, inanimate, masculine, neuter, personal-->
|
||||
<!--@VALUE-->
|
||||
|
||||
<!ELEMENT grammaticalDefiniteness EMPTY >
|
||||
<!ATTLIST grammaticalDefiniteness values NMTOKENS #REQUIRED >
|
||||
<!--@MATCH:set/literal/definite, indefinite, unspecified, construct-->
|
||||
<!--@VALUE-->
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -114,6 +114,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="eu">Baskies</language>
|
||||
<language type="ewo">Ewondo</language>
|
||||
<language type="fa">Persies</language>
|
||||
<language type="fa_AF">Dari</language>
|
||||
<language type="ff">Fulah</language>
|
||||
<language type="fi">Fins</language>
|
||||
<language type="fil">Filippyns</language>
|
||||
@ -744,7 +745,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<territory type="SX">Sint Maarten</territory>
|
||||
<territory type="SY">Sirië</territory>
|
||||
<territory type="SZ">Eswatini</territory>
|
||||
<territory type="SZ" alt="variant">Eswatini</territory>
|
||||
<territory type="TA">Tristan da Cunha</territory>
|
||||
<territory type="TC">Turks- en Caicoseilande</territory>
|
||||
<territory type="TD">Tsjad</territory>
|
||||
@ -754,7 +754,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<territory type="TJ">Tadjikistan</territory>
|
||||
<territory type="TK">Tokelau</territory>
|
||||
<territory type="TL">Oos-Timor</territory>
|
||||
<territory type="TL" alt="variant">Oos-Timor</territory>
|
||||
<territory type="TM">Turkmenistan</territory>
|
||||
<territory type="TN">Tunisië</territory>
|
||||
<territory type="TO">Tonga</territory>
|
||||
@ -4313,7 +4312,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>Norfolkeiland-tyd</standard>
|
||||
<generic draft="contributed">Norfolkeiland-tyd</generic>
|
||||
<standard draft="contributed">Norfolkeiland-standaardtyd</standard>
|
||||
<daylight draft="contributed">Norfolkeiland-dagligtyd</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
@ -5826,15 +5827,85 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</numbers>
|
||||
<units>
|
||||
<unitLength type="long">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>desi{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>senti{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>milli{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>mikro{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>nano{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>piko{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>femto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>atto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>zepto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>yokto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>deka{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>hekto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>kilo{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>mega{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>giga{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>tera{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>peta{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>eksa{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>zetta{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>yotta{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0} per {1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1>vierkante {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">vierkante {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">vierkante {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1>kubieke {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">kubieke {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">kubieke {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<unit type="acceleration-g-force">
|
||||
<displayName>swaartekrag</displayName>
|
||||
<unitPattern count="one">{0} swaartekrag</unitPattern>
|
||||
<unitPattern count="other">{0} swaartekrag</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>meter per vierkante sekonde</displayName>
|
||||
<unitPattern count="one">{0} meter per vierkante sekonde</unitPattern>
|
||||
<unitPattern count="other">{0} meter per vierkante sekonde</unitPattern>
|
||||
@ -5934,7 +6005,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} millimol per liter</unitPattern>
|
||||
<unitPattern count="other">{0} millimol per liter</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>dele per miljoen</displayName>
|
||||
<unitPattern count="one">{0} deel per miljoen</unitPattern>
|
||||
<unitPattern count="other">{0} dele per miljoen</unitPattern>
|
||||
@ -5959,7 +6030,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} liter per kilometer</unitPattern>
|
||||
<unitPattern count="other">{0} liter per kilometer</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>liter per 100 kilometer</displayName>
|
||||
<unitPattern count="one">{0} liter per 100 kilometer</unitPattern>
|
||||
<unitPattern count="other">{0} liter per 100 kilometer</unitPattern>
|
||||
@ -6433,17 +6504,17 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} perdekrag</unitPattern>
|
||||
<unitPattern count="other">{0} perdekrag</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>millimeter kwik</displayName>
|
||||
<unitPattern count="one">{0} millimeter kwik</unitPattern>
|
||||
<unitPattern count="other">{0} millimeter kwik</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>pond per vierkante duim</displayName>
|
||||
<unitPattern count="one">{0} pond per vierkante duim</unitPattern>
|
||||
<unitPattern count="other">{0} pond per vierkante duim</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>duim kwik</displayName>
|
||||
<unitPattern count="one">{0} duim kwik</unitPattern>
|
||||
<unitPattern count="other">{0} duim kwik</unitPattern>
|
||||
@ -6513,7 +6584,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} kelvin</unitPattern>
|
||||
<unitPattern count="other">{0} kelvin</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>pondvoet</displayName>
|
||||
<unitPattern count="one">{0} pondvoet</unitPattern>
|
||||
<unitPattern count="other">{0} pondvoet</unitPattern>
|
||||
@ -6678,7 +6749,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} G</unitPattern>
|
||||
<unitPattern count="other">{0} G</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>m/s²</displayName>
|
||||
<unitPattern count="one">{0} m/s²</unitPattern>
|
||||
<unitPattern count="other">{0} m/s²</unitPattern>
|
||||
@ -6778,7 +6849,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} mmol/ℓ</unitPattern>
|
||||
<unitPattern count="other">{0} mmol/ℓ</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>dele/miljoen</displayName>
|
||||
<unitPattern count="one">{0} d.p.m.</unitPattern>
|
||||
<unitPattern count="other">{0} d.p.m.</unitPattern>
|
||||
@ -6808,7 +6879,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} ℓ/km</unitPattern>
|
||||
<unitPattern count="other">{0} ℓ/km</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>ℓ/100 km</displayName>
|
||||
<unitPattern count="one">{0} ℓ/100 km</unitPattern>
|
||||
<unitPattern count="other">{0} ℓ/100 km</unitPattern>
|
||||
@ -7283,17 +7354,17 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} pk.</unitPattern>
|
||||
<unitPattern count="other">{0} pk.</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mm Hg</displayName>
|
||||
<unitPattern count="one">{0} mm Hg</unitPattern>
|
||||
<unitPattern count="other">{0} mm Hg</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>lb./vk. duim</displayName>
|
||||
<unitPattern count="one">{0} pd.vk.dm.</unitPattern>
|
||||
<unitPattern count="other">{0} pd.vk.dm.</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>duim Hg</displayName>
|
||||
<unitPattern count="one">{0} duim Hg</unitPattern>
|
||||
<unitPattern count="other">{0} duim Hg</unitPattern>
|
||||
@ -7373,7 +7444,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} K</unitPattern>
|
||||
<unitPattern count="other">{0} K</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>lb.vt.</displayName>
|
||||
<unitPattern count="one">{0} lb.vt.</unitPattern>
|
||||
<unitPattern count="other">{0} lb.vt.</unitPattern>
|
||||
@ -7575,7 +7646,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0}%</unitPattern>
|
||||
<unitPattern count="other">{0}%</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>ℓ/100 km</displayName>
|
||||
<unitPattern count="one">{0} ℓ/100 km</unitPattern>
|
||||
<unitPattern count="other">{0} ℓ/100 km</unitPattern>
|
||||
@ -7694,7 +7765,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0}pk.</unitPattern>
|
||||
<unitPattern count="other">{0}pk.</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<unitPattern count="one">{0} dm.Hg</unitPattern>
|
||||
<unitPattern count="other">{0} dm.Hg</unitPattern>
|
||||
</unit>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -165,6 +165,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="eu">ባስክኛ</language>
|
||||
<language type="ewo">ኤዎንዶ</language>
|
||||
<language type="fa">ፐርሺያኛ</language>
|
||||
<language type="fa_AF">ዳሪኛ</language>
|
||||
<language type="ff">ፉላህ</language>
|
||||
<language type="fi">ፊኒሽ</language>
|
||||
<language type="fil">ፊሊፒንኛ</language>
|
||||
@ -561,6 +562,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<script type="Vaii" draft="unconfirmed">ቫይ</script>
|
||||
<script type="Yiii" draft="unconfirmed">ዪ</script>
|
||||
<script type="Zinh" draft="unconfirmed">የተወረሰ</script>
|
||||
<script type="Zmth">የሂሳብ መግለጫ</script>
|
||||
<script type="Zsye">ኢሞጂ</script>
|
||||
<script type="Zsym">ምልክቶች</script>
|
||||
<script type="Zxxx">ያልተጻፈ</script>
|
||||
@ -2030,7 +2032,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<eraAbbr>
|
||||
<era type="0">ዓ/ዓ</era>
|
||||
<era type="1">ዓ/ም</era>
|
||||
<era type="1" alt="variant" draft="contributed">CE</era>
|
||||
<era type="1" alt="variant">CE</era>
|
||||
</eraAbbr>
|
||||
<eraNarrow>
|
||||
<era type="0">ዓ/ዓ</era>
|
||||
@ -2148,8 +2150,8 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<dateFormatItem id="yMMMM">MMMM y</dateFormatItem>
|
||||
<dateFormatItem id="yQQQ">QQQ y</dateFormatItem>
|
||||
<dateFormatItem id="yQQQQ">QQQQ y</dateFormatItem>
|
||||
<dateFormatItem id="yw" count="one" draft="contributed">'week' w 'of' Y</dateFormatItem>
|
||||
<dateFormatItem id="yw" count="other" draft="contributed">'week' w 'of' Y</dateFormatItem>
|
||||
<dateFormatItem id="yw" count="one">'week' w 'of' Y</dateFormatItem>
|
||||
<dateFormatItem id="yw" count="other">'week' w 'of' Y</dateFormatItem>
|
||||
</availableFormats>
|
||||
<appendItems>
|
||||
<appendItem request="Timezone">{0} {1}</appendItem>
|
||||
@ -4909,7 +4911,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>የኖርፎልክ ደሴቶች ሰዓት</standard>
|
||||
<generic draft="contributed">የኖርፎልክ ደሴቶች ሰዓት</generic>
|
||||
<standard draft="contributed">የኖርፎልክ ደሴቶች መደበኛ የሰዓት አቆጣጠር</standard>
|
||||
<daylight draft="contributed">የኖርፎልክ ደሴቶች የቀን የሰዓት አቆጣጠር</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
@ -5702,6 +5706,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<symbol alt="narrow" draft="contributed">L</symbol>
|
||||
</currency>
|
||||
<currency type="HRK">
|
||||
<displayName>የክሮሽያ ኩና</displayName>
|
||||
<displayName count="one">የክሮሽያ ኩና</displayName>
|
||||
<displayName count="other">የክሮሽያ ኩና</displayName>
|
||||
<symbol draft="contributed">HRK</symbol>
|
||||
@ -6414,6 +6419,48 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</numbers>
|
||||
<units>
|
||||
<unitLength type="long">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>ደሲ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>ሴንቲ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>ሚሊ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>ማይክሮ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>ናኖ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>ፒኮ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>ፌምቶ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>አቶ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>ዜብቶ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>ዮክቶ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>ዴካ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>ሄክቶ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>ኪሎ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>ሜጋ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0} በ{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
@ -6422,7 +6469,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} ጂ-ኃይል</unitPattern>
|
||||
<unitPattern count="other">{0} ጂ-ኃይል</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>ሜ/ሰ²</displayName>
|
||||
<unitPattern count="one">{0} ሜ/ሰ²</unitPattern>
|
||||
<unitPattern count="other">{0} ሜ/ሰ²</unitPattern>
|
||||
@ -6522,7 +6569,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} mmol/L</unitPattern>
|
||||
<unitPattern count="other">{0} mmol/L</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>ppm</displayName>
|
||||
<unitPattern count="one">{0} ppm</unitPattern>
|
||||
<unitPattern count="other">{0} ppm</unitPattern>
|
||||
@ -6542,7 +6589,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} ሊ/ኪሜ</unitPattern>
|
||||
<unitPattern count="other">{0} ሊ/ኪሜ</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>ሊትሮች በ100 ኪሎሜትሮች</displayName>
|
||||
<unitPattern count="one">{0} ሊትር በ100 ኪሎሜትሮች</unitPattern>
|
||||
<unitPattern count="other">{0} ሊትሮች በ100 ኪሎሜትሮች</unitPattern>
|
||||
@ -6973,17 +7020,17 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} የፈረስ ጉልበት</unitPattern>
|
||||
<unitPattern count="other">{0} የፈረስ ጉልበት</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mm Hg</displayName>
|
||||
<unitPattern count="one">{0} mm Hg</unitPattern>
|
||||
<unitPattern count="other">{0} mm Hg</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>psi</displayName>
|
||||
<unitPattern count="one">{0} psi</unitPattern>
|
||||
<unitPattern count="other">{0} psi</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>ኢንች ሜርኩሪ</displayName>
|
||||
<unitPattern count="one">{0} ኢንች ሜርኩሪ</unitPattern>
|
||||
<unitPattern count="other">{0} ኢንች ሜርኩሪ</unitPattern>
|
||||
@ -7207,6 +7254,48 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<unitLength type="short">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>ደ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>ሴ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>ሚ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>µ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>ና{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>ፒ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>ፌ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>አ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>ዜ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>ዮ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>ዴ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>ሄ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>ኪ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>ሜ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
@ -7215,7 +7304,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} ጂ</unitPattern>
|
||||
<unitPattern count="other">{0} ጂ</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>ሜ/ሰ²</displayName>
|
||||
<unitPattern count="one">{0} ሜ/ሰ²</unitPattern>
|
||||
<unitPattern count="other">{0} ሜ/ሰ²</unitPattern>
|
||||
@ -7315,7 +7404,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} mmol/L</unitPattern>
|
||||
<unitPattern count="other">{0} mmol/L</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>ppm</displayName>
|
||||
<unitPattern count="one">{0} ppm</unitPattern>
|
||||
<unitPattern count="other">{0} ppm</unitPattern>
|
||||
@ -7335,7 +7424,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} ሊ/ኪሜ</unitPattern>
|
||||
<unitPattern count="other">{0} ሊ/ኪሜ</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>ሊትር በ100 ኪሎሜትሮች</displayName>
|
||||
<unitPattern count="one">{0} ሊ/100ኪሜ</unitPattern>
|
||||
<unitPattern count="other">{0} ሊ/100ኪሜ</unitPattern>
|
||||
@ -7766,17 +7855,17 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} የፈጉ</unitPattern>
|
||||
<unitPattern count="other">{0} የፈጉ</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mm Hg</displayName>
|
||||
<unitPattern count="one">{0} mm Hg</unitPattern>
|
||||
<unitPattern count="other">{0} mm Hg</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>psi</displayName>
|
||||
<unitPattern count="one">{0} psi</unitPattern>
|
||||
<unitPattern count="other">{0} psi</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>ኢንች ሜርኩሪ</displayName>
|
||||
<unitPattern count="one">{0} ኢሜ</unitPattern>
|
||||
<unitPattern count="other">{0} ኢንሜር</unitPattern>
|
||||
@ -8000,6 +8089,48 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<unitLength type="narrow">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>ደ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>ሴ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>ሚ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>µ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>ና{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>ፒ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>ፌ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>አ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>ዜ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>ዮ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>ዴ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>ሄ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>ኪ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>ሜ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
@ -8048,7 +8179,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0}%</unitPattern>
|
||||
<unitPattern count="other">{0}%</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>ሊትር በ100 ኪሎሜትሮች</displayName>
|
||||
<unitPattern count="one">{0}ሊበ100ኪሜ</unitPattern>
|
||||
<unitPattern count="other">{0}ሊበ100ኪሜ</unitPattern>
|
||||
@ -8170,7 +8301,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} የፈረስ ኃይል</unitPattern>
|
||||
<unitPattern count="other">{0} የፈረስ ኃይል</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<unitPattern count="one">{0} inHg</unitPattern>
|
||||
<unitPattern count="other">{0} inHg</unitPattern>
|
||||
</unit>
|
||||
@ -8381,4 +8512,74 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<characterLabel type="western_asian_scripts">ምእራባዊ ኤስያ ስክሪፕት</characterLabel>
|
||||
<characterLabel type="whitespace">ባዶ ቦታ</characterLabel>
|
||||
</characterLabels>
|
||||
<typographicNames>
|
||||
<axisName type="ital">ኢታሊክ</axisName>
|
||||
<axisName type="opsz">ኦፕቲካል ሳይዝ</axisName>
|
||||
<axisName type="slnt">የተጣመመ</axisName>
|
||||
<axisName type="wdth">ወርድ</axisName>
|
||||
<axisName type="wght">ክብደት</axisName>
|
||||
<styleName type="ital" subtype="1">ቅጥልጥል</styleName>
|
||||
<styleName type="opsz" subtype="8">መግለጫ ጽሑፍ</styleName>
|
||||
<styleName type="opsz" subtype="12">ቴክስት</styleName>
|
||||
<styleName type="opsz" subtype="18">ርእስ</styleName>
|
||||
<styleName type="opsz" subtype="72">ማሳያ</styleName>
|
||||
<styleName type="opsz" subtype="144">ፖስተር</styleName>
|
||||
<styleName type="slnt" subtype="-12">ወደኋላ የተጣመመ</styleName>
|
||||
<styleName type="slnt" subtype="0">የተቃና</styleName>
|
||||
<styleName type="slnt" subtype="12">የተጣመመ</styleName>
|
||||
<styleName type="slnt" subtype="24">ተጨማሪ-የተጣመመ</styleName>
|
||||
<styleName type="wdth" subtype="50">እጅግ በጣም የተጠጋጋ</styleName>
|
||||
<styleName type="wdth" subtype="50" alt="compressed">እጅግ በጣም የታመቀ</styleName>
|
||||
<styleName type="wdth" subtype="50" alt="narrow">እጅግ በጣም ጠባብ</styleName>
|
||||
<styleName type="wdth" subtype="62.5">በተጨማሪ-የተጠጋጋ</styleName>
|
||||
<styleName type="wdth" subtype="62.5" alt="compressed">በተጨማሪ-የታመቀ</styleName>
|
||||
<styleName type="wdth" subtype="62.5" alt="narrow">በተጨማሪ-የጠበበ</styleName>
|
||||
<styleName type="wdth" subtype="75">የተጠጋጋ</styleName>
|
||||
<styleName type="wdth" subtype="75" alt="compressed">የታመቀ</styleName>
|
||||
<styleName type="wdth" subtype="75" alt="narrow">ጠባብ</styleName>
|
||||
<styleName type="wdth" subtype="87.5">በከፊል የተጠጋጋ</styleName>
|
||||
<styleName type="wdth" subtype="87.5" alt="compressed">በከፊል የታመቀ</styleName>
|
||||
<styleName type="wdth" subtype="87.5" alt="narrow">በከፊል ጠባብ</styleName>
|
||||
<styleName type="wdth" subtype="100">ኖርማል</styleName>
|
||||
<styleName type="wdth" subtype="112.5">በከፊል የተለጠጠ</styleName>
|
||||
<styleName type="wdth" subtype="112.5" alt="extended">በከፊል የተዘረጋ</styleName>
|
||||
<styleName type="wdth" subtype="112.5" alt="wide">በከፊል ሰፊ</styleName>
|
||||
<styleName type="wdth" subtype="125">የለጠጠ</styleName>
|
||||
<styleName type="wdth" subtype="125" alt="extended">የተዘረጋ</styleName>
|
||||
<styleName type="wdth" subtype="125" alt="wide">ሰፊ</styleName>
|
||||
<styleName type="wdth" subtype="150">በተጨማሪ-የተለጠጠ</styleName>
|
||||
<styleName type="wdth" subtype="150" alt="extended">በተጨማሪ የተዘረጋ</styleName>
|
||||
<styleName type="wdth" subtype="150" alt="wide">በተጨማሪ ሰፊ</styleName>
|
||||
<styleName type="wdth" subtype="200">እጅግ በጣም የለጠጠ</styleName>
|
||||
<styleName type="wdth" subtype="200" alt="extended">እጅግ በጣም የተዘረጋ</styleName>
|
||||
<styleName type="wdth" subtype="200" alt="wide">እጅግ በጣም ሰፊ</styleName>
|
||||
<styleName type="wght" subtype="100">ቀጭን</styleName>
|
||||
<styleName type="wght" subtype="200">በተጨማሪ ቀላል</styleName>
|
||||
<styleName type="wght" subtype="200" alt="ultra">እጅግ በጣም ቀላል</styleName>
|
||||
<styleName type="wght" subtype="300">ቀላል</styleName>
|
||||
<styleName type="wght" subtype="350">በከፊል ቀላል</styleName>
|
||||
<styleName type="wght" subtype="380">መጽሐፍ</styleName>
|
||||
<styleName type="wght" subtype="400">መደበኛ</styleName>
|
||||
<styleName type="wght" subtype="500">መካከለኛ</styleName>
|
||||
<styleName type="wght" subtype="600">በከፊል ደማቅ</styleName>
|
||||
<styleName type="wght" subtype="600" alt="demi">በትንሹ ደማቅ</styleName>
|
||||
<styleName type="wght" subtype="700">ደማቅ</styleName>
|
||||
<styleName type="wght" subtype="800">በተጨማሪ ደማቅ</styleName>
|
||||
<styleName type="wght" subtype="900">ጥቁር</styleName>
|
||||
<styleName type="wght" subtype="900" alt="heavy">ከባድ</styleName>
|
||||
<styleName type="wght" subtype="950">በተጨማሪ ጥቁር</styleName>
|
||||
<styleName type="wght" subtype="950" alt="ultrablack">እጅግ በጣም ጥቁር</styleName>
|
||||
<styleName type="wght" subtype="950" alt="ultraheavy">እጅግ በጣም ከባድ</styleName>
|
||||
<featureName type="afrc">ሽቅብታዊ ክፍልፋይ</featureName>
|
||||
<featureName type="cpsp">ዋና ክፍተት</featureName>
|
||||
<featureName type="dlig">አማራች ሊጋቸሮች</featureName>
|
||||
<featureName type="frac">አግድም ክፍልፋዮች</featureName>
|
||||
<featureName type="lnum">የቁጥሮች ሽፋን</featureName>
|
||||
<featureName type="onum">የድሮ ስትይል አኃዝ</featureName>
|
||||
<featureName type="ordn">ኦርዲናሎች</featureName>
|
||||
<featureName type="pnum">ተመጣጣኝ ቁጥሮች</featureName>
|
||||
<featureName type="smcp">ትናንሽ ካፒታሎች</featureName>
|
||||
<featureName type="tnum">የሰንጠረዥ ቁጥሮች</featureName>
|
||||
<featureName type="zero">እዝባር ያለው ዜሮ</featureName>
|
||||
</typographicNames>
|
||||
</ldml>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -44,6 +44,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="arn">المابودونغونية</language>
|
||||
<language type="arp">الأراباهو</language>
|
||||
<language type="ars">اللهجة النجدية</language>
|
||||
<language type="ars" alt="menu">العربية، النجدية</language>
|
||||
<language type="arw">الأراواكية</language>
|
||||
<language type="as">الأسامية</language>
|
||||
<language type="asa">الآسو</language>
|
||||
@ -105,6 +106,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="chr">الشيروكي</language>
|
||||
<language type="chy">الشايان</language>
|
||||
<language type="ckb">السورانية الكردية</language>
|
||||
<language type="ckb" alt="menu">الكردية، السورانية</language>
|
||||
<language type="co">الكورسيكية</language>
|
||||
<language type="cop">القبطية</language>
|
||||
<language type="cr">الكرى</language>
|
||||
@ -160,6 +162,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="eu">الباسكية</language>
|
||||
<language type="ewo">الإيوندو</language>
|
||||
<language type="fa">الفارسية</language>
|
||||
<language type="fa_AF">الدارية</language>
|
||||
<language type="fan">الفانج</language>
|
||||
<language type="fat">الفانتي</language>
|
||||
<language type="ff">الفولانية</language>
|
||||
@ -543,14 +546,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="yi">اليديشية</language>
|
||||
<language type="yo">اليوروبا</language>
|
||||
<language type="yue">الكَنْتُونية</language>
|
||||
<language type="yue" alt="menu">الكَنْتُونية</language>
|
||||
<language type="za">الزهيونج</language>
|
||||
<language type="zap">الزابوتيك</language>
|
||||
<language type="zbl">رموز المعايير الأساسية</language>
|
||||
<language type="zen">الزيناجا</language>
|
||||
<language type="zgh">التمازيغية المغربية القياسية</language>
|
||||
<language type="zh">الصينية</language>
|
||||
<language type="zh" alt="menu">الصينية</language>
|
||||
<language type="zh_Hans">الصينية المبسطة</language>
|
||||
<language type="zh_Hant">الصينية التقليدية</language>
|
||||
<language type="zu">الزولو</language>
|
||||
@ -561,6 +562,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<scripts>
|
||||
<script type="Arab">العربية</script>
|
||||
<script type="Arab" alt="variant">العربية الفارسية</script>
|
||||
<script type="Aran" draft="contributed">نستعليق</script>
|
||||
<script type="Armn">الأرمينية</script>
|
||||
<script type="Bali">البالية</script>
|
||||
<script type="Batk">الباتاك</script>
|
||||
@ -634,10 +636,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<script type="Mlym">الماليالام</script>
|
||||
<script type="Mong">المغولية</script>
|
||||
<script type="Moon">مون</script>
|
||||
<script type="Mtei" draft="contributed">ميتي ماييك</script>
|
||||
<script type="Mymr">الميانمار</script>
|
||||
<script type="Narb">العربية الشمالية القديمة</script>
|
||||
<script type="Nkoo">أنكو</script>
|
||||
<script type="Ogam">الأوجهام</script>
|
||||
<script type="Olck" draft="contributed">أول تشيكي</script>
|
||||
<script type="Orkh">الأورخون</script>
|
||||
<script type="Orya">الأوريا</script>
|
||||
<script type="Osma">الأوسمانيا</script>
|
||||
@ -645,6 +649,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<script type="Phag">الفاجسبا</script>
|
||||
<script type="Phnx">الفينيقية</script>
|
||||
<script type="Plrd">الصوتيات الجماء</script>
|
||||
<script type="Qaag" draft="contributed">زوجيي</script>
|
||||
<script type="Roro">رنجورنجو</script>
|
||||
<script type="Runr">الروني</script>
|
||||
<script type="Sara">الساراتي</script>
|
||||
@ -802,7 +807,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<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>
|
||||
@ -967,9 +971,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<territory type="UG">أوغندا</territory>
|
||||
<territory type="UM">جزر الولايات المتحدة النائية</territory>
|
||||
<territory type="UN">الأمم المتحدة</territory>
|
||||
<territory type="UN" alt="short">الأمم المتحدة</territory>
|
||||
<territory type="US">الولايات المتحدة</territory>
|
||||
<territory type="US" alt="short">الولايات المتحدة</territory>
|
||||
<territory type="UY">أورغواي</territory>
|
||||
<territory type="UZ">أوزبكستان</territory>
|
||||
<territory type="VA">الفاتيكان</territory>
|
||||
@ -981,6 +983,8 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<territory type="VU">فانواتو</territory>
|
||||
<territory type="WF">جزر والس وفوتونا</territory>
|
||||
<territory type="WS">ساموا</territory>
|
||||
<territory type="XA">لكنات تجريبية غير أصلية</territory>
|
||||
<territory type="XB">لكنات تجريبية ثنائية الاتجاه</territory>
|
||||
<territory type="XK">كوسوفو</territory>
|
||||
<territory type="YE">اليمن</territory>
|
||||
<territory type="YT">مايوت</territory>
|
||||
@ -5518,7 +5522,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>توقيت جزيرة نورفولك</standard>
|
||||
<generic draft="contributed">توقيت جزيرة نورفولك</generic>
|
||||
<standard draft="contributed">توقيت جزيرة نورفولك الرسمي</standard>
|
||||
<daylight draft="contributed">توقيت جزيرة نورفولك الصيفي</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
@ -8418,9 +8424,87 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</numbers>
|
||||
<units>
|
||||
<unitLength type="long">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>ديسي{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>سنتي{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>ملّي{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>ميكرو{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>نانو{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>بيكو{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>فيمتو{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>أتو{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>زيبتو{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>يوكتو{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>ديكا{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>هكتو{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>كيلو{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>ميغا{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>غيغا{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>تيرا{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>بيتا{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>إكسا{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>زيتا{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>يوتا{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0} لكل {1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1>{0} مربّع</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="zero">{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">{0} مربّع</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="two">{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="few">{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="many">{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">{0} مربّع</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1>{0} مكعّب</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="zero">{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">{0} مكعّب</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="two">{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="few">{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="many">{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">{0} مكعّب</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<unit type="acceleration-g-force">
|
||||
<displayName>قوة تسارع</displayName>
|
||||
<unitPattern count="zero">{0} قوة تسارع</unitPattern>
|
||||
@ -8430,7 +8514,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} قوة تسارع</unitPattern>
|
||||
<unitPattern count="other">{0} قوة تسارع</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>متر في الثانية المربعة</displayName>
|
||||
<unitPattern count="zero">{0} متر في الثانية المربعة</unitPattern>
|
||||
<unitPattern count="one">{0} متر في الثانية المربعة</unitPattern>
|
||||
@ -8606,7 +8690,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} ملي مول/لتر</unitPattern>
|
||||
<unitPattern count="other">{0} ملي مول/لتر</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>جزء في المليون</displayName>
|
||||
<unitPattern count="zero">{0} جزء في المليون</unitPattern>
|
||||
<unitPattern count="one">{0} جزء في المليون</unitPattern>
|
||||
@ -8651,7 +8735,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} لترًا لكل كيلومتر</unitPattern>
|
||||
<unitPattern count="other">{0} لتر لكل كيلومتر</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>لتر لكل ١٠٠ كيلومتر</displayName>
|
||||
<unitPattern count="zero">{0} لتر لكل ١٠٠ كيلومتر</unitPattern>
|
||||
<unitPattern count="one">{0} لتر لكل ١٠٠ كيلومتر</unitPattern>
|
||||
@ -9495,7 +9579,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} قوة حصان</unitPattern>
|
||||
<unitPattern count="other">{0} قوة حصان</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>مليمتر زئبقي</displayName>
|
||||
<unitPattern count="zero">{0} مليمتر زئبقي</unitPattern>
|
||||
<unitPattern count="one">{0} مليمتر زئبقي</unitPattern>
|
||||
@ -9504,7 +9588,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} مليمتر زئبقي</unitPattern>
|
||||
<unitPattern count="other">{0} مليمتر زئبقي</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>رطل لكل بوصة مربعة</displayName>
|
||||
<unitPattern count="zero">{0} رطل لكل بوصة مربعة</unitPattern>
|
||||
<unitPattern count="one">{0} رطل لكل بوصة مربعة</unitPattern>
|
||||
@ -9513,7 +9597,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} رطل لكل بوصة مربعة</unitPattern>
|
||||
<unitPattern count="other">{0} رطل لكل بوصة مربعة</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>بوصة زئبقية</displayName>
|
||||
<unitPattern count="zero">{0} بوصة زئبقية</unitPattern>
|
||||
<unitPattern count="one">{0} بوصة زئبقية</unitPattern>
|
||||
@ -9657,7 +9741,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} درجة كلفن</unitPattern>
|
||||
<unitPattern count="other">{0} درجة كلفن</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>باوند قدم</displayName>
|
||||
<unitPattern count="zero">{0} باوند قدم</unitPattern>
|
||||
<unitPattern count="one">{0} باوند قدم</unitPattern>
|
||||
@ -9923,6 +10007,66 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<unitLength type="short">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>د{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>س{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>م{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>مك{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>ن{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>ب{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>ف{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>أ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>زيب{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>يك{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>دا{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>ه{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>ك{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>مغ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>غ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>ت{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>بتا{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>إ.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>زت{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>يو{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
@ -9938,7 +10082,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} قوة تسارع</unitPattern>
|
||||
<unitPattern count="other">{0} قوة تسارع</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>م/ث²</displayName>
|
||||
<unitPattern count="zero">{0} م/ث²</unitPattern>
|
||||
<unitPattern count="one">{0} م/ث²</unitPattern>
|
||||
@ -10114,7 +10258,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} م.مول/ل</unitPattern>
|
||||
<unitPattern count="other">{0} م.مول/ل</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>جزء/مليون</displayName>
|
||||
<unitPattern count="zero">{0} جزء/مليون</unitPattern>
|
||||
<unitPattern count="one">{0} جزء/مليون</unitPattern>
|
||||
@ -10134,12 +10278,12 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</unit>
|
||||
<unit type="concentr-permille">
|
||||
<displayName>في الألف</displayName>
|
||||
<unitPattern count="zero" draft="provisional">{0}؉</unitPattern>
|
||||
<unitPattern count="one" draft="provisional">{0}؉</unitPattern>
|
||||
<unitPattern count="two" draft="provisional">{0}؉</unitPattern>
|
||||
<unitPattern count="few" draft="provisional">{0}؉</unitPattern>
|
||||
<unitPattern count="many" draft="provisional">{0}؉</unitPattern>
|
||||
<unitPattern count="other" draft="provisional">{0}؉</unitPattern>
|
||||
<unitPattern count="zero">{0}؉</unitPattern>
|
||||
<unitPattern count="one">{0}؉</unitPattern>
|
||||
<unitPattern count="two">{0}؉</unitPattern>
|
||||
<unitPattern count="few">{0}؉</unitPattern>
|
||||
<unitPattern count="many">{0}؉</unitPattern>
|
||||
<unitPattern count="other">{0}؉</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-mole">
|
||||
<displayName>مول</displayName>
|
||||
@ -10159,7 +10303,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} لتر/كم</unitPattern>
|
||||
<unitPattern count="other">{0} لتر/كم</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>لتر/١٠٠ كم</displayName>
|
||||
<unitPattern count="zero">{0} لتر/١٠٠ كم</unitPattern>
|
||||
<unitPattern count="one">{0} لتر/١٠٠ كم</unitPattern>
|
||||
@ -11003,7 +11147,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} حصان</unitPattern>
|
||||
<unitPattern count="other">{0} حصان</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>ملم زئبقي</displayName>
|
||||
<unitPattern count="zero">{0} ملم زئبقي</unitPattern>
|
||||
<unitPattern count="one">{0} ملم زئبقي</unitPattern>
|
||||
@ -11012,7 +11156,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} ملم زئبقي</unitPattern>
|
||||
<unitPattern count="other">{0} ملم زئبقي</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>رطل/بوصة مربعة</displayName>
|
||||
<unitPattern count="zero">{0} رطل/بوصة²</unitPattern>
|
||||
<unitPattern count="one">{0} رطل/بوصة²</unitPattern>
|
||||
@ -11021,7 +11165,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} رطل/بوصة²</unitPattern>
|
||||
<unitPattern count="other">{0} رطل/بوصة²</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>ب. زئبقية</displayName>
|
||||
<unitPattern count="zero">{0} ب. زئبقية</unitPattern>
|
||||
<unitPattern count="one">{0} ب. زئبقية</unitPattern>
|
||||
@ -11165,7 +11309,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} د كلفن</unitPattern>
|
||||
<unitPattern count="other">{0} د كلفن</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>باوند قدم</displayName>
|
||||
<unitPattern count="zero">{0} باوند قدم</unitPattern>
|
||||
<unitPattern count="one">{0} باوند قدم</unitPattern>
|
||||
@ -11425,6 +11569,66 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<unitLength type="narrow">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>د{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>س{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>م{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>مك{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>ن{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>ب{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>ف{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>أ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>زيب{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>يك{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>دا{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>ه{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>ك{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>مغ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>غ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>ت{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>بتا{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>إ.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>زت{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>يو{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
@ -11517,7 +11721,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0}٪</unitPattern>
|
||||
<unitPattern count="other">{0}٪</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>ل/١٠٠كم</displayName>
|
||||
<unitPattern count="zero">{0} ل/١٠٠كم</unitPattern>
|
||||
<unitPattern count="one">{0} ل/١٠٠كم</unitPattern>
|
||||
@ -11742,7 +11946,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many" draft="contributed">{0} قوة حصان</unitPattern>
|
||||
<unitPattern count="other" draft="contributed">{0} قوة حصان</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<unitPattern count="zero">{0} ب ز</unitPattern>
|
||||
<unitPattern count="one">{0} ب ز</unitPattern>
|
||||
<unitPattern count="two">{0} ب ز</unitPattern>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -87,7 +87,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
</numbers>
|
||||
<units>
|
||||
<unitLength type="long">
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<unitPattern count="zero" draft="contributed">{0} متر في الثانية المربعة</unitPattern>
|
||||
<unitPattern count="one" draft="contributed">{0} متر في الثانية المربعة</unitPattern>
|
||||
<unitPattern count="two" draft="contributed">متران في الثانية المربعة</unitPattern>
|
||||
@ -175,7 +175,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many" draft="contributed">{0} بوصة مربعة</unitPattern>
|
||||
<unitPattern count="other" draft="contributed">{0} بوصة مربعة</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<unitPattern count="zero" draft="contributed">{0} جزء في المليون</unitPattern>
|
||||
<unitPattern count="one" draft="contributed">{0} جزء في المليون</unitPattern>
|
||||
<unitPattern count="two" draft="contributed">جزءان في المليون</unitPattern>
|
||||
@ -343,7 +343,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many" draft="contributed">{0} كتلة شمسية</unitPattern>
|
||||
<unitPattern count="other" draft="contributed">{0} كتلة شمسية</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<unitPattern count="zero" draft="contributed">{0} رطل لكل بوصة مربعة</unitPattern>
|
||||
<unitPattern count="one" draft="contributed">{0} رطل لكل بوصة مربعة</unitPattern>
|
||||
<unitPattern count="two" draft="contributed">رطلان لكل بوصة مربعة</unitPattern>
|
||||
@ -513,7 +513,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many" draft="contributed">{0} قيراطًا</unitPattern>
|
||||
<unitPattern count="other" draft="contributed">{0} قيراط</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<unitPattern count="zero" draft="contributed">{0} جزء/مليون</unitPattern>
|
||||
<unitPattern count="one" draft="contributed">{0} جزء/مليون</unitPattern>
|
||||
<unitPattern count="two" draft="contributed">جزءان/مليون</unitPattern>
|
||||
@ -529,7 +529,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many" draft="contributed">{0} لترًا/كم</unitPattern>
|
||||
<unitPattern count="other" draft="contributed">{0} لتر/كم</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<unitPattern count="zero" draft="contributed">{0} لتر/١٠٠ كم</unitPattern>
|
||||
<unitPattern count="one" draft="contributed">{0} لتر/١٠٠ كم</unitPattern>
|
||||
<unitPattern count="two" draft="contributed">لتران/١٠٠ كم</unitPattern>
|
||||
@ -682,7 +682,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many" draft="contributed">{0} كتلة شمسية</unitPattern>
|
||||
<unitPattern count="other" draft="contributed">{0} كتلة شمسية</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<unitPattern count="zero" draft="contributed">{0} رطل/بوصة²</unitPattern>
|
||||
<unitPattern count="one" draft="contributed">{0} رطل/بوصة²</unitPattern>
|
||||
<unitPattern count="two" draft="contributed">رطلان/بوصة²</unitPattern>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -118,6 +118,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="eu">বাস্ক</language>
|
||||
<language type="ewo">ইওন্দো</language>
|
||||
<language type="fa">ফাৰ্ছী</language>
|
||||
<language type="fa_AF">দাৰি</language>
|
||||
<language type="ff">ফুলাহ</language>
|
||||
<language type="fi">ফিনিচ</language>
|
||||
<language type="fil">ফিলিপিনো</language>
|
||||
@ -4177,7 +4178,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>ন’ৰফ’ক দ্বীপৰ সময়</standard>
|
||||
<generic draft="contributed">ন’ৰফ’ক দ্বীপৰ সময়</generic>
|
||||
<standard draft="contributed">ন’ৰফ’ক দ্বীপৰ মান সময়</standard>
|
||||
<daylight draft="contributed">ন’ৰফ’ক দ্বীপৰ সময় গ্ৰীষ্মকালীন সময়</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
@ -5683,15 +5686,85 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</numbers>
|
||||
<units>
|
||||
<unitLength type="long">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>ডেচি{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>চেণ্টি{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>মিলি{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>মাইক্ৰ’{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>নেনো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>পিকো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>ফেমটো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>অটো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>জেপ্টো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>য়ক্টো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>ডেকা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>হেক্টো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>কিলো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>মেগা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>গিগা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>টেৰা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>পেটা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>এক্সা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>জেতা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>য়োটা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>প্ৰতি {1}ত {0}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1>বৰ্গ {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">বৰ্গ {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">বৰ্গ {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1>ঘন {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">ঘন {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">ঘন {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<unit type="acceleration-g-force">
|
||||
<displayName>জি-বল</displayName>
|
||||
<unitPattern count="one">{0} জি-বল</unitPattern>
|
||||
<unitPattern count="other">{0} জি-বল</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>মিটাৰ প্ৰতি বৰ্গ ছেকেণ্ড</displayName>
|
||||
<unitPattern count="one">{0} মিটাৰ প্ৰতি বৰ্গ ছেকেণ্ড</unitPattern>
|
||||
<unitPattern count="other">{0} মিটাৰ প্ৰতি বৰ্গ ছেকেণ্ড</unitPattern>
|
||||
@ -5791,7 +5864,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">প্ৰতি লিটাৰত {0} মিলিমোল</unitPattern>
|
||||
<unitPattern count="other">প্ৰতি লিটাৰত {0} মিলিমোল</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>প্ৰতি মিলিয়নত ভাগ</displayName>
|
||||
<unitPattern count="one">প্ৰতি মিলিয়নত {0} ভাগ</unitPattern>
|
||||
<unitPattern count="other">প্ৰতি মিলিয়নত {0} ভাগ</unitPattern>
|
||||
@ -5821,7 +5894,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">প্ৰতি কিলোমিটাৰত {0} লিটাৰ</unitPattern>
|
||||
<unitPattern count="other">প্ৰতি কিলোমিটাৰত {0} লিটাৰ</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>প্ৰতি ১০০ কিলোমিটাৰত লিটাৰ</displayName>
|
||||
<unitPattern count="one">প্ৰতি ১০০ কিলোমিটাৰত {0} লিটাৰ</unitPattern>
|
||||
<unitPattern count="other">প্ৰতি ১০০ কিলোমিটাৰত {0} লিটাৰ</unitPattern>
|
||||
@ -6262,17 +6335,17 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} অশ্বক্ষমতা</unitPattern>
|
||||
<unitPattern count="other">{0} অশ্বক্ষমতা</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>মিলিমিটাৰ মাৰ্কিউৰী</displayName>
|
||||
<unitPattern count="one">{0} মিলিমিটাৰ মাৰ্কিউৰী</unitPattern>
|
||||
<unitPattern count="other">{0} মিলিমিটাৰ মাৰ্কিউৰী</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>প্ৰতি বৰ্গ ইঞ্চি পাউণ্ড</displayName>
|
||||
<unitPattern count="one">{0} প্ৰতি বৰ্গ ইঞ্চি পাউণ্ড</unitPattern>
|
||||
<unitPattern count="other">{0} প্ৰতি বৰ্গ ইঞ্চি পাউণ্ড</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>ইঞ্চি মাৰ্কিউৰী</displayName>
|
||||
<unitPattern count="one">{0} ইঞ্চি মাৰ্কিউৰী</unitPattern>
|
||||
<unitPattern count="other">{0} ইঞ্চি মাৰ্কিউৰী</unitPattern>
|
||||
@ -6342,7 +6415,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} কেলভিন</unitPattern>
|
||||
<unitPattern count="other">{0} কেলভিন</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>পাউণ্ড-ফুট</displayName>
|
||||
<unitPattern count="one">{0} পাউণ্ড-ফুট</unitPattern>
|
||||
<unitPattern count="other">{0} পাউণ্ড-ফুট</unitPattern>
|
||||
@ -6496,6 +6569,63 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<unitLength type="short">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>ডেঃ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>চেঃ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>মিঃ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>নে.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>পি.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>ফেম.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>অ.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>জে.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>য়.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>ডে.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>হে.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>কিঃ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>মে.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>গি.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>টে.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>পে.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>এ.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>জ.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>য়ো.{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
@ -6504,7 +6634,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} জি</unitPattern>
|
||||
<unitPattern count="other">{0} জি</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>মিটাৰ/বৰ্গ ছেকেণ্ড</displayName>
|
||||
<unitPattern count="one">{0} m/s²</unitPattern>
|
||||
<unitPattern count="other">{0} m/s²</unitPattern>
|
||||
@ -6604,7 +6734,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} mmol/L</unitPattern>
|
||||
<unitPattern count="other">{0} mmol/L</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>ভাগ/মিলিয়ন</displayName>
|
||||
<unitPattern count="one">{0} ppm</unitPattern>
|
||||
<unitPattern count="other">{0} ppm</unitPattern>
|
||||
@ -6634,7 +6764,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} লিঃ/কিঃ মিঃ</unitPattern>
|
||||
<unitPattern count="other">{0} লিঃ/কিঃ মিঃ</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>লিঃ/১০০ কিঃ মিঃ</displayName>
|
||||
<unitPattern count="one">{0} ল/১০০ ক.ম.</unitPattern>
|
||||
<unitPattern count="other">{0} ল/১০০ ক.ম.</unitPattern>
|
||||
@ -7075,17 +7205,17 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} অশ্বক্ষমতা</unitPattern>
|
||||
<unitPattern count="other">{0} অশ্বক্ষমতা</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mmHg</displayName>
|
||||
<unitPattern count="one">{0} mmHg</unitPattern>
|
||||
<unitPattern count="other">{0} mmHg</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>psi</displayName>
|
||||
<unitPattern count="one">{0} psi</unitPattern>
|
||||
<unitPattern count="other">{0} psi</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>inHg</displayName>
|
||||
<unitPattern count="one">{0} inHg</unitPattern>
|
||||
<unitPattern count="other">{0} inHg</unitPattern>
|
||||
@ -7155,7 +7285,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} কেলভিন</unitPattern>
|
||||
<unitPattern count="other">{0} কেলভিন</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>lbf⋅ft</displayName>
|
||||
<unitPattern count="one">{0} lbf⋅ft</unitPattern>
|
||||
<unitPattern count="other">{0} lbf⋅ft</unitPattern>
|
||||
@ -7309,6 +7439,66 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<unitLength type="narrow">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>ডেচি{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>চেণ্টি{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>মিলি{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>µ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>নেনো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>পিকো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>ফেমটো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>অটো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>জেপ্টো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>য়ক্টো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>ডেকা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>হেক্টো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>কিলো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>মেগা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>গিগা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>টেৰা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>পেটা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>এক্সা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>জেতা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>য়োটা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
@ -7317,7 +7507,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0}%</unitPattern>
|
||||
<unitPattern count="other">{0}%</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>ল/১০০ ক.ম.</displayName>
|
||||
<unitPattern count="one">{0} ল/১০০ ক.ম.</unitPattern>
|
||||
<unitPattern count="other">{0} ল/১০০ ক.ম.</unitPattern>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -6755,7 +6755,9 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>Hora de la Islla Norfolk</standard>
|
||||
<generic draft="contributed">Hora de la Islla Norfolk</generic>
|
||||
<standard draft="contributed">Hora estándar de la Islla Norfolk</standard>
|
||||
<daylight draft="contributed">Hora braniega de la Islla Norfolk</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
@ -9131,7 +9133,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} fuercia g</unitPattern>
|
||||
<unitPattern count="other">{0} fuercies gues</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>metros per segundu al cuadráu</displayName>
|
||||
<unitPattern count="one">{0} metru per segundu al cuadráu</unitPattern>
|
||||
<unitPattern count="other">{0} metros por segundu al cuadráu</unitPattern>
|
||||
@ -9226,7 +9228,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} milimol per llitru</unitPattern>
|
||||
<unitPattern count="other">{0} milimoles per llitru</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>partes per millón</displayName>
|
||||
<unitPattern count="one">{0} parte per millón</unitPattern>
|
||||
<unitPattern count="other">{0} partes per millón</unitPattern>
|
||||
@ -9236,7 +9238,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} llitru per quilómetru</unitPattern>
|
||||
<unitPattern count="other">{0} llitros per quilómetru</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>llitros per 100 quilómetros</displayName>
|
||||
<unitPattern count="one">{0} llitru per 100 quilómetros</unitPattern>
|
||||
<unitPattern count="other">{0} llitros per 100 quilómetros</unitPattern>
|
||||
@ -9632,17 +9634,17 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} caballu de fuerza</unitPattern>
|
||||
<unitPattern count="other">{0} caballos de fuerza</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>milímetros de mercuriu</displayName>
|
||||
<unitPattern count="one">{0} milímetru de mercuriu</unitPattern>
|
||||
<unitPattern count="other">{0} milímetros de mercuriu</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>llibres per pulgada cuadrada</displayName>
|
||||
<unitPattern count="one">{0} llibra per pulgada cuadrada</unitPattern>
|
||||
<unitPattern count="other">{0} llibres per pulgada cuadrada</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>pulgaes de mercuriu</displayName>
|
||||
<unitPattern count="one">{0} pulgada de mercuriu</unitPattern>
|
||||
<unitPattern count="other">{0} pulgaes de mercuriu</unitPattern>
|
||||
@ -9843,7 +9845,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} G</unitPattern>
|
||||
<unitPattern count="other">{0} Gs</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>m/s²</displayName>
|
||||
<unitPattern count="one">{0} m/s²</unitPattern>
|
||||
<unitPattern count="other">{0} m/s²</unitPattern>
|
||||
@ -9938,7 +9940,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} mmol/L</unitPattern>
|
||||
<unitPattern count="other">{0} mmol/L</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>ppm</displayName>
|
||||
<unitPattern count="one">{0} ppm</unitPattern>
|
||||
<unitPattern count="other">{0} ppm</unitPattern>
|
||||
@ -9948,7 +9950,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} L/km</unitPattern>
|
||||
<unitPattern count="other">{0} L/km</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>L/100 km</displayName>
|
||||
<unitPattern count="one">{0} L/100 km</unitPattern>
|
||||
<unitPattern count="other">{0} L/100 km</unitPattern>
|
||||
@ -10344,17 +10346,17 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} hp</unitPattern>
|
||||
<unitPattern count="other">{0} hp</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mm Hg</displayName>
|
||||
<unitPattern count="one">{0} mm Hg</unitPattern>
|
||||
<unitPattern count="other">{0} mm Hg</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>psi</displayName>
|
||||
<unitPattern count="one">{0} psi</unitPattern>
|
||||
<unitPattern count="other">{0} psi</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>in Hg</displayName>
|
||||
<unitPattern count="one">{0} inHg</unitPattern>
|
||||
<unitPattern count="other">{0} inHg</unitPattern>
|
||||
@ -10555,7 +10557,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0}G</unitPattern>
|
||||
<unitPattern count="other">{0}Gs</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>m/s²</displayName>
|
||||
<unitPattern count="one">{0}m/s²</unitPattern>
|
||||
<unitPattern count="other">{0}m/s²</unitPattern>
|
||||
@ -10650,7 +10652,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0}mmol/L</unitPattern>
|
||||
<unitPattern count="other">{0}mmol/L</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>ppm</displayName>
|
||||
<unitPattern count="one">{0}ppm</unitPattern>
|
||||
<unitPattern count="other">{0}ppm</unitPattern>
|
||||
@ -10660,7 +10662,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0}L/km</unitPattern>
|
||||
<unitPattern count="other">{0}L/km</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>L/100km</displayName>
|
||||
<unitPattern count="one">{0}L/100km</unitPattern>
|
||||
<unitPattern count="other">{0}L/100km</unitPattern>
|
||||
@ -11051,17 +11053,17 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0}hp</unitPattern>
|
||||
<unitPattern count="other">{0}hp</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mm Hg</displayName>
|
||||
<unitPattern count="one">{0}mm Hg</unitPattern>
|
||||
<unitPattern count="other">{0}mm Hg</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>psi</displayName>
|
||||
<unitPattern count="one">{0}psi</unitPattern>
|
||||
<unitPattern count="other">{0}psi</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>″ Hg</displayName>
|
||||
<unitPattern count="one">{0}″ Hg</unitPattern>
|
||||
<unitPattern count="other">{0}″ Hg</unitPattern>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -150,6 +150,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="eu">bask</language>
|
||||
<language type="ewo">evondo</language>
|
||||
<language type="fa">fars</language>
|
||||
<language type="fa_AF">dari</language>
|
||||
<language type="fan">fang</language>
|
||||
<language type="fat">fanti</language>
|
||||
<language type="ff">fula</language>
|
||||
@ -942,7 +943,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<territory type="TJ">Tacikistan</territory>
|
||||
<territory type="TK">Tokelau</territory>
|
||||
<territory type="TL">Şərqi Timor</territory>
|
||||
<territory type="TL" alt="variant">Şərqi Timor</territory>
|
||||
<territory type="TM">Türkmənistan</territory>
|
||||
<territory type="TN">Tunis</territory>
|
||||
<territory type="TO">Tonqa</territory>
|
||||
@ -4492,7 +4492,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>Norfolk Adası Vaxtı</standard>
|
||||
<generic draft="contributed">Norfolk Adası Vaxtı</generic>
|
||||
<standard draft="contributed">Norfolk Adası Standart Vaxtı</standard>
|
||||
<daylight draft="contributed">Norfolk Adası Yay Vaxtı</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
@ -6517,15 +6519,85 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</numbers>
|
||||
<units>
|
||||
<unitLength type="long">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>desi{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>santi{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>milli{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>mikro{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>nano{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>piko{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>femto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>atto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>zepto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>yokto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>deka{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>hekto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>kilo{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>meqa{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>giqa{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>tera{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>peta{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>eksa{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>zetta{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>yotta{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1>kvadrat{0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">kvadrat {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">kvadrat {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1>kub {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">kub {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">kub {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<unit type="acceleration-g-force">
|
||||
<displayName>g qüvvəsi</displayName>
|
||||
<unitPattern count="one">{0} g qüvvəsi</unitPattern>
|
||||
<unitPattern count="other">{0} g qüvvəsi</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>metr saniyə kvadratı</displayName>
|
||||
<unitPattern count="one">{0} metr saniyə kvadratı</unitPattern>
|
||||
<unitPattern count="other">{0} metr saniyə kvadratı</unitPattern>
|
||||
@ -6625,7 +6697,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} millimol/litr</unitPattern>
|
||||
<unitPattern count="other">{0} millimol/litr</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>milyonda hissəcik</displayName>
|
||||
<unitPattern count="one">milyonda {0} hissəcik</unitPattern>
|
||||
<unitPattern count="other">milyonda {0} hissəcik</unitPattern>
|
||||
@ -6650,7 +6722,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} litr/kilometr</unitPattern>
|
||||
<unitPattern count="other">{0} litr/kilometr</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>100 kilometrə litr</displayName>
|
||||
<unitPattern count="one">100 kilometrə {0} litr</unitPattern>
|
||||
<unitPattern count="other">100 kilometrə {0} litr</unitPattern>
|
||||
@ -7129,17 +7201,17 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} at gücü</unitPattern>
|
||||
<unitPattern count="other">{0} at gücü</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>millimetr civə sütunu</displayName>
|
||||
<unitPattern count="one">{0} millimetr civə sütunu</unitPattern>
|
||||
<unitPattern count="other">{0} millimetr civə sütunu</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>funt/kvadrat düym</displayName>
|
||||
<unitPattern count="one">{0} funt/kvadrat düym</unitPattern>
|
||||
<unitPattern count="other">{0} funt/kvadrat düym</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>civə düymü</displayName>
|
||||
<unitPattern count="one">{0} civə düymü</unitPattern>
|
||||
<unitPattern count="other">{0} civə düymü</unitPattern>
|
||||
@ -7214,7 +7286,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} dərəcə Kelvin</unitPattern>
|
||||
<unitPattern count="other">{0} dərəcə Kelvin</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>funt-fut</displayName>
|
||||
<unitPattern count="one">{0} funt-fut</unitPattern>
|
||||
<unitPattern count="other">{0} funt-fut</unitPattern>
|
||||
@ -7366,6 +7438,15 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<unitLength type="short">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>d{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>s{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>m{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
@ -7377,7 +7458,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} G</unitPattern>
|
||||
<unitPattern count="other">{0} G</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>m/s²</displayName>
|
||||
<unitPattern count="one">{0} m/s²</unitPattern>
|
||||
<unitPattern count="other">{0} m/s²</unitPattern>
|
||||
@ -7477,7 +7558,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} mmol/l</unitPattern>
|
||||
<unitPattern count="other">{0} mmol/l</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>hissəcik/milyon</displayName>
|
||||
<unitPattern count="one">{0} hs/mln</unitPattern>
|
||||
<unitPattern count="other">{0} hs/mln</unitPattern>
|
||||
@ -7500,7 +7581,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} l/km</unitPattern>
|
||||
<unitPattern count="other">{0} l/km</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>l/100km</displayName>
|
||||
<unitPattern count="one">{0} l/100km</unitPattern>
|
||||
<unitPattern count="other">{0} l/100km</unitPattern>
|
||||
@ -7965,17 +8046,17 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} hp</unitPattern>
|
||||
<unitPattern count="other">{0} hp</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mm Hg</displayName>
|
||||
<unitPattern count="one">{0} mm Hg</unitPattern>
|
||||
<unitPattern count="other">{0} mm Hg</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>psi</displayName>
|
||||
<unitPattern count="one">{0} psi</unitPattern>
|
||||
<unitPattern count="other">{0} psi</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>civə düymü</displayName>
|
||||
<unitPattern count="one">{0} inHg</unitPattern>
|
||||
<unitPattern count="other">{0} inHg</unitPattern>
|
||||
@ -8179,6 +8260,15 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<unitLength type="narrow">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>d{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>s{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>m{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
@ -8227,7 +8317,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0}%</unitPattern>
|
||||
<unitPattern count="other">{0}%</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>l/100km</displayName>
|
||||
<unitPattern count="one">{0} l/100km</unitPattern>
|
||||
<unitPattern count="other">{0} l/100km</unitPattern>
|
||||
@ -8349,7 +8439,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} hp</unitPattern>
|
||||
<unitPattern count="other">{0} hp</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<unitPattern count="one">{0} inHg</unitPattern>
|
||||
<unitPattern count="other">{0} inHg</unitPattern>
|
||||
</unit>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -47,7 +47,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="awa">авадхі</language>
|
||||
<language type="ay">аймара</language>
|
||||
<language type="az">азербайджанская</language>
|
||||
<language type="az" alt="short">азербайджанская</language>
|
||||
<language type="ba">башкірская</language>
|
||||
<language type="ban">балійская</language>
|
||||
<language type="bas">басаа</language>
|
||||
@ -125,6 +124,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="eu">баскская</language>
|
||||
<language type="ewo">эвонда</language>
|
||||
<language type="fa">фарсі</language>
|
||||
<language type="fa_AF">дары</language>
|
||||
<language type="ff">фула</language>
|
||||
<language type="fi">фінская</language>
|
||||
<language type="fil">філіпінская</language>
|
||||
@ -614,7 +614,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<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>
|
||||
@ -1434,9 +1433,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</eraNames>
|
||||
<eraAbbr>
|
||||
<era type="0">да н.э.</era>
|
||||
<era type="0" alt="variant">да н.э.</era>
|
||||
<era type="1">н.э.</era>
|
||||
<era type="1" alt="variant">н.э.</era>
|
||||
</eraAbbr>
|
||||
</eras>
|
||||
<dateFormats>
|
||||
@ -4454,7 +4451,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>Час вострава Норфалк</standard>
|
||||
<generic draft="contributed">Час вострава Норфалк</generic>
|
||||
<standard draft="contributed">Стандартны час вострава Норфалк</standard>
|
||||
<daylight draft="contributed">Летні час вострава Норфалк</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
@ -6318,9 +6317,83 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</numbers>
|
||||
<units>
|
||||
<unitLength type="long">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>дэцы{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>санты{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>мілі{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>мікра{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>нана{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>піка{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>фемта{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>ата{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>зэпта{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>ёкта{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>дэка{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>гекта{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>кіла{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>мега{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>гіга{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>тэра{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>пета{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>экса{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>зэта{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>ёта{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1>квадратныя {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">квадратны {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="few">квадратныя {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="many">квадратных {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">кв. {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1>кубічныя {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">кубічны {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="few">{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="many">{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">куб. {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<unit type="acceleration-g-force">
|
||||
<displayName>паскарэнне свабоднага падзення</displayName>
|
||||
<unitPattern count="one">{0} g</unitPattern>
|
||||
@ -6328,7 +6401,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} g</unitPattern>
|
||||
<unitPattern count="other">{0} g</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>м/с²</displayName>
|
||||
<unitPattern count="one">{0} м/с²</unitPattern>
|
||||
<unitPattern count="few">{0} м/с²</unitPattern>
|
||||
@ -6466,7 +6539,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} мілімоляў на літр</unitPattern>
|
||||
<unitPattern count="other">{0} мілімоля на літр</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>частак на мільён</displayName>
|
||||
<unitPattern count="one">{0} частка на мільён</unitPattern>
|
||||
<unitPattern count="few">{0} часткі на мільён</unitPattern>
|
||||
@ -6508,7 +6581,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} літраў на кіламетр</unitPattern>
|
||||
<unitPattern count="other">{0} літра на кіламетр</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>літры на 100 кіламетраў</displayName>
|
||||
<unitPattern count="one">{0} літр на 100 кіламетраў</unitPattern>
|
||||
<unitPattern count="few">{0} літры на 100 кіламетраў</unitPattern>
|
||||
@ -7168,21 +7241,21 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} конскіх сіл</unitPattern>
|
||||
<unitPattern count="other">{0} конскай сілы</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>міліметры ртутнага слупа</displayName>
|
||||
<unitPattern count="one">{0} міліметр ртутнага слупа</unitPattern>
|
||||
<unitPattern count="few">{0} міліметры ртутнага слупа</unitPattern>
|
||||
<unitPattern count="many">{0} міліметраў ртутнага слупа</unitPattern>
|
||||
<unitPattern count="other">{0} міліметра ртутнага слупа</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>фунты на квадратную цалю</displayName>
|
||||
<unitPattern count="one">{0} фунт на квадратную цалю</unitPattern>
|
||||
<unitPattern count="few">{0} фунты на квадратную цалю</unitPattern>
|
||||
<unitPattern count="many">{0} фунтаў на квадратную цалю</unitPattern>
|
||||
<unitPattern count="other">{0} фунта на квадратную цалю</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>цалі ртутнага слупа</displayName>
|
||||
<unitPattern count="one">{0} цаля ртутнага слупа</unitPattern>
|
||||
<unitPattern count="few">{0} цалі ртутнага слупа</unitPattern>
|
||||
@ -7294,7 +7367,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} кельвінаў</unitPattern>
|
||||
<unitPattern count="other">{0} кельвіна</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>фунт-футы</displayName>
|
||||
<unitPattern count="one">{0} фунт-фут</unitPattern>
|
||||
<unitPattern count="few">{0} фунт-футы</unitPattern>
|
||||
@ -7504,9 +7577,83 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<unitLength type="short">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>д{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>с{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>м{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>мк{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>н{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>п{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>ф{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>а{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>з{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>ё{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>да{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>г{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>к{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>М{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>Г{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>Т{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>П{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>Э{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>З{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>Ё{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1>{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="few">{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="many">{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">{0}²</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1>{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="few">{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="many">{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">{0}³</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="times">
|
||||
<compoundUnitPattern>{0}⋅{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
@ -7517,7 +7664,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} g</unitPattern>
|
||||
<unitPattern count="other">{0} g</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>м/с²</displayName>
|
||||
<unitPattern count="one">{0} м/с²</unitPattern>
|
||||
<unitPattern count="few">{0} м/с²</unitPattern>
|
||||
@ -7655,7 +7802,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} ммоль/л</unitPattern>
|
||||
<unitPattern count="other">{0} ммоль/л</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>ppm</displayName>
|
||||
<unitPattern count="one">{0} ppm</unitPattern>
|
||||
<unitPattern count="few">{0} ppm</unitPattern>
|
||||
@ -7697,7 +7844,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} л/км</unitPattern>
|
||||
<unitPattern count="other">{0} л/км</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>л/100 км</displayName>
|
||||
<unitPattern count="one">{0} л/100 км</unitPattern>
|
||||
<unitPattern count="few">{0} л/100 км</unitPattern>
|
||||
@ -8357,21 +8504,21 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} к. с.</unitPattern>
|
||||
<unitPattern count="other">{0} к. с.</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>мм рт. сл.</displayName>
|
||||
<unitPattern count="one">{0} мм рт. сл.</unitPattern>
|
||||
<unitPattern count="few">{0} мм рт. сл.</unitPattern>
|
||||
<unitPattern count="many">{0} мм рт. сл.</unitPattern>
|
||||
<unitPattern count="other">{0} мм рт. сл.</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>фунты на кв. цалю</displayName>
|
||||
<unitPattern count="one">{0} фунт на кв. цалю</unitPattern>
|
||||
<unitPattern count="few">{0} фунты на кв. цалю</unitPattern>
|
||||
<unitPattern count="many">{0} фунтаў на кв. цалю</unitPattern>
|
||||
<unitPattern count="other">{0} фунта на кв. цалю</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>цалі рт. сл.</displayName>
|
||||
<unitPattern count="one">{0} цаля рт. сл.</unitPattern>
|
||||
<unitPattern count="few">{0} цалі рт. сл.</unitPattern>
|
||||
@ -8483,7 +8630,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0} К</unitPattern>
|
||||
<unitPattern count="other">{0} К</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>фунт-футы</displayName>
|
||||
<unitPattern count="one">{0} фунт-фут</unitPattern>
|
||||
<unitPattern count="few">{0} фунт-футы</unitPattern>
|
||||
@ -8693,9 +8840,83 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<unitLength type="narrow">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>д{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>с{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>м{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>мк{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>н{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>п{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>ф{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>а{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>з{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>ё{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>да{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>г{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>к{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>М{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>Г{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>Т{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>П{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>Э{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>З{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>Ё{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1>{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="few">{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="many">{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">{0}²</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1>{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="few">{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="many">{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">{0}³</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<unit type="concentr-percent">
|
||||
<displayName>%</displayName>
|
||||
<unitPattern count="one">{0}%</unitPattern>
|
||||
@ -8703,7 +8924,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="many">{0}%</unitPattern>
|
||||
<unitPattern count="other">{0}%</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>л/100 км</displayName>
|
||||
<unitPattern count="one">{0} л/100 км</unitPattern>
|
||||
<unitPattern count="few">{0} л/100 км</unitPattern>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -81,6 +81,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="cad">каддо</language>
|
||||
<language type="car">карибски</language>
|
||||
<language type="cch">атсам</language>
|
||||
<language type="ccp">чакма</language>
|
||||
<language type="ce">чеченски</language>
|
||||
<language type="ceb">себуански</language>
|
||||
<language type="cgg">чига</language>
|
||||
@ -143,6 +144,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="eu">баски</language>
|
||||
<language type="ewo">евондо</language>
|
||||
<language type="fa">персийски</language>
|
||||
<language type="fa_AF">дари</language>
|
||||
<language type="fan">фанг</language>
|
||||
<language type="fat">фанти</language>
|
||||
<language type="ff">фула</language>
|
||||
@ -519,6 +521,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="zh" alt="menu">китайски, мандарин</language>
|
||||
<language type="zh_Hans">китайски (опростен)</language>
|
||||
<language type="zh_Hans" alt="long">китайски, мандарин (опростен)</language>
|
||||
<language type="zh_Hant">китайски (традиционен)</language>
|
||||
<language type="zh_Hant" alt="long">китайски, мандарин (традиционен)</language>
|
||||
<language type="zu">зулуски</language>
|
||||
<language type="zun">зуни</language>
|
||||
@ -732,7 +735,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<territory type="CG" alt="variant">Конго (Република)</territory>
|
||||
<territory type="CH">Швейцария</territory>
|
||||
<territory type="CI">Кот д’Ивоар</territory>
|
||||
<territory type="CI" alt="variant">Кот д’Ивоар</territory>
|
||||
<territory type="CK">острови Кук</territory>
|
||||
<territory type="CL">Чили</territory>
|
||||
<territory type="CM">Камерун</territory>
|
||||
@ -773,7 +775,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<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>
|
||||
@ -925,7 +926,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<territory type="TJ">Таджикистан</territory>
|
||||
<territory type="TK">Токелау</territory>
|
||||
<territory type="TL">Източен Тимор</territory>
|
||||
<territory type="TL" alt="variant">Източен Тимор</territory>
|
||||
<territory type="TM">Туркменистан</territory>
|
||||
<territory type="TN">Тунис</territory>
|
||||
<territory type="TO">Тонга</territory>
|
||||
@ -4651,7 +4651,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>Норфолкско време</standard>
|
||||
<generic draft="contributed">Норфолкско време</generic>
|
||||
<standard draft="contributed">Норфолкско стандартно време</standard>
|
||||
<daylight draft="contributed">Норфолкско лятно часово време</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
@ -6613,15 +6615,85 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</numbers>
|
||||
<units>
|
||||
<unitLength type="long">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>деци{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>санти{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>мили{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>микро{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>нано{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>пико{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>фемто{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>ато{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>зепто{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>йокто{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>дека{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>хекто{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>кило{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>мега{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>гига{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>тера{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>пета{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>екса{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>зета{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>йота{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0} на {1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1>квадратни {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">квадратен {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">квадратни {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1>кубични {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">кубичен {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">кубични {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<unit type="acceleration-g-force">
|
||||
<displayName>G</displayName>
|
||||
<unitPattern count="one">{0} G</unitPattern>
|
||||
<unitPattern count="other">{0} G</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>метри за секунда на квадрат</displayName>
|
||||
<unitPattern count="one">{0} метър за секунда на квадрат</unitPattern>
|
||||
<unitPattern count="other">{0} метра за секунда на квадрат</unitPattern>
|
||||
@ -6721,7 +6793,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} милимол на литър</unitPattern>
|
||||
<unitPattern count="other">{0} милимола на литър</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>части на милион</displayName>
|
||||
<unitPattern count="one">{0} част на милион</unitPattern>
|
||||
<unitPattern count="other">{0} части на милион</unitPattern>
|
||||
@ -6751,7 +6823,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} литър на километър</unitPattern>
|
||||
<unitPattern count="other">{0} литра на километър</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>литри на 100 километра</displayName>
|
||||
<unitPattern count="one">{0} литър на 100 километра</unitPattern>
|
||||
<unitPattern count="other">{0} литра на 100 километра</unitPattern>
|
||||
@ -7225,17 +7297,17 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} конска сила</unitPattern>
|
||||
<unitPattern count="other">{0} конски сили</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>милиметри живачен стълб</displayName>
|
||||
<unitPattern count="one">{0} мм живачен стълб</unitPattern>
|
||||
<unitPattern count="other">{0} мм живачен стълб</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>фунтове на квадратен инч</displayName>
|
||||
<unitPattern count="one">{0} фунт на квадратен инч</unitPattern>
|
||||
<unitPattern count="other">{0} фунта на квадратен инч</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>инчове живачен стълб</displayName>
|
||||
<unitPattern count="one">{0} инч живачен стълб</unitPattern>
|
||||
<unitPattern count="other">{0} инча живачен стълб</unitPattern>
|
||||
@ -7315,7 +7387,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} келвин</unitPattern>
|
||||
<unitPattern count="other">{0} келвина</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>фунт-футове</displayName>
|
||||
<unitPattern count="one">{0} фунт-фут</unitPattern>
|
||||
<unitPattern count="other">{0} фунт-фута</unitPattern>
|
||||
@ -7469,15 +7541,83 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<unitLength type="short">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>д{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>с{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>м{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>µ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>н{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>п{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>ф{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>а{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>з{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>й{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>дк{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>х{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>к{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>М{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>Г{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>Т{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>П{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>Е{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>З{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>Й{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1>{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">{0}²</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1>{0}³</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<unit type="acceleration-g-force">
|
||||
<displayName>G</displayName>
|
||||
<unitPattern count="one">{0} G</unitPattern>
|
||||
<unitPattern count="other">{0} G</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>m/s²</displayName>
|
||||
<unitPattern count="one">{0} m/s²</unitPattern>
|
||||
<unitPattern count="other">{0} m/s²</unitPattern>
|
||||
@ -7572,7 +7712,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} mmol/L</unitPattern>
|
||||
<unitPattern count="other">{0} mmol/L</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>ppm</displayName>
|
||||
<unitPattern count="one">{0} ppm</unitPattern>
|
||||
<unitPattern count="other">{0} ppm</unitPattern>
|
||||
@ -7601,7 +7741,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} l/km</unitPattern>
|
||||
<unitPattern count="other">{0} l/km</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>l/100 km</displayName>
|
||||
<unitPattern count="one">{0} l/100 km</unitPattern>
|
||||
<unitPattern count="other">{0} l/100 km</unitPattern>
|
||||
@ -8023,17 +8163,17 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} к. с.</unitPattern>
|
||||
<unitPattern count="other">{0} к. с.</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mmHg</displayName>
|
||||
<unitPattern count="one">{0} mmHg</unitPattern>
|
||||
<unitPattern count="other">{0} mmHg</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>psi</displayName>
|
||||
<unitPattern count="one">{0} psi</unitPattern>
|
||||
<unitPattern count="other">{0} psi</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>inHg</displayName>
|
||||
<unitPattern count="one">{0} inHg</unitPattern>
|
||||
<unitPattern count="other">{0} inHg</unitPattern>
|
||||
@ -8103,7 +8243,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} K</unitPattern>
|
||||
<unitPattern count="other">{0} K</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>lbf⋅ft</displayName>
|
||||
<unitPattern count="one">{0} lbf⋅ft</unitPattern>
|
||||
<unitPattern count="other">{0} lbf⋅ft</unitPattern>
|
||||
@ -8247,9 +8387,75 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<unitLength type="narrow">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>д{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>с{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>м{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>µ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>н{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>п{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>ф{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>а{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>з{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>й{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>дк{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>х{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>к{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>М{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>Г{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>Т{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>П{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>Е{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>З{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>Й{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1>{0}²</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1>{0}³</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<unit type="acceleration-g-force">
|
||||
<unitPattern count="one">{0} G</unitPattern>
|
||||
<unitPattern count="other">{0} G</unitPattern>
|
||||
@ -8295,7 +8501,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0}%</unitPattern>
|
||||
<unitPattern count="other">{0}%</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>l/100 km</displayName>
|
||||
<unitPattern count="one">{0} l/100 km</unitPattern>
|
||||
<unitPattern count="other">{0} l/100 km</unitPattern>
|
||||
@ -8414,7 +8620,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} к.с.</unitPattern>
|
||||
<unitPattern count="other">{0} к.с.</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<unitPattern count="one">{0} inHg</unitPattern>
|
||||
<unitPattern count="other">{0} inHg</unitPattern>
|
||||
</unit>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -151,6 +151,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="eu">বাস্ক</language>
|
||||
<language type="ewo">ইওন্ডো</language>
|
||||
<language type="fa">ফার্সি</language>
|
||||
<language type="fa_AF">দারি</language>
|
||||
<language type="fan">ফ্যাঙ্গ</language>
|
||||
<language type="fat">ফান্তি</language>
|
||||
<language type="ff">ফুলাহ্</language>
|
||||
@ -5475,7 +5476,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>নরফোক দ্বীপ সময়</standard>
|
||||
<generic draft="contributed">নরফোক দ্বীপ সময়</generic>
|
||||
<standard draft="contributed">নরফোক দ্বীপ মানক সময়</standard>
|
||||
<daylight draft="contributed">নরফোক দ্বীপ দিবালোক সময়</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
@ -7357,15 +7360,85 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</numbers>
|
||||
<units>
|
||||
<unitLength type="long">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>ডেসি{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>সেন্টি{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>মিলি{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>মাইক্রো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>ন্যানো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>পিকো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>ফেমটো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>এট্টো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>জেপ্টো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>ইয়োক্টো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>ডেকা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>হেক্টো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>কিলো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>মেগা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>গিগা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>টেরা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>পেটা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>এক্সা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>জেট্টা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>ইয়োট্টা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{1} প্রতি {0}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1>বর্গ {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">বর্গ {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">বর্গ{0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1>কিউবিক {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">ঘন {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">ঘন {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<unit type="acceleration-g-force">
|
||||
<displayName>জি-বল</displayName>
|
||||
<unitPattern count="one">{0} জি-বল</unitPattern>
|
||||
<unitPattern count="other">{0} জি-বল</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>মিটার প্রতি বর্গ সেকেন্ডে</displayName>
|
||||
<unitPattern count="one">{0} মিটার প্রতি বর্গ সেকেন্ডে</unitPattern>
|
||||
<unitPattern count="other">{0} মিটার প্রতি বর্গ সেকেন্ডে</unitPattern>
|
||||
@ -7465,7 +7538,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} মিলিমোল, প্রতি লিটারে</unitPattern>
|
||||
<unitPattern count="other">{0} মিলিমোল, প্রতি লিটারে</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>ভাগ, প্রতি মিলিয়নে</displayName>
|
||||
<unitPattern count="one">{0} ভাগ, প্রতি মিলিয়নে</unitPattern>
|
||||
<unitPattern count="other">{0} ভাগ, প্রতি মিলিয়নে</unitPattern>
|
||||
@ -7485,7 +7558,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} লিটার, প্রতি কিলোমিটারে</unitPattern>
|
||||
<unitPattern count="other">{0} লিটার, প্রতি কিলোমিটারে</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>লিটার, প্রতি ১০০ কিলোমিটারে</displayName>
|
||||
<unitPattern count="one">{0} লিটার, প্রতি ১০০ কিলোমিটারে</unitPattern>
|
||||
<unitPattern count="other">{0} লিটার, প্রতি ১০০ কিলোমিটারে</unitPattern>
|
||||
@ -7954,17 +8027,17 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} হর্সপাওয়ার</unitPattern>
|
||||
<unitPattern count="other">{0} হর্সপাওয়ার</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>মিলিমিটার পারদ</displayName>
|
||||
<unitPattern count="one">{0} মিলিমিটার পারদ</unitPattern>
|
||||
<unitPattern count="other">{0} মিলিমিটার পারদ</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>বর্গইঞ্চি প্রতি পাউন্ড</displayName>
|
||||
<unitPattern count="one">{0} বর্গইঞ্চি প্রতি পাউন্ড</unitPattern>
|
||||
<unitPattern count="other">{0} বর্গইঞ্চি প্রতি পাউন্ড</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>ইঞ্চি পারদ</displayName>
|
||||
<unitPattern count="one">{0} ইঞ্চি পারদ</unitPattern>
|
||||
<unitPattern count="other">{0} ইঞ্চি পারদ</unitPattern>
|
||||
@ -8192,15 +8265,85 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<unitLength type="short">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>ডে {0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>সে {0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>মি {0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>µ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>ন্যা {0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>পি {0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>ফে {0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>এ {0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>জে {0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>ইয়ো {0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>ডা {0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>হে{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>কি{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>মে{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>গি {0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>টে {0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>পে {0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>এঃ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>জেঃ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>ইঃ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1>{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">{0}²</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1>{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">{0}³</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<unit type="acceleration-g-force">
|
||||
<displayName>জি-বল</displayName>
|
||||
<unitPattern count="one">{0} G</unitPattern>
|
||||
<unitPattern count="other">{0} G</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>m/s²</displayName>
|
||||
<unitPattern count="one">{0} m/s²</unitPattern>
|
||||
<unitPattern count="other">{0} m/s²</unitPattern>
|
||||
@ -8300,7 +8443,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} mmol/L</unitPattern>
|
||||
<unitPattern count="other">{0} mmol/L</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>ppm</displayName>
|
||||
<unitPattern count="one">{0} ppm</unitPattern>
|
||||
<unitPattern count="other">{0} ppm</unitPattern>
|
||||
@ -8320,7 +8463,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} L/km</unitPattern>
|
||||
<unitPattern count="other">{0} L/km</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>L/100km</displayName>
|
||||
<unitPattern count="one">{0} L/100km</unitPattern>
|
||||
<unitPattern count="other">{0} L/100km</unitPattern>
|
||||
@ -8752,17 +8895,17 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} hp</unitPattern>
|
||||
<unitPattern count="other">{0} hp</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mm Hg</displayName>
|
||||
<unitPattern count="one">{0} mm Hg</unitPattern>
|
||||
<unitPattern count="other">{0} mm Hg</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>psi</displayName>
|
||||
<unitPattern count="one">{0} psi</unitPattern>
|
||||
<unitPattern count="other">{0} psi</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>inHg</displayName>
|
||||
<unitPattern count="one">{0} inHg</unitPattern>
|
||||
<unitPattern count="other">{0} inHg</unitPattern>
|
||||
@ -8967,15 +9110,85 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<unitLength type="narrow">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>ডে{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>সে{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>মি{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>µ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>ন্যা{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>পি{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>ফে{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>এ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>জে{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>ইয়ো{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>ডে{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>হে {0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>কি{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>মে {0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>গি{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>টে{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>পে{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>এ{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>জে{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>ই{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1>{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">{0}²</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">{0}²</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1>{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">{0}³</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">{0}³</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<unit type="acceleration-g-force">
|
||||
<displayName draft="contributed">জি-বল</displayName>
|
||||
<unitPattern count="one">{0} জি-বল</unitPattern>
|
||||
<unitPattern count="other">{0} জি-বল</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName draft="contributed">m/s²</displayName>
|
||||
<unitPattern count="one" draft="contributed">{0} m/s²</unitPattern>
|
||||
<unitPattern count="other" draft="contributed">{0} m/s²</unitPattern>
|
||||
@ -9021,7 +9234,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0}%</unitPattern>
|
||||
<unitPattern count="other">{0}%</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>L/100km</displayName>
|
||||
<unitPattern count="one">{0} L/100km</unitPattern>
|
||||
<unitPattern count="other">{0} L/100km</unitPattern>
|
||||
@ -9263,17 +9476,17 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one" draft="contributed">{0} hp</unitPattern>
|
||||
<unitPattern count="other" draft="contributed">{0} hp</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName draft="contributed">mm Hg</displayName>
|
||||
<unitPattern count="one" draft="contributed">{0} mm Hg</unitPattern>
|
||||
<unitPattern count="other" draft="contributed">{0} mm Hg</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName draft="contributed">psi</displayName>
|
||||
<unitPattern count="one" draft="contributed">{0} psi</unitPattern>
|
||||
<unitPattern count="other" draft="contributed">{0} psi</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName draft="contributed">inHg</displayName>
|
||||
<unitPattern count="one">{0} inHg</unitPattern>
|
||||
<unitPattern count="other">{0} inHg</unitPattern>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -8330,7 +8330,9 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>eur Enez Norfolk</standard>
|
||||
<generic draft="contributed">eur Enez Norfolk</generic>
|
||||
<standard draft="contributed">eur cʼhoañv Enez Norfolk</standard>
|
||||
<daylight draft="contributed">eur hañv Enez Norfolk</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
@ -11592,7 +11594,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<compoundUnit type="times">
|
||||
<compoundUnitPattern>{0}-{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>metroù dre eilenn garrez</displayName>
|
||||
<unitPattern count="one">{0} metr dre eilenn garrez</unitPattern>
|
||||
<unitPattern count="two">{0} vetr dre eilenn garrez</unitPattern>
|
||||
@ -11773,7 +11775,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many">{0} a litroù dre gilometr</unitPattern>
|
||||
<unitPattern count="other">{0} litr dre gilometr</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>litroù dre 100 kilometr</displayName>
|
||||
<unitPattern count="one">{0} litr dre 100 kilometr</unitPattern>
|
||||
<unitPattern count="two">{0} litr dre 100 kilometr</unitPattern>
|
||||
@ -12525,7 +12527,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many">{0} a varc'hadoù nerzh</unitPattern>
|
||||
<unitPattern count="other">{0} marc'had nerzh</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>lurioù dre veutad karrez</displayName>
|
||||
<unitPattern count="one">{0} lur dre veutad karrez</unitPattern>
|
||||
<unitPattern count="two">{0} lur dre veutad karrez</unitPattern>
|
||||
@ -12888,7 +12890,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unit type="acceleration-g-force">
|
||||
<displayName>G</displayName>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>m/s²</displayName>
|
||||
<unitPattern count="one">{0} m/s²</unitPattern>
|
||||
<unitPattern count="two">{0} m/s²</unitPattern>
|
||||
@ -13066,7 +13068,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many">{0} l/km</unitPattern>
|
||||
<unitPattern count="other">{0} l/km</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>l/100km</displayName>
|
||||
<unitPattern count="one">{0} l/100km</unitPattern>
|
||||
<unitPattern count="two">{0} l/100km</unitPattern>
|
||||
@ -13732,7 +13734,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many">{0} hp</unitPattern>
|
||||
<unitPattern count="other">{0} hp</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mmHg</displayName>
|
||||
<unitPattern count="one">{0} mmHg</unitPattern>
|
||||
<unitPattern count="two">{0} mmHg</unitPattern>
|
||||
@ -13740,7 +13742,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many">{0} mmHg</unitPattern>
|
||||
<unitPattern count="other">{0} mmHg</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>lb/in²</displayName>
|
||||
<unitPattern count="one">{0} lb/in²</unitPattern>
|
||||
<unitPattern count="two">{0} lb/in²</unitPattern>
|
||||
@ -13748,7 +13750,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many">{0} lb/in²</unitPattern>
|
||||
<unitPattern count="other">{0} lb/in²</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>inHg</displayName>
|
||||
<unitPattern count="one">{0} inHg</unitPattern>
|
||||
<unitPattern count="two">{0} inHg</unitPattern>
|
||||
@ -14044,7 +14046,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many">{0}G</unitPattern>
|
||||
<unitPattern count="other">{0}G</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>m/s²</displayName>
|
||||
<unitPattern count="one">{0}m/s²</unitPattern>
|
||||
<unitPattern count="two">{0}m/s²</unitPattern>
|
||||
@ -14236,7 +14238,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many">{0}l/km</unitPattern>
|
||||
<unitPattern count="other">{0}l/km</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>l/100km</displayName>
|
||||
<unitPattern count="one">{0}l/100km</unitPattern>
|
||||
<unitPattern count="two">{0}l/100km</unitPattern>
|
||||
@ -14972,7 +14974,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many">{0}hp</unitPattern>
|
||||
<unitPattern count="other">{0}hp</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mmHg</displayName>
|
||||
<unitPattern count="one">{0}mmHg</unitPattern>
|
||||
<unitPattern count="two">{0}mmHg</unitPattern>
|
||||
@ -14980,7 +14982,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many">{0}mmHg</unitPattern>
|
||||
<unitPattern count="other">{0}mmHg</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>lb/in²</displayName>
|
||||
<unitPattern count="one">{0}lb/in²</unitPattern>
|
||||
<unitPattern count="two">{0}lb/in²</unitPattern>
|
||||
@ -14988,7 +14990,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many">{0}lb/in²</unitPattern>
|
||||
<unitPattern count="other">{0}lb/in²</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>″Hg</displayName>
|
||||
<unitPattern count="one">{0}″Hg</unitPattern>
|
||||
<unitPattern count="two">{0}″Hg</unitPattern>
|
||||
@ -15111,7 +15113,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="many">{0}K</unitPattern>
|
||||
<unitPattern count="other">{0}K</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<unitPattern count="one">{0}lbf⋅ft</unitPattern>
|
||||
<unitPattern count="two">{0}lbf⋅ft</unitPattern>
|
||||
<unitPattern count="few">{0}lbf⋅ft</unitPattern>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -2984,7 +2984,9 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>नॉरफोक स्टैंडर्ड टाईम</standard>
|
||||
<generic draft="contributed">नॉरफोक टाईम</generic>
|
||||
<standard draft="contributed">नॉरफोक स्टैंडर्ड टाईम</standard>
|
||||
<daylight draft="contributed">नॉरफोक डेलाईट टाईम</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -119,6 +119,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="dar">dargva</language>
|
||||
<language type="dav">taita</language>
|
||||
<language type="de">njemački</language>
|
||||
<language type="de_CH">visoki njemački (Švicarska)</language>
|
||||
<language type="del">delaver</language>
|
||||
<language type="den">slave</language>
|
||||
<language type="dgr">dogrib</language>
|
||||
@ -148,6 +149,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="eu">baskijski</language>
|
||||
<language type="ewo">evondo</language>
|
||||
<language type="fa">perzijski</language>
|
||||
<language type="fa_AF">dari</language>
|
||||
<language type="fan">fang</language>
|
||||
<language type="fat">fanti</language>
|
||||
<language type="ff">fulah</language>
|
||||
@ -1000,6 +1002,8 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<territory type="VU">Vanuatu</territory>
|
||||
<territory type="WF">Ostrva Valis i Futuna</territory>
|
||||
<territory type="WS">Samoa</territory>
|
||||
<territory type="XA">Pseudo naglasci</territory>
|
||||
<territory type="XB">Pseudo bidi</territory>
|
||||
<territory type="XK">Kosovo</territory>
|
||||
<territory type="YE">Jemen</territory>
|
||||
<territory type="YT">Majote</territory>
|
||||
@ -4904,7 +4908,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>Norfolško vrijeme</standard>
|
||||
<generic draft="contributed">Norfolško vrijeme</generic>
|
||||
<standard draft="contributed">Norfolško standardno vrijeme</standard>
|
||||
<daylight draft="contributed">Norfolško ljetno vrijeme</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
@ -7423,13 +7429,23 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0}/{1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1 count="one">kvadratni {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="few">kvadratna {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">kvadratnih {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1 count="one">kubni {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="few">kubna {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">kubnih {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<unit type="acceleration-g-force">
|
||||
<displayName>G</displayName>
|
||||
<unitPattern count="one">{0} G</unitPattern>
|
||||
<unitPattern count="few">{0} G</unitPattern>
|
||||
<unitPattern count="other">{0} G</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>metri u sekundi na kvadrat</displayName>
|
||||
<unitPattern count="one">{0} metar u sekundi na kvadrat</unitPattern>
|
||||
<unitPattern count="few">{0} metra u sekundi na kvadrat</unitPattern>
|
||||
@ -7548,7 +7564,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="few">{0} milimola po litru</unitPattern>
|
||||
<unitPattern count="other">{0} milimola po litru</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>dijelovi na milion</displayName>
|
||||
<unitPattern count="one">{0} dio na milion</unitPattern>
|
||||
<unitPattern count="few">{0} dijela na milion</unitPattern>
|
||||
@ -7584,7 +7600,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="few">{0} litra po kilometru</unitPattern>
|
||||
<unitPattern count="other">{0} litara po kilometru</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>litri na 100 kilometara</displayName>
|
||||
<unitPattern count="one">{0} litar na 100 kilometara</unitPattern>
|
||||
<unitPattern count="few">{0} litra na 100 kilometara</unitPattern>
|
||||
@ -8110,19 +8126,19 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="few">{0} konjske snage</unitPattern>
|
||||
<unitPattern count="other">{0} konjskih snaga</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>milimetri živinog stuba</displayName>
|
||||
<unitPattern count="one">{0} milimetar živinog stuba</unitPattern>
|
||||
<unitPattern count="few">{0} milimetra živinog stuba</unitPattern>
|
||||
<unitPattern count="other">{0} milimetara živinog stuba</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>funte po kvadratnom inču</displayName>
|
||||
<unitPattern count="one">{0} funta po kvadratnom inču</unitPattern>
|
||||
<unitPattern count="few">{0} funte po kvadratnom inču</unitPattern>
|
||||
<unitPattern count="other">{0} funti po kvadratnom inču</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>inči živinog stuba</displayName>
|
||||
<unitPattern count="one">{0} inč živinog stuba</unitPattern>
|
||||
<unitPattern count="few">{0} inča živinog stuba</unitPattern>
|
||||
@ -8217,7 +8233,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="few">{0} kelvina</unitPattern>
|
||||
<unitPattern count="other">{0} kelvina</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>funte sile po stopi</displayName>
|
||||
<unitPattern count="one">{0} funta sile po stopi</unitPattern>
|
||||
<unitPattern count="few">{0} funte sile po stopi</unitPattern>
|
||||
@ -8411,7 +8427,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="few">{0} G</unitPattern>
|
||||
<unitPattern count="other">{0} G</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>m/s²</displayName>
|
||||
<unitPattern count="one">{0} m/s²</unitPattern>
|
||||
<unitPattern count="few">{0} m/s²</unitPattern>
|
||||
@ -8530,7 +8546,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="few">{0} mmol/L</unitPattern>
|
||||
<unitPattern count="other">{0} mmol/L</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>dijelovi/milion</displayName>
|
||||
<unitPattern count="one">{0} ppm</unitPattern>
|
||||
<unitPattern count="few">{0} ppm</unitPattern>
|
||||
@ -8566,7 +8582,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="few">{0} L/km</unitPattern>
|
||||
<unitPattern count="other">{0} L/km</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>L/100 km</displayName>
|
||||
<unitPattern count="one">{0} L/100 km</unitPattern>
|
||||
<unitPattern count="few">{0} L/100 km</unitPattern>
|
||||
@ -9134,19 +9150,19 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="few">{0} ks</unitPattern>
|
||||
<unitPattern count="other">{0} ks</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mm Hg</displayName>
|
||||
<unitPattern count="one">{0} mm Hg</unitPattern>
|
||||
<unitPattern count="few">{0} mm Hg</unitPattern>
|
||||
<unitPattern count="other">{0} mm Hg</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>psi</displayName>
|
||||
<unitPattern count="one">{0} psi</unitPattern>
|
||||
<unitPattern count="few">{0} psi</unitPattern>
|
||||
<unitPattern count="other">{0} psi</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>in Hg</displayName>
|
||||
<unitPattern count="one">{0} inHg</unitPattern>
|
||||
<unitPattern count="few">{0} inHg</unitPattern>
|
||||
@ -9242,7 +9258,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="few">{0} K</unitPattern>
|
||||
<unitPattern count="other">{0} K</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>lbf⋅ft</displayName>
|
||||
<unitPattern count="one">{0} lbf⋅ft</unitPattern>
|
||||
<unitPattern count="few">{0} lbf⋅ft</unitPattern>
|
||||
@ -9483,7 +9499,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="few">{0}%</unitPattern>
|
||||
<unitPattern count="other">{0}%</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>L/100 km</displayName>
|
||||
<unitPattern count="one">{0} L/100 km</unitPattern>
|
||||
<unitPattern count="few">{0} L/100 km</unitPattern>
|
||||
@ -9628,7 +9644,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="few" draft="provisional">{0} KS</unitPattern>
|
||||
<unitPattern count="other" draft="provisional">{0} KS</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<unitPattern count="one" draft="provisional">{0} inHg</unitPattern>
|
||||
<unitPattern count="few" draft="provisional">{0} inHg</unitPattern>
|
||||
<unitPattern count="other" draft="provisional">{0} inHg</unitPattern>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -904,7 +904,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<territory type="SX">Свети Мартин (Холандија)</territory>
|
||||
<territory type="SY">Сирија</territory>
|
||||
<territory type="SZ">Есватини</territory>
|
||||
<territory type="SZ" alt="variant">Есватини</territory>
|
||||
<territory type="TA">Тристан да Куња</territory>
|
||||
<territory type="TC">Туркс и Кајкос Острва</territory>
|
||||
<territory type="TD">Чад</territory>
|
||||
@ -4614,7 +4613,9 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>Норфолк Острво вријеме</standard>
|
||||
<generic draft="contributed">Норфолк Острво вријеме</generic>
|
||||
<standard draft="contributed">Норфолк Острво стандардно вријеме</standard>
|
||||
<daylight draft="contributed">Норфолк Острво љетње рачунање вријеме</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -113,6 +113,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="chr">cherokee</language>
|
||||
<language type="chy">xeiene</language>
|
||||
<language type="ckb">kurd central</language>
|
||||
<language type="ckb" alt="variant">kurd sorani</language>
|
||||
<language type="co">cors</language>
|
||||
<language type="cop">copte</language>
|
||||
<language type="cr">cree</language>
|
||||
@ -169,6 +170,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<language type="ewo">ewondo</language>
|
||||
<language type="ext">extremeny</language>
|
||||
<language type="fa">persa</language>
|
||||
<language type="fa_AF">dari</language>
|
||||
<language type="fan">fang</language>
|
||||
<language type="fat">fanti</language>
|
||||
<language type="ff">ful</language>
|
||||
@ -607,6 +609,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<script type="Ahom" draft="contributed">ahom</script>
|
||||
<script type="Arab">àrab</script>
|
||||
<script type="Arab" alt="variant">persoaràbic</script>
|
||||
<script type="Aran" draft="contributed">nastaliq</script>
|
||||
<script type="Armi">arameu imperial</script>
|
||||
<script type="Armn">armeni</script>
|
||||
<script type="Avst">avèstic</script>
|
||||
@ -727,6 +730,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<script type="Phnx">fenici</script>
|
||||
<script type="Plrd">pollard miao</script>
|
||||
<script type="Prti">parthià inscripcional</script>
|
||||
<script type="Qaag" draft="contributed">zawgyi</script>
|
||||
<script type="Rjng">rejang</script>
|
||||
<script type="Roro">rongo-rongo</script>
|
||||
<script type="Runr">rúnic</script>
|
||||
@ -1050,7 +1054,6 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<territory type="TJ">Tadjikistan</territory>
|
||||
<territory type="TK">Tokelau</territory>
|
||||
<territory type="TL">Timor Oriental</territory>
|
||||
<territory type="TL" alt="variant">Timor Oriental</territory>
|
||||
<territory type="TM">Turkmenistan</territory>
|
||||
<territory type="TN">Tunísia</territory>
|
||||
<territory type="TO">Tonga</territory>
|
||||
@ -4972,7 +4975,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>Hora de les illes Norfolk</standard>
|
||||
<generic draft="contributed">Hora de les illes Norfolk</generic>
|
||||
<standard draft="contributed">Hora estàndard de les illes Norfolk</standard>
|
||||
<daylight draft="contributed">Hora d’estiu de les illes Norfolk</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
@ -7149,15 +7154,85 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
</numbers>
|
||||
<units>
|
||||
<unitLength type="long">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>decí{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>centí{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>mil·lí{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>micrò{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>nanò{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>picò{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>femtò{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>attò{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>zeptò{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>yoctò{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>decà{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>hectò{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>quilò{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>megà{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>gigà{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>terà{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>petà{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>exà{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>zetà{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>yotà{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0} per {1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1>{0} quadrats</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">{0} quadrat</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">{0} quadrats</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1>{0} cúbics</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">{0} cúbic</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">{0} cúbics</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<unit type="acceleration-g-force">
|
||||
<displayName>força G</displayName>
|
||||
<unitPattern count="one">{0} força G</unitPattern>
|
||||
<unitPattern count="other">{0} força G</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>metres per segon al quadrat</displayName>
|
||||
<unitPattern count="one">{0} metre per segon al quadrat</unitPattern>
|
||||
<unitPattern count="other">{0} metres per segon al quadrat</unitPattern>
|
||||
@ -7257,7 +7332,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} mil·limol per litre</unitPattern>
|
||||
<unitPattern count="other">{0} mil·limols per litre</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>parts per milió</displayName>
|
||||
<unitPattern count="one">{0} part per milió</unitPattern>
|
||||
<unitPattern count="other">{0} parts per milió</unitPattern>
|
||||
@ -7287,7 +7362,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} litre per quilòmetre</unitPattern>
|
||||
<unitPattern count="other">{0} litres per quilòmetre</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>litres per 100 quilòmetres</displayName>
|
||||
<unitPattern count="one">{0} litre per 100 quilòmetres</unitPattern>
|
||||
<unitPattern count="other">{0} litres per 100 quilòmetres</unitPattern>
|
||||
@ -7761,17 +7836,17 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} cavall de vapor</unitPattern>
|
||||
<unitPattern count="other">{0} cavalls de vapor</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mil·límetres de mercuri</displayName>
|
||||
<unitPattern count="one">mil·límetre de mercuri</unitPattern>
|
||||
<unitPattern count="other">{0} mil·límetres de mercuri</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>lliures per polzada quadrada</displayName>
|
||||
<unitPattern count="one">{0} lliura per polzada quadrada</unitPattern>
|
||||
<unitPattern count="other">{0} lliures per polzada quadrada</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>polzades de mercuri</displayName>
|
||||
<unitPattern count="one">{0} polzada de mercuri</unitPattern>
|
||||
<unitPattern count="other">{0} polzades de mercuri</unitPattern>
|
||||
@ -7851,7 +7926,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} Kelvin</unitPattern>
|
||||
<unitPattern count="other">{0} Kelvin</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>lliures-peu</displayName>
|
||||
<unitPattern count="one">{0} lliura-peu</unitPattern>
|
||||
<unitPattern count="other">{0} lliures-peu</unitPattern>
|
||||
@ -8016,7 +8091,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} G</unitPattern>
|
||||
<unitPattern count="other">{0} G</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>m/s²</displayName>
|
||||
<unitPattern count="one">{0} m/s²</unitPattern>
|
||||
<unitPattern count="other">{0} m/s²</unitPattern>
|
||||
@ -8116,7 +8191,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} mM/l</unitPattern>
|
||||
<unitPattern count="other">{0} mM/l</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>ppm</displayName>
|
||||
<unitPattern count="one">{0} ppm</unitPattern>
|
||||
<unitPattern count="other">{0} ppm</unitPattern>
|
||||
@ -8139,7 +8214,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} l/km</unitPattern>
|
||||
<unitPattern count="other">{0} l/km</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>l/100 km</displayName>
|
||||
<unitPattern count="one">{0} l/100 km</unitPattern>
|
||||
<unitPattern count="other">{0} l/100 km</unitPattern>
|
||||
@ -8589,17 +8664,17 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} CV</unitPattern>
|
||||
<unitPattern count="other">{0} CV</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mmHg</displayName>
|
||||
<unitPattern count="one">{0} mmHg</unitPattern>
|
||||
<unitPattern count="other">{0} mmHg</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>psi</displayName>
|
||||
<unitPattern count="one">{0} psi</unitPattern>
|
||||
<unitPattern count="other">{0} psi</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>inHg</displayName>
|
||||
<unitPattern count="one">{0} inHg</unitPattern>
|
||||
<unitPattern count="other">{0} inHg</unitPattern>
|
||||
@ -8671,7 +8746,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} K</unitPattern>
|
||||
<unitPattern count="other">{0} K</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>lbf⋅ft</displayName>
|
||||
<unitPattern count="one">{0} lbf⋅ft</unitPattern>
|
||||
<unitPattern count="other">{0} lbf⋅ft</unitPattern>
|
||||
@ -8874,7 +8949,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
|
||||
<unitPattern count="one">{0} %</unitPattern>
|
||||
<unitPattern count="other">{0} %</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>l/100 km</displayName>
|
||||
<unitPattern count="one">{0} l/100 km</unitPattern>
|
||||
<unitPattern count="other">{0} l/100 km</unitPattern>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -4448,7 +4448,9 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>𑄚𑄧𑄢𑄴𑄜𑄮𑄇𑄴 𑄉𑄭 𑄉𑄭 𑄞𑄨𑄘𑄬𑄉𑄪𑄚𑄮𑄢𑄴 𑄃𑄧𑄇𑄴𑄖𑄧</standard>
|
||||
<generic draft="contributed">𑄚𑄧𑄢𑄴𑄜𑄮𑄇𑄴 𑄉𑄭 𑄉𑄭 𑄞𑄨𑄘𑄬𑄉𑄪𑄚𑄮𑄢𑄴 𑄃𑄧𑄇𑄴𑄖𑄧</generic>
|
||||
<standard draft="contributed">𑄚𑄧𑄢𑄴𑄜𑄮𑄇𑄴 𑄉𑄭 𑄉𑄭 𑄞𑄨𑄘𑄬𑄉𑄪𑄚𑄮𑄢𑄴 𑄟𑄚𑄧𑄇𑄴 𑄃𑄧𑄇𑄴𑄖𑄧</standard>
|
||||
<daylight draft="contributed">𑄚𑄧𑄢𑄴𑄜𑄮𑄇𑄴 𑄉𑄭 𑄉𑄭 𑄞𑄨𑄘𑄬𑄉𑄪𑄚𑄮𑄢𑄴 𑄘𑄨𑄚𑄮𑄃𑄣𑄮𑄢𑄴 𑄃𑄧𑄇𑄴𑄖𑄧</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
@ -6209,7 +6211,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} 𑄎𑄨-𑄝𑄧𑄣𑄴</unitPattern>
|
||||
<unitPattern count="other">{0} 𑄎𑄨-𑄝𑄧𑄣𑄴</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>𑄟𑄨𑄑𑄢𑄴 𑄛𑄳𑄢𑄧𑄖𑄨 𑄝𑄧𑄢𑄴𑄉𑄧 𑄥𑄬𑄇𑄬𑄚𑄳𑄓𑄴</displayName>
|
||||
<unitPattern count="one">{0} 𑄟𑄨𑄑𑄢𑄴 𑄛𑄳𑄢𑄧𑄖𑄨 𑄝𑄧𑄢𑄴𑄉𑄧 𑄥𑄬𑄇𑄬𑄚𑄴𑄓𑄬</unitPattern>
|
||||
<unitPattern count="other">{0} 𑄟𑄨𑄑𑄢𑄴 𑄛𑄳𑄢𑄧𑄖𑄨 𑄝𑄧𑄢𑄴𑄉𑄧 𑄥𑄬𑄇𑄬𑄚𑄴𑄓𑄬</unitPattern>
|
||||
@ -6304,7 +6306,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} 𑄟𑄨𑄣𑄨𑄟𑄮𑄣𑄴, 𑄛𑄳𑄢𑄧𑄖𑄨 𑄣𑄨𑄑𑄢𑄬</unitPattern>
|
||||
<unitPattern count="other">{0} 𑄟𑄨𑄣𑄨𑄟𑄮𑄣𑄴, 𑄛𑄳𑄢𑄧𑄖𑄨 𑄣𑄨𑄑𑄢𑄬</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>𑄞𑄇𑄴, 𑄛𑄳𑄢𑄧𑄖𑄨 𑄘𑄧𑄌𑄴 𑄣𑄬𑄉</displayName>
|
||||
<unitPattern count="one">{0} 𑄞𑄧𑄇𑄴, 𑄛𑄳𑄢𑄧𑄖𑄨 𑄘𑄧𑄌𑄴 𑄣𑄉𑄬</unitPattern>
|
||||
<unitPattern count="other">{0} 𑄞𑄧𑄇𑄴, 𑄛𑄳𑄢𑄧𑄖𑄨 𑄘𑄧𑄌𑄴 𑄣𑄉𑄬</unitPattern>
|
||||
@ -6314,7 +6316,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} 𑄣𑄨𑄑𑄢𑄴, 𑄛𑄳𑄢𑄧𑄖𑄨 𑄇𑄨𑄣𑄮𑄟𑄨𑄑𑄢𑄬</unitPattern>
|
||||
<unitPattern count="other">{0} 𑄣𑄨𑄑𑄢𑄴, 𑄛𑄳𑄢𑄧𑄖𑄨 𑄇𑄨𑄣𑄮𑄟𑄨𑄑𑄢𑄬</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>𑄣𑄨𑄑𑄢𑄴, 𑄛𑄳𑄢𑄧𑄖𑄨 𑄷𑄶𑄶 𑄇𑄨𑄣𑄮𑄟𑄨𑄑𑄢𑄬</displayName>
|
||||
<unitPattern count="one">{0} 𑄣𑄨𑄑𑄢𑄴, 𑄛𑄳𑄢𑄧𑄖𑄨 𑄷𑄶𑄶 𑄇𑄨𑄣𑄮𑄟𑄨𑄑𑄢𑄬</unitPattern>
|
||||
<unitPattern count="other">{0} 𑄣𑄨𑄑𑄢𑄴, 𑄛𑄳𑄢𑄧𑄖𑄨 𑄷𑄶𑄶 𑄇𑄨𑄣𑄮𑄟𑄨𑄑𑄢𑄬</unitPattern>
|
||||
@ -6690,17 +6692,17 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} 𑄦𑄧𑄢𑄴𑄥𑄴𑄛𑄤𑄢𑄴</unitPattern>
|
||||
<unitPattern count="other">{0} 𑄦𑄧𑄢𑄴𑄥𑄴𑄛𑄤𑄢𑄴</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>𑄟𑄨𑄣𑄨𑄟𑄨𑄑𑄢𑄴 𑄛𑄢𑄧𑄖𑄴</displayName>
|
||||
<unitPattern count="one">{0} 𑄟𑄨𑄣𑄨𑄟𑄨𑄑𑄢𑄴 𑄛𑄢𑄧𑄖𑄴</unitPattern>
|
||||
<unitPattern count="other">{0} 𑄟𑄨𑄣𑄨𑄟𑄨𑄑𑄢𑄴 𑄛𑄢𑄧𑄖𑄴</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>𑄝𑄧𑄢𑄴𑄉𑄧𑄃𑄨𑄚𑄴𑄌𑄨 𑄛𑄳𑄢𑄧𑄖𑄨 𑄛𑄅𑄪𑄚𑄳𑄓𑄴</displayName>
|
||||
<unitPattern count="one">{0} 𑄝𑄧𑄢𑄴𑄉𑄧𑄃𑄨𑄚𑄴𑄌𑄨 𑄛𑄳𑄢𑄧𑄖𑄨 𑄛𑄅𑄪𑄚𑄳𑄓𑄴</unitPattern>
|
||||
<unitPattern count="other">{0} 𑄝𑄧𑄢𑄴𑄉𑄧𑄃𑄨𑄚𑄴𑄌𑄨 𑄛𑄳𑄢𑄧𑄖𑄨 𑄛𑄅𑄪𑄚𑄳𑄓𑄴</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>𑄃𑄨𑄚𑄴𑄌𑄨 𑄛𑄢𑄧𑄖𑄴</displayName>
|
||||
<unitPattern count="one">{0} 𑄃𑄨𑄚𑄴𑄌𑄨 𑄛𑄢𑄧𑄖𑄴</unitPattern>
|
||||
<unitPattern count="other">{0} 𑄃𑄨𑄚𑄴𑄌𑄨 𑄛𑄢𑄧𑄖𑄴</unitPattern>
|
||||
@ -6896,7 +6898,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} G</unitPattern>
|
||||
<unitPattern count="other">{0} G</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>m/s²</displayName>
|
||||
<unitPattern count="one">{0} m/s²</unitPattern>
|
||||
<unitPattern count="other">{0} m/s²</unitPattern>
|
||||
@ -6991,7 +6993,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} mmol/L</unitPattern>
|
||||
<unitPattern count="other">{0} mmol/L</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>ppm</displayName>
|
||||
<unitPattern count="one">{0} ppm</unitPattern>
|
||||
<unitPattern count="other">{0} ppm</unitPattern>
|
||||
@ -7001,7 +7003,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} L/km</unitPattern>
|
||||
<unitPattern count="other">{0} L/km</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>L/100km</displayName>
|
||||
<unitPattern count="one">{0} L/100km</unitPattern>
|
||||
<unitPattern count="other">{0} L/100km</unitPattern>
|
||||
@ -7377,17 +7379,17 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} hp</unitPattern>
|
||||
<unitPattern count="other">{0} hp</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mm Hg</displayName>
|
||||
<unitPattern count="one">{0} mm Hg</unitPattern>
|
||||
<unitPattern count="other">{0} mm Hg</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>psi</displayName>
|
||||
<unitPattern count="one">{0} psi</unitPattern>
|
||||
<unitPattern count="other">{0} psi</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>inHg</displayName>
|
||||
<unitPattern count="one">{0} inHg</unitPattern>
|
||||
<unitPattern count="other">{0} inHg</unitPattern>
|
||||
@ -7618,7 +7620,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} 𑄝𑄧𑄢𑄴𑄉𑄧 𑄜𑄪𑄖𑄴</unitPattern>
|
||||
<unitPattern count="other">{0} 𑄝𑄧𑄢𑄴𑄉𑄧 𑄜𑄪𑄖𑄴</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>L/100km</displayName>
|
||||
<unitPattern count="one">{0} L/100km</unitPattern>
|
||||
<unitPattern count="other">{0} L/100km</unitPattern>
|
||||
@ -7737,7 +7739,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} hp</unitPattern>
|
||||
<unitPattern count="other">{0} hp</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<unitPattern count="one">{0} inHg</unitPattern>
|
||||
<unitPattern count="other">{0} inHg</unitPattern>
|
||||
</unit>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -42,7 +42,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<language type="awa">авадхи</language>
|
||||
<language type="ay">аймара</language>
|
||||
<language type="az">азербайджанийн</language>
|
||||
<language type="az" alt="short">азербайджанийн</language>
|
||||
<language type="ba">башкирийн</language>
|
||||
<language type="ban">балийн</language>
|
||||
<language type="bas">баса</language>
|
||||
@ -432,9 +431,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<script type="Hang">хангыль</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>
|
||||
@ -581,7 +578,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<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>
|
||||
@ -3489,7 +3485,9 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>Норфолк</standard>
|
||||
<generic draft="contributed">Норфолк</generic>
|
||||
<standard draft="contributed">Норфолк, стандартан хан</standard>
|
||||
<daylight draft="contributed">Норфолк, аьхкенан хан</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -21,47 +21,47 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</localeDisplayPattern>
|
||||
<languages>
|
||||
<language type="ar">Arabic</language>
|
||||
<language type="ar_001">Modern Standard Arabic</language>
|
||||
<language type="ar_001">Modernong Tamdanang Arabic</language>
|
||||
<language type="bn">Bangla</language>
|
||||
<language type="ceb">Binisaya</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="de_AT">Austriano nga Aleman</language>
|
||||
<language type="de_CH">Swiss nga Taas 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="en_AU">Ingles sa Australia</language>
|
||||
<language type="en_CA">Ingles sa Canada</language>
|
||||
<language type="en_GB">Britanikong Ingles</language>
|
||||
<language type="en_GB" alt="short">Ingles sa UK</language>
|
||||
<language type="en_US">Ingles sa Amerika</language>
|
||||
<language type="en_US" alt="short">Ingles sa US</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="es_419">Espanyol sa Latin Amerika</language>
|
||||
<language type="es_ES">Espanyol sa Europe</language>
|
||||
<language type="es_MX">Espanyol sa Mexico</language>
|
||||
<language type="fr">Pranses</language>
|
||||
<language type="fr_CA">Pranses sa Canada</language>
|
||||
<language type="fr_CH">Swiss nga Pranses</language>
|
||||
<language type="hi">Hindi</language>
|
||||
<language type="id">Indonesian</language>
|
||||
<language type="it">Italiano</language>
|
||||
<language type="ja">Nipponggo</language>
|
||||
<language type="ja">Hinapon</language>
|
||||
<language type="ko">Korean</language>
|
||||
<language type="nl">Dutch</language>
|
||||
<language type="nl_BE">Flemish</language>
|
||||
<language type="pl">Polish</language>
|
||||
<language type="pt">Portuguese</language>
|
||||
<language type="pt_BR">Portuguese (Brazilyano)</language>
|
||||
<language type="pt_PT">Portuguese (Uropanhon)</language>
|
||||
<language type="pt_BR">Brazilyanong Portuguese</language>
|
||||
<language type="pt_PT">Portuguese sa Europe</language>
|
||||
<language type="ru">Ruso</language>
|
||||
<language type="th">Thai</language>
|
||||
<language type="tr">Turkish</language>
|
||||
<language type="und">Wala Mailhing Pinulongan</language>
|
||||
<language type="zh">Intsik</language>
|
||||
<language type="zh" alt="menu">Chinese, Mandarin</language>
|
||||
<language type="zh_Hans">Pinasimpleng Intsik</language>
|
||||
<language type="zh_Hans" alt="long">Simplified Mandarin Chinese</language>
|
||||
<language type="zh_Hant">Tradisyonal Intsik</language>
|
||||
<language type="zh_Hant" alt="long">Traditional Mandarin Chinese</language>
|
||||
<language type="und">Wala Mailhing Lengguwahe</language>
|
||||
<language type="zh">Inintsik</language>
|
||||
<language type="zh" alt="menu">Inintsik, Mandarin</language>
|
||||
<language type="zh_Hans">Pinasimpleng Inintsik</language>
|
||||
<language type="zh_Hans" alt="long">Pinasimpleng Mandarin nga Inintsik</language>
|
||||
<language type="zh_Hant">Tradisyonal nga Ininstsik</language>
|
||||
<language type="zh_Hant" alt="long">Tradisyonal nga Mandarin nga Inintsik</language>
|
||||
</languages>
|
||||
<scripts>
|
||||
<script type="Arab">Arabo</script>
|
||||
@ -70,11 +70,11 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<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="Jpan">Japanese</script>
|
||||
<script type="Jpan">Hinapon</script>
|
||||
<script type="Kore">Korean</script>
|
||||
<script type="Latn">Latin</script>
|
||||
<script type="Zxxx">Dili-sinulat</script>
|
||||
<script type="Zzzz">Wala Mailihing Alpabeto</script>
|
||||
<script type="Zxxx">Dili Sinulat</script>
|
||||
<script type="Zzzz">Wala Mailhing Script</script>
|
||||
</scripts>
|
||||
<territories>
|
||||
<territory type="001">Kalibutan</territory>
|
||||
@ -88,7 +88,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<territory type="015">Northern Africa</territory>
|
||||
<territory type="017">Middle Africa</territory>
|
||||
<territory type="018">Southern Africa</territory>
|
||||
<territory type="019">Americas</territory>
|
||||
<territory type="019">Mga Amerika</territory>
|
||||
<territory type="021">Northern America</territory>
|
||||
<territory type="029">Caribbean</territory>
|
||||
<territory type="030">Eastern Asia</territory>
|
||||
@ -193,9 +193,9 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<territory type="FK" alt="variant">Falkland Islands (Islas Malvinas)</territory>
|
||||
<territory type="FM">Micronesia</territory>
|
||||
<territory type="FO">Faroe Islands</territory>
|
||||
<territory type="FR">Pransiya</territory>
|
||||
<territory type="FR">Pransya</territory>
|
||||
<territory type="GA">Gabon</territory>
|
||||
<territory type="GB">Hiniusang Gingharian</territory>
|
||||
<territory type="GB">United Kingdom</territory>
|
||||
<territory type="GB" alt="short">UK</territory>
|
||||
<territory type="GD">Grenada</territory>
|
||||
<territory type="GE">Georgia</territory>
|
||||
@ -235,7 +235,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<territory type="JE">Jersey</territory>
|
||||
<territory type="JM">Jamaica</territory>
|
||||
<territory type="JO">Jordan</territory>
|
||||
<territory type="JP">Hapon</territory>
|
||||
<territory type="JP">Japan</territory>
|
||||
<territory type="KE">Kenya</territory>
|
||||
<territory type="KG">Kyrgyzstan</territory>
|
||||
<territory type="KH">Cambodia</territory>
|
||||
@ -362,6 +362,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<territory type="UM">U.S. Outlying Islands</territory>
|
||||
<territory type="UN">United Nations</territory>
|
||||
<territory type="US">Estados Unidos</territory>
|
||||
<territory type="US" alt="short">US</territory>
|
||||
<territory type="UY">Uruguay</territory>
|
||||
<territory type="UZ">Uzbekistan</territory>
|
||||
<territory type="VA">Vatican City</territory>
|
||||
@ -381,13 +382,13 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<territory type="ZA">South Africa</territory>
|
||||
<territory type="ZM">Zambia</territory>
|
||||
<territory type="ZW">Zimbabwe</territory>
|
||||
<territory type="ZZ">Wala-mailhing Rehiyon</territory>
|
||||
<territory type="ZZ">Wala Mailhing Rehiyon</territory>
|
||||
</territories>
|
||||
<types>
|
||||
<type key="calendar" type="gregorian">Gregorian nga Kalendaryo</type>
|
||||
<type key="calendar" type="iso8601">Kalendaryo sa ISO-8601</type>
|
||||
<type key="collation" type="standard">Standard nga Paagi sa Pagpihig</type>
|
||||
<type key="numbers" type="latn">Kasadpanhong mga Digit</type>
|
||||
<type key="collation" type="standard">Tamdanang Paagi sa Paghan-ay</type>
|
||||
<type key="numbers" type="latn">Mga Western Digit</type>
|
||||
</types>
|
||||
<measurementSystemNames>
|
||||
<measurementSystemName type="metric">Metric</measurementSystemName>
|
||||
@ -395,9 +396,9 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<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>
|
||||
<codePattern type="language">Lengguwahe: {0}</codePattern>
|
||||
<codePattern type="script">Script: {0}</codePattern>
|
||||
<codePattern type="territory">Rehiyon: {0}</codePattern>
|
||||
</codePatterns>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
@ -408,7 +409,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</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="auxiliary">[c f j ñ q v x z]</exemplarCharacters>
|
||||
<exemplarCharacters type="index">[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]</exemplarCharacters>
|
||||
<exemplarCharacters type="punctuation" draft="contributed">[\- ‑ , ; \: ! ? . … ' ‘ ’ " “ ” ( ) \[ \] @ * / \& # ′ ″]</exemplarCharacters>
|
||||
</characters>
|
||||
@ -490,6 +491,9 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</availableFormats>
|
||||
<intervalFormats>
|
||||
<intervalFormatFallback>{0} – {1}</intervalFormatFallback>
|
||||
<intervalFormatItem id="d">
|
||||
<greatestDifference id="d">d – d</greatestDifference>
|
||||
</intervalFormatItem>
|
||||
<intervalFormatItem id="Gy">
|
||||
<greatestDifference id="G">y G – y G</greatestDifference>
|
||||
<greatestDifference id="y">y – y G</greatestDifference>
|
||||
@ -635,18 +639,18 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</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>
|
||||
<month type="1">Ene</month>
|
||||
<month type="2">Peb</month>
|
||||
<month type="3">Mar</month>
|
||||
<month type="4">Abr</month>
|
||||
<month type="5">May</month>
|
||||
<month type="6">Hun</month>
|
||||
<month type="7">Hul</month>
|
||||
<month type="8">Ago</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>
|
||||
@ -684,10 +688,10 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<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>
|
||||
<day type="wed">Miy</day>
|
||||
<day type="thu">Huw</day>
|
||||
<day type="fri">Biy</day>
|
||||
<day type="sat">Sab</day>
|
||||
</dayWidth>
|
||||
<dayWidth type="narrow">
|
||||
<day type="sun">D</day>
|
||||
@ -718,6 +722,15 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</dayWidth>
|
||||
</dayContext>
|
||||
<dayContext type="stand-alone">
|
||||
<dayWidth type="abbreviated">
|
||||
<day type="sun">Dom</day>
|
||||
<day type="mon">Lun</day>
|
||||
<day type="tue">Mar</day>
|
||||
<day type="wed">Miy</day>
|
||||
<day type="thu">Huw</day>
|
||||
<day type="fri">Biy</day>
|
||||
<day type="sat">Sab</day>
|
||||
</dayWidth>
|
||||
<dayWidth type="narrow">
|
||||
<day type="sun">D</day>
|
||||
<day type="mon">L</day>
|
||||
@ -746,10 +759,10 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</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>
|
||||
<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">unang quarter</quarter>
|
||||
@ -773,13 +786,16 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</dayPeriods>
|
||||
<eras>
|
||||
<eraNames>
|
||||
<era type="0">Sa Wala Pa Si Kristo</era>
|
||||
<era type="0" alt="variant">Sa Wala Pa ang Common Era</era>
|
||||
<era type="1">Anno Domini</era>
|
||||
<era type="1" alt="variant">Common Era</era>
|
||||
</eraNames>
|
||||
<eraAbbr>
|
||||
<era type="0">WK</era>
|
||||
<era type="0" alt="variant">WKP</era>
|
||||
<era type="0">BC</era>
|
||||
<era type="0" alt="variant">BCE</era>
|
||||
<era type="1">KP</era>
|
||||
<era type="1" alt="variant">CE</era>
|
||||
</eraAbbr>
|
||||
</eras>
|
||||
<dateFormats>
|
||||
@ -861,9 +877,9 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<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="GyMMM">MMM y G</dateFormatItem>
|
||||
<dateFormatItem id="GyMMMd">MMM d, y G</dateFormatItem>
|
||||
<dateFormatItem id="GyMMMEd">E, MMM d, y G</dateFormatItem>
|
||||
<dateFormatItem id="h">h a</dateFormatItem>
|
||||
<dateFormatItem id="H">HH</dateFormatItem>
|
||||
<dateFormatItem id="hm">h:mm a</dateFormatItem>
|
||||
@ -899,6 +915,9 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</availableFormats>
|
||||
<intervalFormats>
|
||||
<intervalFormatFallback>{0} – {1}</intervalFormatFallback>
|
||||
<intervalFormatItem id="d">
|
||||
<greatestDifference id="d">d – d</greatestDifference>
|
||||
</intervalFormatItem>
|
||||
<intervalFormatItem id="Gy">
|
||||
<greatestDifference id="G">y G – y G</greatestDifference>
|
||||
<greatestDifference id="y">y – y G</greatestDifference>
|
||||
@ -937,10 +956,14 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<greatestDifference id="M">E, MMM d – E, MMM d, y G</greatestDifference>
|
||||
<greatestDifference id="y">E, MMM d, y – E, MMM d, y G</greatestDifference>
|
||||
</intervalFormatItem>
|
||||
<intervalFormatItem id="h">
|
||||
<greatestDifference id="h">h – h a</greatestDifference>
|
||||
</intervalFormatItem>
|
||||
<intervalFormatItem id="H">
|
||||
<greatestDifference id="H">HH – HH</greatestDifference>
|
||||
</intervalFormatItem>
|
||||
<intervalFormatItem id="hm">
|
||||
<greatestDifference id="h">h:mm – h:mm a</greatestDifference>
|
||||
<greatestDifference id="m">h:mm – h:mm a</greatestDifference>
|
||||
</intervalFormatItem>
|
||||
<intervalFormatItem id="Hm">
|
||||
@ -975,10 +998,16 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<intervalFormatItem id="MMM">
|
||||
<greatestDifference id="M">MMM – MMM</greatestDifference>
|
||||
</intervalFormatItem>
|
||||
<intervalFormatItem id="MMMd">
|
||||
<greatestDifference id="d">MMM d – d</greatestDifference>
|
||||
</intervalFormatItem>
|
||||
<intervalFormatItem id="MMMEd">
|
||||
<greatestDifference id="d">E, MMM d – E, MMM d</greatestDifference>
|
||||
<greatestDifference id="M">E, MMM d – E, MMM d</greatestDifference>
|
||||
</intervalFormatItem>
|
||||
<intervalFormatItem id="y">
|
||||
<greatestDifference id="y">y – y</greatestDifference>
|
||||
</intervalFormatItem>
|
||||
<intervalFormatItem id="yM">
|
||||
<greatestDifference id="M">M/y – M/y</greatestDifference>
|
||||
<greatestDifference id="y">M/y – M/y</greatestDifference>
|
||||
@ -1142,17 +1171,17 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<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>
|
||||
<regionFormat>{0} Oras</regionFormat>
|
||||
<regionFormat type="daylight">{0} Oras sa Tag-init</regionFormat>
|
||||
<regionFormat type="standard">{0} Tamdanang Oras</regionFormat>
|
||||
<fallbackFormat>{1} {0}</fallbackFormat>
|
||||
<zone type="Etc/UTC">
|
||||
<long>
|
||||
<standard>Koordinado nga Unibersohanong Oras</standard>
|
||||
<standard>Gikoordinar nga Kinatibuk-ang Oras</standard>
|
||||
</long>
|
||||
</zone>
|
||||
<zone type="Etc/Unknown">
|
||||
<exemplarCity>Wala Mailhing Siyudad</exemplarCity>
|
||||
<exemplarCity>Wala Mailhing Lungsod</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Europe/London">
|
||||
<long>
|
||||
@ -1195,7 +1224,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<long>
|
||||
<generic>Oras sa Alaska</generic>
|
||||
<standard>Tamdanang Oras sa Alaska</standard>
|
||||
<daylight>Oras sa Adlawan sa Alaska</daylight>
|
||||
<daylight>Oras sa Tag-init sa Alaska</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Amazon">
|
||||
@ -1207,37 +1236,37 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</metazone>
|
||||
<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>
|
||||
<generic>Sentrong Oras</generic>
|
||||
<standard>Sentong Tamdanan nga Oras</standard>
|
||||
<daylight>Sentrong Oras sa Tag-init</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>
|
||||
<generic>Oras sa Sidlakan</generic>
|
||||
<standard>Tamdanan nga Oras sa Sidlakan</standard>
|
||||
<daylight>Oras sa Tag-init sa Sidlakan</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>
|
||||
<generic>Oras sa Kabukiran</generic>
|
||||
<standard>Tamdanang Oras sa Kabukiran</standard>
|
||||
<daylight>Oras sa Tag-init 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>
|
||||
<generic>Oras sa Pasipiko</generic>
|
||||
<standard>Tamdanang Oras sa Pasipiko</standard>
|
||||
<daylight>Oras sa Tag-init sa Pasipiko</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Apia">
|
||||
<long>
|
||||
<generic>Oras sa Apia</generic>
|
||||
<standard>Tamdanang Oras sa Apia</standard>
|
||||
<daylight>Oras sa Adlawan sa Apia</daylight>
|
||||
<daylight>Oras sa Tag-init sa Apia</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Arabian">
|
||||
@ -1270,37 +1299,37 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</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>
|
||||
<generic>Oras sa Atlantiko</generic>
|
||||
<standard>Tamdanang Oras sa Atlantiko</standard>
|
||||
<daylight>Oras sa Tag-init sa Atlantiko</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Australia_Central">
|
||||
<long>
|
||||
<generic>Oras sa Central Australia</generic>
|
||||
<standard>Tamdanang Oras sa Central Australia</standard>
|
||||
<daylight>Oras sa Adlawan sa Central Australia</daylight>
|
||||
<daylight>Oras sa Tag-init sa Central Australia</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Australia_CentralWestern">
|
||||
<long>
|
||||
<generic>Oras sa Central Western Australia</generic>
|
||||
<standard>Tamdanang Oras sa Central Western Australia</standard>
|
||||
<daylight>Oras sa Adlawan sa Central Western Australia</daylight>
|
||||
<daylight>Oras sa Tag-init sa Central Western Australia</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Australia_Eastern">
|
||||
<long>
|
||||
<generic>Oras sa Eastern Australia</generic>
|
||||
<standard>Tamdanang Oras sa Eastern Australia</standard>
|
||||
<daylight>Oras sa Adlawan sa Eastern Australia</daylight>
|
||||
<daylight>Oras sa Tag-init sa Eastern Australia</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Australia_Western">
|
||||
<long>
|
||||
<generic>Oras sa Western Australia</generic>
|
||||
<standard>Tamdanang Oras sa Western Australia</standard>
|
||||
<daylight>Oras sa Adlawan sa Western Australia</daylight>
|
||||
<daylight>Oras sa Tag-init sa Western Australia</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Azerbaijan">
|
||||
@ -1362,7 +1391,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<long>
|
||||
<generic>Oras sa Chatham</generic>
|
||||
<standard>Tamdanang Oras sa Chatham</standard>
|
||||
<daylight>Oras sa Adlawan sa Chatham</daylight>
|
||||
<daylight>Oras sa Tag-init sa Chatham</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Chile">
|
||||
@ -1414,7 +1443,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<long>
|
||||
<generic>Oras sa Cuba</generic>
|
||||
<standard>Tamdanang Oras sa Cuba</standard>
|
||||
<daylight>Oras sa Adlawan sa Cuba</daylight>
|
||||
<daylight>Oras sa Tag-init sa Cuba</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Davis">
|
||||
@ -1446,16 +1475,16 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</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>
|
||||
<generic>Oras sa Central Europe</generic>
|
||||
<standard>Tamdanang Oras sa Central Europe</standard>
|
||||
<daylight>Oras sa Tag-init sa Central Europe</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>
|
||||
<generic>Oras sa Eastern Europe</generic>
|
||||
<standard>Tamdanang Oras sa Eastern Europe</standard>
|
||||
<daylight>Oras sa Tag-init sa Eastern Europe</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Europe_Further_Eastern">
|
||||
@ -1465,9 +1494,9 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</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>
|
||||
<generic>Oras sa Western Europe</generic>
|
||||
<standard>Tamdanang Oras sa Western Europe</standard>
|
||||
<daylight>Oras sa Tag-init sa Western Europe</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Falkland">
|
||||
@ -1518,7 +1547,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</metazone>
|
||||
<metazone type="GMT">
|
||||
<long>
|
||||
<standard>Kasarangang Oras sa Greenwich</standard>
|
||||
<standard>Oras sa Greenwich Mean</standard>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Greenland_Eastern">
|
||||
@ -1549,7 +1578,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<long>
|
||||
<generic>Oras sa Hawaii-Aleutian</generic>
|
||||
<standard>Tamdanang Oras sa Hawaii-Aleutian</standard>
|
||||
<daylight>Oras sa Adlawan sa Hawaii-Aleutian</daylight>
|
||||
<daylight>Oras sa Tag-init sa Hawaii-Aleutian</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Hong_Kong">
|
||||
@ -1667,7 +1696,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<long>
|
||||
<generic>Oras sa Lord Howe</generic>
|
||||
<standard>Tamdanang Oras sa Lord Howe</standard>
|
||||
<daylight>Oras sa Adlawan sa Lord Howe</daylight>
|
||||
<daylight>Oras sa Tag-init sa Lord Howe</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Macquarie">
|
||||
@ -1718,14 +1747,14 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<long>
|
||||
<generic>Oras sa Northwest Mexico</generic>
|
||||
<standard>Tamdanang Oras sa Northwest Mexico</standard>
|
||||
<daylight>Oras sa Adlawan sa Northwest Mexico</daylight>
|
||||
<daylight>Oras sa Tag-init sa Northwest Mexico</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Mexico_Pacific">
|
||||
<long>
|
||||
<generic>Oras sa Mexican Pacific</generic>
|
||||
<standard>Tamdanang Oras sa Mexican Pacific</standard>
|
||||
<daylight>Oras sa Adlawan sa Mexican Pacific</daylight>
|
||||
<daylight>Oras sa Tag-init sa Mexican Pacific</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Mongolia">
|
||||
@ -1768,14 +1797,14 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<long>
|
||||
<generic>Oras sa New Zealand</generic>
|
||||
<standard>Tamdanang Oras sa New Zealand</standard>
|
||||
<daylight>Oras sa Adlawan sa New Zealand</daylight>
|
||||
<daylight>Oras sa Tag-init sa New Zealand</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Newfoundland">
|
||||
<long>
|
||||
<generic>Oras sa Newfoundland</generic>
|
||||
<standard>Tamdanang Oras sa Newfoundland</standard>
|
||||
<daylight>Oras sa Adlawan sa Newfoundland</daylight>
|
||||
<daylight>Oras sa Tag-init sa Newfoundland</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Niue">
|
||||
@ -1785,7 +1814,9 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>Oras sa Norfolk Island</standard>
|
||||
<generic draft="contributed">Oras sa Norfolk Island</generic>
|
||||
<standard draft="contributed">Tamdanang Oras sa Norfolk Island</standard>
|
||||
<daylight draft="contributed">Oras sa Tag-init sa Norfolk Island</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
@ -1856,7 +1887,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<long>
|
||||
<generic>Oras sa St. Pierre & Miquelon</generic>
|
||||
<standard>Tamdanang Oras sa St. Pierre & Miquelon</standard>
|
||||
<daylight>Oras sa Adlawan sa St. Pierre & Miquelon</daylight>
|
||||
<daylight>Oras sa Tag-init sa St.Pierre & Miquelon</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Pitcairn">
|
||||
@ -1895,7 +1926,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<long>
|
||||
<generic>Oras sa Samoa</generic>
|
||||
<standard>Tamdanang Oras sa Samoa</standard>
|
||||
<daylight>Oras sa Adlawan sa Samoa</daylight>
|
||||
<daylight>Oras sa Tag-init sa Samoa</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Seychelles">
|
||||
@ -2185,7 +2216,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<currency type="BRL">
|
||||
<displayName>Brazilian Real</displayName>
|
||||
<displayName count="one">Brazilian real</displayName>
|
||||
<displayName count="other">Brazilian reals</displayName>
|
||||
<displayName count="other">Mga Brazilian real</displayName>
|
||||
</currency>
|
||||
<currency type="BSD">
|
||||
<displayName>Bahamian Dollar</displayName>
|
||||
@ -2225,7 +2256,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<currency type="CHF">
|
||||
<displayName>Swiss Franc</displayName>
|
||||
<displayName count="one">Swiss franc</displayName>
|
||||
<displayName count="other">Swiss francs</displayName>
|
||||
<displayName count="other">Mga Swiss franc</displayName>
|
||||
</currency>
|
||||
<currency type="CLP">
|
||||
<displayName>Chilean Peso</displayName>
|
||||
@ -2238,9 +2269,9 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<displayName count="other">Chinese yuan (layo sa baybayon)</displayName>
|
||||
</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>
|
||||
<displayName>Chinese Yuan</displayName>
|
||||
<displayName count="one">Chinese yuan</displayName>
|
||||
<displayName count="other">Chinese yuan</displayName>
|
||||
</currency>
|
||||
<currency type="COP">
|
||||
<displayName>Colombian Peso</displayName>
|
||||
@ -2323,9 +2354,9 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<displayName count="other">Mga Falkland Islands pound</displayName>
|
||||
</currency>
|
||||
<currency type="GBP">
|
||||
<displayName>Inglatera nga Libra</displayName>
|
||||
<displayName count="one">Inglatera nga libra</displayName>
|
||||
<displayName count="other">Inglatera nga libra</displayName>
|
||||
<displayName>British Pound</displayName>
|
||||
<displayName count="one">British pound</displayName>
|
||||
<displayName count="other">Mga British pound</displayName>
|
||||
</currency>
|
||||
<currency type="GEL">
|
||||
<displayName>Georgian Lari</displayName>
|
||||
@ -2398,9 +2429,9 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<displayName count="other">Mga Israeli new shekel</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>
|
||||
<displayName>Indian Rupee</displayName>
|
||||
<displayName count="one">Indian rupee</displayName>
|
||||
<displayName count="other">Mga Indian rupee</displayName>
|
||||
</currency>
|
||||
<currency type="IQD">
|
||||
<displayName>Iraqi Dinar</displayName>
|
||||
@ -2428,9 +2459,9 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<displayName count="other">Mga Jordanian dinar</displayName>
|
||||
</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>
|
||||
<displayName>Japanese Yen</displayName>
|
||||
<displayName count="one">Japanese yen</displayName>
|
||||
<displayName count="other">Japanese yen</displayName>
|
||||
</currency>
|
||||
<currency type="KES">
|
||||
<displayName>Kenyan Shilling</displayName>
|
||||
@ -2659,9 +2690,9 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<displayName count="other">Mga Serbian dinar</displayName>
|
||||
</currency>
|
||||
<currency type="RUB">
|
||||
<displayName>Rusong ruble</displayName>
|
||||
<displayName count="one" draft="contributed">Rusong ruble</displayName>
|
||||
<displayName count="other" draft="contributed">Rusong ruble</displayName>
|
||||
<displayName>Russian Ruble</displayName>
|
||||
<displayName count="one">Russian ruble</displayName>
|
||||
<displayName count="other">Mga Russian ruble</displayName>
|
||||
</currency>
|
||||
<currency type="RWF">
|
||||
<displayName>Rwandan Franc</displayName>
|
||||
@ -2794,9 +2825,9 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<displayName count="other">Mga Ugandan shilling</displayName>
|
||||
</currency>
|
||||
<currency type="USD">
|
||||
<displayName>Dolyar sa US</displayName>
|
||||
<displayName count="one">dolyar sa US</displayName>
|
||||
<displayName count="other">dolyares sa US</displayName>
|
||||
<displayName>US Dollar</displayName>
|
||||
<displayName count="one">US dollar</displayName>
|
||||
<displayName count="other">Mga US dollar</displayName>
|
||||
<symbol draft="contributed">US $</symbol>
|
||||
</currency>
|
||||
<currency type="UYU">
|
||||
@ -2881,14 +2912,84 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</numbers>
|
||||
<units>
|
||||
<unitLength type="long">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>deci{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>centi{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>milli{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>micro{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>nano{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>pico{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>femto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>atto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>zepto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>yocto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>deka{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>hecto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>kilo{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>mega{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>giga{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>tera{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>peta{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>exa{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>zetta{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>yotta{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0} kada {1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1>square {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">square {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">square {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1>cubic {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="one">cubic {0}</compoundUnitPattern1>
|
||||
<compoundUnitPattern1 count="other">cubic {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<unit type="acceleration-g-force">
|
||||
<unitPattern count="one">{0} g-force</unitPattern>
|
||||
<unitPattern count="other">{0} g-force</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>mga metro kada second squared</displayName>
|
||||
<unitPattern count="one">{0} ka metro kada second squared</unitPattern>
|
||||
<unitPattern count="other">{0} ka mga metro kada second squared</unitPattern>
|
||||
@ -2988,7 +3089,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<unitPattern count="one">{0} ka millimole kada litro</unitPattern>
|
||||
<unitPattern count="other">{0} ka mga millimole kada litro</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>mga part per million</displayName>
|
||||
<unitPattern count="one">{0} ka part per million</unitPattern>
|
||||
<unitPattern count="other">{0} ka mga part per million</unitPattern>
|
||||
@ -3018,7 +3119,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<unitPattern count="one">{0} litro kada kilometro</unitPattern>
|
||||
<unitPattern count="other">{0} ka mga litro kada kilometro</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>mga litro kada 100 kilometro</displayName>
|
||||
<unitPattern count="one">{0} ka litro kada 100 kilometro</unitPattern>
|
||||
<unitPattern count="other">{0} ka litro kada 100 kilometro</unitPattern>
|
||||
@ -3494,17 +3595,17 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<unitPattern count="one">{0} ka horsepower</unitPattern>
|
||||
<unitPattern count="other">{0} ka horsepower</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mga millimetro sa mercury</displayName>
|
||||
<unitPattern count="one">{0} ka millimetro sa mercury</unitPattern>
|
||||
<unitPattern count="other">{0} ka mga millimetro sa mercury</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>mga pound kada kuwadradong pulgada</displayName>
|
||||
<unitPattern count="one">{0} ka pound kada kuwadradong pulgada</unitPattern>
|
||||
<unitPattern count="other">{0} ka mga pound kada kuwadradong pulgada</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>mga pulgada sa mercury</displayName>
|
||||
<unitPattern count="one">{0} ka pulgada sa mercury</unitPattern>
|
||||
<unitPattern count="other">{0} ka mga pulgada sa mercury</unitPattern>
|
||||
@ -3579,10 +3680,10 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<unitPattern count="one">{0} ka kelvin</unitPattern>
|
||||
<unitPattern count="other">{0} ka mga kelvin</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<displayName>mga pound-foot</displayName>
|
||||
<unitPattern count="one">{0} ka pound-foot</unitPattern>
|
||||
<unitPattern count="other">{0} ka mga pound-foot</unitPattern>
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>mga pound-force-foot</displayName>
|
||||
<unitPattern count="one">{0} ka pound-force-foot</unitPattern>
|
||||
<unitPattern count="other">{0} ka mga pound-force-foot</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-newton-meter">
|
||||
<displayName>mga newton-meter</displayName>
|
||||
@ -3733,7 +3834,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<unitLength type="short">
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>mga metro/sec²</displayName>
|
||||
</unit>
|
||||
<unit type="angle-radian">
|
||||
@ -3794,7 +3895,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<unit type="concentr-millimole-per-liter">
|
||||
<displayName>millimol/litro</displayName>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>mga part/million</displayName>
|
||||
</unit>
|
||||
<unit type="concentr-percent">
|
||||
@ -3814,7 +3915,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<unit type="consumption-liter-per-kilometer">
|
||||
<displayName>mga litro/km</displayName>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>L/100 km</displayName>
|
||||
<unitPattern count="one">{0} L/100 km</unitPattern>
|
||||
<unitPattern count="other">{0} L/100 km</unitPattern>
|
||||
@ -4032,7 +4133,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<unit type="power-watt">
|
||||
<displayName>mga watt</displayName>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mmHg</displayName>
|
||||
<unitPattern count="one">{0} mmHg</unitPattern>
|
||||
<unitPattern count="other">{0} mmHg</unitPattern>
|
||||
@ -4122,7 +4223,10 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<unitLength type="narrow">
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="concentr-percent">
|
||||
<displayName>%</displayName>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>L/100km</displayName>
|
||||
<unitPattern count="one">{0}L/100km</unitPattern>
|
||||
<unitPattern count="other">{0}L/100km</unitPattern>
|
||||
@ -4155,7 +4259,7 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<unit type="duration-minute">
|
||||
<displayName>minuto</displayName>
|
||||
<unitPattern count="one">{0} minuto</unitPattern>
|
||||
<unitPattern count="other">{0}minuto</unitPattern>
|
||||
<unitPattern count="other">{0} minuto</unitPattern>
|
||||
</unit>
|
||||
<unit type="duration-second">
|
||||
<displayName>segundo</displayName>
|
||||
@ -4206,6 +4310,10 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
</unit>
|
||||
<coordinateUnit>
|
||||
<displayName>direksyon</displayName>
|
||||
<coordinateUnitPattern type="east">{0}E</coordinateUnitPattern>
|
||||
<coordinateUnitPattern type="north">{0}N</coordinateUnitPattern>
|
||||
<coordinateUnitPattern type="south">{0}S</coordinateUnitPattern>
|
||||
<coordinateUnitPattern type="west">{0}W</coordinateUnitPattern>
|
||||
</coordinateUnit>
|
||||
</unitLength>
|
||||
<durationUnit type="hm">
|
||||
@ -4222,8 +4330,8 @@ the LDML specification (http://unicode.org/reports/tr35/)
|
||||
<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>
|
||||
<listPatternPart type="end">{0}, ug {1}</listPatternPart>
|
||||
<listPatternPart type="2">{0} ug {1}</listPatternPart>
|
||||
</listPattern>
|
||||
<listPattern type="or">
|
||||
<listPatternPart type="end">{0}, o {1}</listPatternPart>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -117,6 +117,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<language type="eu">ᏆᏍᎨ</language>
|
||||
<language type="ewo">ᎡᏬᏂᏙ</language>
|
||||
<language type="fa">ᏇᏏᎠᏂ</language>
|
||||
<language type="fa_AF">ᏓᎵ</language>
|
||||
<language type="ff">ᏊᎳᏂ</language>
|
||||
<language type="fi">ᏈᏂᏍ</language>
|
||||
<language type="fil">ᎠᏈᎵᎩ</language>
|
||||
@ -4238,7 +4239,9 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
</metazone>
|
||||
<metazone type="Norfolk">
|
||||
<long>
|
||||
<standard>ᏃᎵᏬᎵᎩ ᎤᎦᏚᏛᎢ ᎠᏟᎢᎵᏒ</standard>
|
||||
<generic draft="contributed">ᏃᎵᏬᎵᎩ ᎤᎦᏚᏛᎢ ᎠᏟᎢᎵᏒ</generic>
|
||||
<standard draft="contributed">ᏃᎵᏬᎵᎩ ᎤᎦᏚᏛᎢ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ</standard>
|
||||
<daylight draft="contributed">ᏃᎵᏬᎵᎩ ᎤᎦᏚᏛᎢ ᎪᎩ ᎠᏟᎢᎵᏒ</daylight>
|
||||
</long>
|
||||
</metazone>
|
||||
<metazone type="Noronha">
|
||||
@ -5705,15 +5708,81 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
</numbers>
|
||||
<units>
|
||||
<unitLength type="long">
|
||||
<compoundUnit type="10p-1">
|
||||
<unitPrefixPattern>deci{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-2">
|
||||
<unitPrefixPattern>centi{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-3">
|
||||
<unitPrefixPattern>milli{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-6">
|
||||
<unitPrefixPattern>micro{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-9">
|
||||
<unitPrefixPattern>nano{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-12">
|
||||
<unitPrefixPattern>pico{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-15">
|
||||
<unitPrefixPattern>femto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-18">
|
||||
<unitPrefixPattern>atto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-21">
|
||||
<unitPrefixPattern>zepto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p-24">
|
||||
<unitPrefixPattern>yocto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p1">
|
||||
<unitPrefixPattern>deka{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p2">
|
||||
<unitPrefixPattern>hecto{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p3">
|
||||
<unitPrefixPattern>kilo{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p6">
|
||||
<unitPrefixPattern>mega{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p9">
|
||||
<unitPrefixPattern>giga{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p12">
|
||||
<unitPrefixPattern>tera{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p15">
|
||||
<unitPrefixPattern>peta{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p18">
|
||||
<unitPrefixPattern>exa{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p21">
|
||||
<unitPrefixPattern>zetta{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="10p24">
|
||||
<unitPrefixPattern>yotta{0}</unitPrefixPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="per">
|
||||
<compoundUnitPattern>{0} ᎾᎿ {1}</compoundUnitPattern>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power2">
|
||||
<compoundUnitPattern1>ᏅᎩ ᏧᏅᏏᏯ {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<compoundUnit type="power3">
|
||||
<compoundUnitPattern1>cubic {0}</compoundUnitPattern1>
|
||||
</compoundUnit>
|
||||
<unit type="acceleration-g-force">
|
||||
<displayName>ᎠᏓᎾᏌᏁᏍᎩ-ᎦᏌᏙᏯᏍᏗ</displayName>
|
||||
<unitPattern count="one">{0} ᎠᏓᎾᏌᏁᏍᎩ-ᎦᏌᏙᏯᏍᏗ</unitPattern>
|
||||
<unitPattern count="other">{0} ᎠᏓᎾᏌᏁᏍᎩ-ᎦᏌᏙᏯᏍᏗ</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>ᏗᏟᎶᏗ ᎠᏎᏢ ᎢᏳᏓᎵ ᏅᎩ ᏧᏅᏏᎩ</displayName>
|
||||
<unitPattern count="one">{0} ᎠᏟᎶᏗ ᎠᏎᏢ ᎢᏳᏓᎵ ᏅᎩ ᏧᏅᏏᎩ</unitPattern>
|
||||
<unitPattern count="other">{0} ᏗᏟᎶᏗ ᎠᏎᏢ ᎢᏳᏓᎵ ᏅᎩ ᏧᏅᏏᎩ</unitPattern>
|
||||
@ -5813,7 +5882,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎼᎵ ᎵᏔᎢ ᎢᏳᏓᎵ</unitPattern>
|
||||
<unitPattern count="other">{0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎠᏂᎼᎵ ᎵᏔᎢ ᎢᏳᏓᎵ</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>ᏚᏙᏢᏒ ᎢᏳᏆᏗᏅᏛ ᎢᏳᏓᎵ</displayName>
|
||||
<unitPattern count="one">{0} ᎤᏙᏢᏒ ᎢᏳᏆᏗᏅᏛ ᎢᏳᏓᎵ</unitPattern>
|
||||
<unitPattern count="other">{0} ᏚᏙᏢᏒ ᎢᏳᏆᏗᏅᏛ ᎢᏳᏓᎵ</unitPattern>
|
||||
@ -5843,7 +5912,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} ᎵᏔᎢ ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ</unitPattern>
|
||||
<unitPattern count="other">{0} ᏗᎵᏔᎢ ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>ᏗᎵᏔᎢ 100 ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ ᎢᏳᏓᎵ</displayName>
|
||||
<unitPattern count="one">{0} ᎵᏔᎢ 100 ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ ᎢᏳᏓᎵ</unitPattern>
|
||||
<unitPattern count="other">{0} ᏗᎵᏔᎢ 100 ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ ᎢᏳᏓᎵ</unitPattern>
|
||||
@ -6317,17 +6386,17 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} ᏐᏈᎵ ᎢᏳᎳᏂᎩᏛ</unitPattern>
|
||||
<unitPattern count="other">{0} ᏐᏈᎵ ᎢᏳᎳᏂᎩᏛ</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏟᎶᏗ ᎾᎿ ᎹᎫᎢ</displayName>
|
||||
<unitPattern count="one">{0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎠᏟᎶᏗ ᎾᎿ ᎹᎫᎢ</unitPattern>
|
||||
<unitPattern count="other">{0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏟᎶᏗ ᎾᎿ ᎹᎫᎢ</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>ᎢᏧᏓᎨᏓ ᏅᎩ ᏧᏅᏏᎩ ᎢᏏᏔᏗᏍᏗ ᎢᏳᏓᎵ</displayName>
|
||||
<unitPattern count="one">{0} ᏑᏓᎨᏓ ᏅᎩ ᏧᏅᏏᎩ ᎢᏏᏔᏗᏍᏗ ᎢᏳᏓᎵ</unitPattern>
|
||||
<unitPattern count="other">{0} ᎢᏧᏓᎨᏓ ᏅᎩ ᏧᏅᏏᎩ ᎢᏏᏔᏗᏍᏗ ᎢᏳᏓᎵ</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>ᎢᏏᏔᏗᏍᏗ ᎾᎿ ᎹᎫᎢ</displayName>
|
||||
<unitPattern count="one">{0} ᎢᏗᎳᏏᏗ ᎾᎿ ᎹᎫᎢ</unitPattern>
|
||||
<unitPattern count="other">{0} ᎢᏏᏔᏗᏍᏗ ᎾᎿ ᎹᎫᎢ</unitPattern>
|
||||
@ -6407,7 +6476,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} ᎨᎸᏂ</unitPattern>
|
||||
<unitPattern count="other">{0} ᎢᏗᎨᎸᏂ</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>ᏑᏓᎨᏓ-ᏧᎳᏏᏕᏂ</displayName>
|
||||
<unitPattern count="one">{0} ᏑᏓᎨᏓ-ᎤᎳᏏᏕᏂ</unitPattern>
|
||||
<unitPattern count="other">{0} ᏑᏓᎨᏓ-ᏧᎳᏏᏕᏂ</unitPattern>
|
||||
@ -6569,7 +6638,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} G</unitPattern>
|
||||
<unitPattern count="other">{0} G</unitPattern>
|
||||
</unit>
|
||||
<unit type="acceleration-meter-per-second-squared">
|
||||
<unit type="acceleration-meter-per-square-second">
|
||||
<displayName>ᏗᏟᎶᏍᏗ/sec²</displayName>
|
||||
<unitPattern count="one">{0} m/s²</unitPattern>
|
||||
<unitPattern count="other">{0} m/s²</unitPattern>
|
||||
@ -6669,7 +6738,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} mmol/L</unitPattern>
|
||||
<unitPattern count="other">{0} mmol/L</unitPattern>
|
||||
</unit>
|
||||
<unit type="concentr-part-per-million">
|
||||
<unit type="concentr-permillion">
|
||||
<displayName>ᏚᏙᏢᏒ/ᎢᏳᏆᏗᏅᏛ</displayName>
|
||||
<unitPattern count="one">{0} ppm</unitPattern>
|
||||
<unitPattern count="other">{0} ppm</unitPattern>
|
||||
@ -6699,7 +6768,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} L/km</unitPattern>
|
||||
<unitPattern count="other">{0} L/km</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>L/100km</displayName>
|
||||
<unitPattern count="one">{0} L/100km</unitPattern>
|
||||
<unitPattern count="other">{0} L/100km</unitPattern>
|
||||
@ -7146,17 +7215,17 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} hp</unitPattern>
|
||||
<unitPattern count="other">{0} hp</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-millimeter-of-mercury">
|
||||
<unit type="pressure-millimeter-ofhg">
|
||||
<displayName>mmHg</displayName>
|
||||
<unitPattern count="one">{0} mmHg</unitPattern>
|
||||
<unitPattern count="other">{0} mmHg</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-pound-per-square-inch">
|
||||
<unit type="pressure-pound-force-per-square-inch">
|
||||
<displayName>psi</displayName>
|
||||
<unitPattern count="one">{0} psi</unitPattern>
|
||||
<unitPattern count="other">{0} psi</unitPattern>
|
||||
</unit>
|
||||
<unit type="pressure-inch-hg">
|
||||
<unit type="pressure-inch-ofhg">
|
||||
<displayName>inHg</displayName>
|
||||
<unitPattern count="one">{0} inHg</unitPattern>
|
||||
<unitPattern count="other">{0} inHg</unitPattern>
|
||||
@ -7226,7 +7295,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0} K</unitPattern>
|
||||
<unitPattern count="other">{0} K</unitPattern>
|
||||
</unit>
|
||||
<unit type="torque-pound-foot">
|
||||
<unit type="torque-pound-force-foot">
|
||||
<displayName>lbf⋅ft</displayName>
|
||||
<unitPattern count="one">{0} lbf⋅ft</unitPattern>
|
||||
<unitPattern count="other">{0} lbf⋅ft</unitPattern>
|
||||
@ -7388,7 +7457,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<unitPattern count="one">{0}%</unitPattern>
|
||||
<unitPattern count="other">{0}%</unitPattern>
|
||||
</unit>
|
||||
<unit type="consumption-liter-per-100kilometers">
|
||||
<unit type="consumption-liter-per-100-kilometer">
|
||||
<displayName>L/100km</displayName>
|
||||
<unitPattern count="one">{0}L/100km</unitPattern>
|
||||
<unitPattern count="other">{0}L/100km</unitPattern>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
@ -37,7 +37,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<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>
|
||||
@ -567,7 +566,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<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>
|
||||
@ -586,7 +584,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<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>
|
||||
@ -641,7 +638,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<territory type="MM">میانمار</territory>
|
||||
<territory type="MN">مەنگۆلیا</territory>
|
||||
<territory type="MO">ماکائۆ</territory>
|
||||
<territory type="MO" alt="short">ماکائۆ</territory>
|
||||
<territory type="MP">دوورگەکانی ماریانای باکوور</territory>
|
||||
<territory type="MQ">مارتینیک</territory>
|
||||
<territory type="MR">مۆریتانیا</territory>
|
||||
@ -731,7 +727,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<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>
|
||||
@ -795,96 +790,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
||||
<dates>
|
||||
<calendars>
|
||||
<calendar type="generic">
|
||||
<days>
|
||||
<dayContext type="format">
|
||||
<dayWidth type="abbreviated">
|
||||
<day type="sun" draft="unconfirmed">یەکشەممە</day>
|
||||
<day type="mon" draft="unconfirmed">دووشەممە</day>
|
||||
<day type="tue" draft="unconfirmed">سێشەممە</day>
|
||||
<day type="wed" draft="unconfirmed">چوارشەممە</day>
|
||||
<day type="thu" draft="unconfirmed">پێنجشەممە</day>
|
||||
<day type="fri" draft="unconfirmed">ھەینی</day>
|
||||
<day type="sat" draft="unconfirmed">شەممە</day>
|
||||
</dayWidth>
|
||||
<dayWidth type="narrow">
|
||||
<day type="sun" draft="unconfirmed">ی</day>
|
||||
<day type="mon" draft="unconfirmed">د</day>
|
||||
<day type="tue" draft="unconfirmed">س</day>
|
||||
<day type="wed" draft="unconfirmed">چ</day>
|
||||
<day type="thu" draft="unconfirmed">پ</day>
|
||||
<day type="fri" draft="unconfirmed">ھ</day>
|
||||
<day type="sat" draft="unconfirmed">ش</day>
|
||||
</dayWidth>
|
||||
<dayWidth type="wide">
|
||||
<day type="sun" draft="unconfirmed">یەکشەممە</day>
|
||||
<day type="mon" draft="unconfirmed">دووشەممە</day>
|
||||
<day type="tue" draft="unconfirmed">سێشەممە</day>
|
||||
<day type="wed" draft="unconfirmed">چوارشەممە</day>
|
||||
<day type="thu" draft="unconfirmed">پێنجشەممە</day>
|
||||
<day type="fri" draft="unconfirmed">ھەینی</day>
|
||||
<day type="sat" draft="unconfirmed">شەممە</day>
|
||||
</dayWidth>
|
||||
</dayContext>
|
||||
<dayContext type="stand-alone">
|
||||
<dayWidth type="abbreviated">
|
||||
<day type="sun" draft="unconfirmed">یەکشەممە</day>
|
||||
<day type="mon" draft="unconfirmed">دووشەممە</day>
|
||||
<day type="tue" draft="unconfirmed">سێشەممە</day>
|
||||
<day type="wed" draft="unconfirmed">چوارشەممە</day>
|
||||
<day type="thu" draft="unconfirmed">پێنجشەممە</day>
|
||||
<day type="fri" draft="unconfirmed">ھەینی</day>
|
||||
<day type="sat" draft="unconfirmed">شەممە</day>
|
||||
</dayWidth>
|
||||
<dayWidth type="narrow">
|
||||
<day type="sun" draft="unconfirmed">ی</day>
|
||||
<day type="mon" draft="unconfirmed">د</day>
|
||||
<day type="tue" draft="unconfirmed">س</day>
|
||||
<day type="wed" draft="unconfirmed">چ</day>
|
||||
<day type="thu" draft="unconfirmed">پ</day>
|
||||
<day type="fri" draft="unconfirmed">ھ</day>
|
||||
<day type="sat" draft="unconfirmed">ش</day>
|
||||
</dayWidth>
|
||||
<dayWidth type="wide">
|
||||
<day type="sun" draft="unconfirmed">یەکشەممە</day>
|
||||
<day type="mon" draft="unconfirmed">دووشەممە</day>
|
||||
<day type="tue" draft="unconfirmed">سێشەممە</day>
|
||||
<day type="wed" draft="unconfirmed">چوارشەممە</day>
|
||||
<day type="thu" draft="unconfirmed">پێنجشەممە</day>
|
||||
<day type="fri" draft="unconfirmed">ھەینی</day>
|
||||
<day type="sat" draft="unconfirmed">شەممە</day>
|
||||
</dayWidth>
|
||||
</dayContext>
|
||||
</days>
|
||||
<quarters>
|
||||
<quarterContext type="format">
|
||||
<quarterWidth type="wide">
|
||||
<quarter type="1" draft="unconfirmed">چارەکی یەکەم</quarter>
|
||||
<quarter type="2" draft="unconfirmed">چارەکی دووەم</quarter>
|
||||
<quarter type="3" draft="unconfirmed">چارەکی سێەم</quarter>
|
||||
<quarter type="4" draft="unconfirmed">چارەکی چوارەم</quarter>
|
||||
</quarterWidth>
|
||||
</quarterContext>
|
||||
<quarterContext type="stand-alone">
|
||||
<quarterWidth type="wide">
|
||||
<quarter type="1" draft="unconfirmed">چارەکی یەکەم</quarter>
|
||||
<quarter type="2" draft="unconfirmed">چارەکی دووەم</quarter>
|
||||
<quarter type="3" draft="unconfirmed">چارەکی سێەم</quarter>
|
||||
<quarter type="4" draft="unconfirmed">چارەکی چوارەم</quarter>
|
||||
</quarterWidth>
|
||||
</quarterContext>
|
||||
</quarters>
|
||||
<dayPeriods>
|
||||
<dayPeriodContext type="format">
|
||||
<dayPeriodWidth type="abbreviated">
|
||||
<dayPeriod type="am" draft="unconfirmed">ب.ن</dayPeriod>
|
||||
<dayPeriod type="pm" draft="unconfirmed">د.ن</dayPeriod>
|
||||
</dayPeriodWidth>
|
||||
<dayPeriodWidth type="wide">
|
||||
<dayPeriod type="am" draft="unconfirmed">ب.ن</dayPeriod>
|
||||
<dayPeriod type="pm" draft="unconfirmed">د.ن</dayPeriod>
|
||||
</dayPeriodWidth>
|
||||
</dayPeriodContext>
|
||||
</dayPeriods>
|
||||
<dateFormats>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
||||
<!-- Copyright © 1991-2019 Unicode, Inc.
|
||||
<!-- Copyright © 1991-2020 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/)
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user