Skip to content

Commit 0eefcf4

Browse files
pedberg-icupedberg
authored andcommitted
CLDR-13639 update territoryInfo for ms in ID; add ms_ID (#384)
(cherry picked from commit d61355b)
1 parent c1e060f commit 0eefcf4

File tree

4 files changed

+160
-4
lines changed

4 files changed

+160
-4
lines changed

common/main/ms_ID.xml

+154
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
3+
<!-- Copyright © 1991-2020 Unicode, Inc.
4+
For terms of use, see http://www.unicode.org/copyright.html
5+
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
6+
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
7+
-->
8+
<ldml>
9+
<identity>
10+
<version number="$Revision$"/>
11+
<language type="ms"/>
12+
<territory type="ID"/>
13+
</identity>
14+
<dates>
15+
<calendars>
16+
<calendar type="generic">
17+
<dateFormats>
18+
<dateFormatLength type="full">
19+
<dateFormat>
20+
<pattern>EEEE, dd MMMM y G</pattern>
21+
</dateFormat>
22+
</dateFormatLength>
23+
<dateFormatLength type="medium">
24+
<dateFormat>
25+
<pattern>d MMM y G</pattern>
26+
</dateFormat>
27+
</dateFormatLength>
28+
<dateFormatLength type="short">
29+
<dateFormat>
30+
<pattern>dd/MM/yy GGGGG</pattern>
31+
</dateFormat>
32+
</dateFormatLength>
33+
</dateFormats>
34+
</calendar>
35+
<calendar type="gregorian">
36+
<dateFormats>
37+
<dateFormatLength type="full">
38+
<dateFormat>
39+
<pattern>EEEE, dd MMMM y</pattern>
40+
</dateFormat>
41+
</dateFormatLength>
42+
<dateFormatLength type="short">
43+
<dateFormat>
44+
<pattern>dd/MM/yy</pattern>
45+
</dateFormat>
46+
</dateFormatLength>
47+
</dateFormats>
48+
<timeFormats>
49+
<timeFormatLength type="full">
50+
<timeFormat>
51+
<pattern>HH.mm.ss zzzz</pattern>
52+
</timeFormat>
53+
</timeFormatLength>
54+
<timeFormatLength type="long">
55+
<timeFormat>
56+
<pattern>HH.mm.ss z</pattern>
57+
</timeFormat>
58+
</timeFormatLength>
59+
<timeFormatLength type="medium">
60+
<timeFormat>
61+
<pattern>HH.mm.ss</pattern>
62+
</timeFormat>
63+
</timeFormatLength>
64+
<timeFormatLength type="short">
65+
<timeFormat>
66+
<pattern>HH.mm</pattern>
67+
</timeFormat>
68+
</timeFormatLength>
69+
</timeFormats>
70+
<dateTimeFormats>
71+
<availableFormats>
72+
<dateFormatItem id="Bhm">h.mm B</dateFormatItem>
73+
<dateFormatItem id="Bhms">h.mm.ss B</dateFormatItem>
74+
<dateFormatItem id="EBhm">E h.mm B</dateFormatItem>
75+
<dateFormatItem id="EBhms">E h.mm.ss B</dateFormatItem>
76+
<dateFormatItem id="Ehm">E h.mm a</dateFormatItem>
77+
<dateFormatItem id="EHm">E HH.mm</dateFormatItem>
78+
<dateFormatItem id="Ehms">E h.mm.ss a</dateFormatItem>
79+
<dateFormatItem id="EHms">E HH.mm.ss</dateFormatItem>
80+
<dateFormatItem id="hm">h.mm a</dateFormatItem>
81+
<dateFormatItem id="Hm">HH.mm</dateFormatItem>
82+
<dateFormatItem id="hms">h.mm.ss a</dateFormatItem>
83+
<dateFormatItem id="Hms">HH.mm.ss</dateFormatItem>
84+
<dateFormatItem id="hmsv">h.mm.ss. a v</dateFormatItem>
85+
<dateFormatItem id="Hmsv">HH.mm.ss v</dateFormatItem>
86+
<dateFormatItem id="hmv">h.mm a v</dateFormatItem>
87+
<dateFormatItem id="Hmv">HH.mm v</dateFormatItem>
88+
</availableFormats>
89+
<intervalFormats>
90+
<intervalFormatItem id="Bhm">
91+
<greatestDifference id="B">h.mm B – h.mm B</greatestDifference>
92+
<greatestDifference id="h">h.mm – h.mm B</greatestDifference>
93+
<greatestDifference id="m">h.mm – h.mm B</greatestDifference>
94+
</intervalFormatItem>
95+
<intervalFormatItem id="hm">
96+
<greatestDifference id="a">h.mm a – h.mm a</greatestDifference>
97+
<greatestDifference id="h">h.mm–h.mm a</greatestDifference>
98+
<greatestDifference id="m">h.mm–h.mm a</greatestDifference>
99+
</intervalFormatItem>
100+
<intervalFormatItem id="Hm">
101+
<greatestDifference id="H">HH.mm–HH.mm</greatestDifference>
102+
<greatestDifference id="m">HH.mm–HH.mm</greatestDifference>
103+
</intervalFormatItem>
104+
<intervalFormatItem id="hmv">
105+
<greatestDifference id="a">h.mm a – h.mm a v</greatestDifference>
106+
<greatestDifference id="h">h.mm–h.mm a v</greatestDifference>
107+
<greatestDifference id="m">h.mm–h.mm a v</greatestDifference>
108+
</intervalFormatItem>
109+
<intervalFormatItem id="Hmv">
110+
<greatestDifference id="H">HH.mm–HH.mm v</greatestDifference>
111+
<greatestDifference id="m">HH.mm–HH.mm v</greatestDifference>
112+
</intervalFormatItem>
113+
</intervalFormats>
114+
</dateTimeFormats>
115+
</calendar>
116+
<calendar type="islamic">
117+
<dateFormats>
118+
<dateFormatLength type="full">
119+
<dateFormat>
120+
<pattern>EEEE, dd MMMM y G</pattern>
121+
</dateFormat>
122+
</dateFormatLength>
123+
<dateFormatLength type="medium">
124+
<dateFormat>
125+
<pattern>d MMM y G</pattern>
126+
</dateFormat>
127+
</dateFormatLength>
128+
</dateFormats>
129+
</calendar>
130+
</calendars>
131+
<timeZoneNames>
132+
<hourFormat>+HH.mm;-HH.mm</hourFormat>
133+
</timeZoneNames>
134+
</dates>
135+
<numbers>
136+
<symbols numberSystem="latn">
137+
<decimal>,</decimal>
138+
<group>.</group>
139+
<timeSeparator>.</timeSeparator>
140+
</symbols>
141+
<currencyFormats numberSystem="latn">
142+
<currencyFormatLength>
143+
<currencyFormat type="accounting">
144+
<pattern>¤#,##0.00</pattern>
145+
</currencyFormat>
146+
</currencyFormatLength>
147+
</currencyFormats>
148+
<currencies>
149+
<currency type="IDR">
150+
<symbol>Rp</symbol>
151+
</currency>
152+
</currencies>
153+
</numbers>
154+
</ldml>

common/supplemental/likelySubtags.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1692,8 +1692,8 @@ not be patched by hand, as any changes made in that fashion may be lost.
16921692
<!--{ Malay; ?; ? } => { Malay; Latin; Malaysia }-->
16931693
<likelySubtag from="ms_CC" to="ms_Arab_CC"/>
16941694
<!--{ Malay; ?; Cocos (Keeling) Islands } => { Malay; Arabic; Cocos (Keeling) Islands }-->
1695-
<likelySubtag from="ms_ID" to="ms_Arab_ID"/>
1696-
<!--{ Malay; ?; Indonesia } => { Malay; Arabic; Indonesia }-->
1695+
<likelySubtag from="ms_ID" to="ms_Latn_ID"/>
1696+
<!--{ Malay; ?; Indonesia } => { Malay; Latin; Indonesia }-->
16971697
<likelySubtag from="mt" to="mt_Latn_MT"/>
16981698
<!--{ Maltese; ?; ? } => { Maltese; Latin; Malta }-->
16991699
<likelySubtag from="mtc" to="mtc_Latn_ZZ"/>

common/supplemental/supplementalData.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3091,13 +3091,14 @@ XXX Code for transations where no currency is involved
30913091
<languagePopulation type="jv" literacyPercent="10" populationPercent="34" references="R1294"/> <!--Javanese-->
30923092
<languagePopulation type="su" populationPercent="12" references="R1269"/> <!--Sundanese-->
30933093
<languagePopulation type="mad" literacyPercent="40" populationPercent="6.3"/> <!--Madurese-->
3094-
<languagePopulation type="ms_Arab" populationPercent="4.6"/> <!--Malay (Arabic)-->
3094+
<languagePopulation type="ms" populationPercent="3.4"/> <!--Malay-->
30953095
<languagePopulation type="min" literacyPercent="10" populationPercent="3"/> <!--Minangkabau-->
30963096
<languagePopulation type="bew" populationPercent="2.1"/> <!--Betawi-->
30973097
<languagePopulation type="ban" literacyPercent="10" populationPercent="1.8" references="R1144"/> <!--Balinese-->
30983098
<languagePopulation type="bug" literacyPercent="10" populationPercent="1.6" references="R1145"/> <!--Buginese-->
30993099
<languagePopulation type="bjn" literacyPercent="10" populationPercent="1.5"/> <!--Banjar-->
31003100
<languagePopulation type="ace" populationPercent="1.4"/> <!--Achinese-->
3101+
<languagePopulation type="ms_Arab" populationPercent="1.2"/> <!--Malay (Arabic)-->
31013102
<languagePopulation type="sas" populationPercent="0.97"/> <!--Sasak-->
31023103
<languagePopulation type="bbc" populationPercent="0.92"/> <!--Batak Toba-->
31033104
<languagePopulation type="zh_Hant" populationPercent="0.92"/> <!--Chinese (Traditional)-->

tools/java/org/unicode/cldr/util/data/country_language_population_raw.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,8 @@ Indonesia ID "262,787,403" 93% "3,250,000,000,000" Komering kge "844,000"
565565
Indonesia ID "262,787,403" 93% "3,250,000,000,000" Lampung Api ljp "1,810,000"
566566
Indonesia ID "262,787,403" 93% "3,250,000,000,000" Madurese mad 6.3% 40%
567567
Indonesia ID "262,787,403" 93% "3,250,000,000,000" Makasar mak "1,930,000"
568-
Indonesia ID "262,787,403" 93% "3,250,000,000,000" Malay (Arabic) ms_Arab 4.6%
568+
Indonesia ID "262,787,403" 93% "3,250,000,000,000" Malay ms 3.4%
569+
Indonesia ID "262,787,403" 93% "3,250,000,000,000" Malay (Arabic) ms_Arab 1.2%
569570
Indonesia ID "262,787,403" 93% "3,250,000,000,000" Mandar mdr "241,000"
570571
Indonesia ID "262,787,403" 93% "3,250,000,000,000" Mentawai mwv "64,100"
571572
Indonesia ID "262,787,403" 93% "3,250,000,000,000" Minangkabau min "7,840,000" 10%

0 commit comments

Comments
 (0)