Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Side by Side Diff: source/data/locales/mfe.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/locales/mer_KE.txt ('k') | source/data/locales/mfe_MU.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/mfe.xml 6 // * Source File: <path>/common/main/mfe.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/mfe.xml
11 */
12 mfe{ 9 mfe{
13 ExemplarCharacters{"[a b c d e f g h i j k l m n o p r s t u v w x y z]"} 10 ExemplarCharacters{"[a b c d e f g h i j k l m n o p r s t u v w x y z]"}
14 LocaleScript{ 11 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P R S T U V W X Y Z] "}
15 "Latn", 12 NumberElements{
16 } 13 latn{
17 Version{"2.1.7.39"} 14 symbols{
15 group{" "}
16 }
17 }
18 }
19 Version{"2.1.19.14"}
20 calendar{
21 generic{
22 DateTimePatterns{
23 "HH:mm:ss zzzz",
24 "HH:mm:ss z",
25 "HH:mm:ss",
26 "HH:mm",
27 "EEEE d MMMM y G",
28 "d MMMM y G",
29 "d MMM, y G",
30 "d/M/y GGGGG",
31 "{1} {0}",
32 "{1} {0}",
33 "{1} {0}",
34 "{1} {0}",
35 "{1} {0}",
36 }
37 availableFormats{
38 M{"M"}
39 MMM{"MMM"}
40 MMMEd{"E d MMM"}
41 MMMMEd{"E d MMMM"}
42 MMMMd{"d MMMM"}
43 MMMd{"d MMM"}
44 MMd{"d/MM"}
45 MMdd{"dd/MM"}
46 Md{"d/M"}
47 ms{"m:ss"}
48 y{"y"}
49 yM{"M/y"}
50 yMEd{"E d/M/y"}
51 yMM{"MM/y"}
52 yMMM{"MMM y"}
53 yMMMEd{"E d MMM y"}
54 yMMMM{"MMMM y"}
55 yMMMd{"d MMM y"}
56 yQQQ{"QQQ y"}
57 yQQQQ{"QQQQ y"}
58 }
59 }
60 gregorian{
61 DateTimePatterns{
62 "HH:mm:ss zzzz",
63 "HH:mm:ss z",
64 "HH:mm:ss",
65 "HH:mm",
66 "EEEE d MMMM y",
67 "d MMMM y",
68 "d MMM, y",
69 "d/M/y",
70 "{1} {0}",
71 "{1} {0}",
72 "{1} {0}",
73 "{1} {0}",
74 "{1} {0}",
75 }
76 availableFormats{
77 M{"M"}
78 MMM{"MMM"}
79 MMMEd{"E d MMM"}
80 MMMMEd{"E d MMMM"}
81 MMMMd{"d MMMM"}
82 MMMd{"d MMM"}
83 MMd{"d/MM"}
84 MMdd{"dd/MM"}
85 Md{"d/M"}
86 ms{"m:ss"}
87 y{"y"}
88 yM{"M/y"}
89 yMEd{"E d/M/y"}
90 yMM{"MM/y"}
91 yMMM{"MMM y"}
92 yMMMEd{"E d MMM y"}
93 yMMMM{"MMMM y"}
94 yMMMd{"d MMM y"}
95 yQQQ{"QQQ y"}
96 yQQQQ{"QQQQ y"}
97 }
98 dayNames{
99 format{
100 abbreviated{
101 "dim",
102 "lin",
103 "mar",
104 "mer",
105 "ze",
106 "van",
107 "sam",
108 }
109 wide{
110 "dimans",
111 "lindi",
112 "mardi",
113 "merkredi",
114 "zedi",
115 "vandredi",
116 "samdi",
117 }
118 }
119 stand-alone{
120 narrow{
121 "d",
122 "l",
123 "m",
124 "m",
125 "z",
126 "v",
127 "s",
128 }
129 }
130 }
131 eras{
132 abbreviated{
133 "av. Z-K",
134 "ap. Z-K",
135 }
136 wide{
137 "avan Zezi-Krist",
138 "apre Zezi-Krist",
139 }
140 }
141 monthNames{
142 format{
143 abbreviated{
144 "zan",
145 "fev",
146 "mar",
147 "avr",
148 "me",
149 "zin",
150 "zil",
151 "out",
152 "sep",
153 "okt",
154 "nov",
155 "des",
156 }
157 wide{
158 "zanvie",
159 "fevriye",
160 "mars",
161 "avril",
162 "me",
163 "zin",
164 "zilye",
165 "out",
166 "septam",
167 "oktob",
168 "novam",
169 "desam",
170 }
171 }
172 stand-alone{
173 narrow{
174 "z",
175 "f",
176 "m",
177 "a",
178 "m",
179 "z",
180 "z",
181 "o",
182 "s",
183 "o",
184 "n",
185 "d",
186 }
187 }
188 }
189 quarters{
190 format{
191 abbreviated{
192 "T1",
193 "T2",
194 "T3",
195 "T4",
196 }
197 wide{
198 "1e trimes",
199 "2em trimes",
200 "3em trimes",
201 "4em trimes",
202 }
203 }
204 }
205 }
206 }
207 delimiters{
208 alternateQuotationEnd{"’"}
209 alternateQuotationStart{"‘"}
210 quotationEnd{"”"}
211 quotationStart{"“"}
212 }
213 fields{
214 day{
215 dn{"Zour"}
216 relative{
217 "-1"{"Yer"}
218 "0"{"Zordi"}
219 "1"{"Demin"}
220 }
221 }
222 dayperiod{
223 dn{"Peryod dan lazourne"}
224 }
225 era{
226 dn{"Lepok"}
227 }
228 hour{
229 dn{"Ler"}
230 }
231 minute{
232 dn{"Minit"}
233 }
234 month{
235 dn{"Mwa"}
236 }
237 second{
238 dn{"Segonn"}
239 }
240 week{
241 dn{"Semenn"}
242 }
243 weekday{
244 dn{"Zour lasemenn"}
245 }
246 year{
247 dn{"Lane"}
248 }
249 zone{
250 dn{"Peryod letan"}
251 }
252 }
18 } 253 }
OLDNEW
« no previous file with comments | « source/data/locales/mer_KE.txt ('k') | source/data/locales/mfe_MU.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698