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

Side by Side Diff: source/data/locales/rn.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/rm_CH.txt ('k') | source/data/locales/rn_BI.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/rn.xml 6 // * Source File: <path>/common/main/rn.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/rn.xml
11 */
12 rn{ 9 rn{
13 ExemplarCharacters{"[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]"} 10 ExemplarCharacters{"[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]"}
14 LocaleScript{ 11 ExemplarCharactersIndex{"[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]"}
15 "Latn", 12 NumberElements{
16 } 13 latn{
17 Version{"2.1.7.39"} 14 patterns{
15 currencyFormat{"#,##0.00¤"}
16 decimalFormat{"#,##0.###"}
17 percentFormat{"#,##0 %"}
18 }
19 symbols{
20 decimal{","}
21 group{"."}
22 }
23 }
24 }
25 Version{"2.1.19.14"}
26 calendar{
27 generic{
28 DateTimePatterns{
29 "HH:mm:ss zzzz",
30 "HH:mm:ss z",
31 "HH:mm:ss",
32 "HH:mm",
33 "EEEE d MMMM y G",
34 "d MMMM y G",
35 "d MMM y G",
36 "d/M/y GGGGG",
37 "{1} {0}",
38 "{1} {0}",
39 "{1} {0}",
40 "{1} {0}",
41 "{1} {0}",
42 }
43 availableFormats{
44 Ed{"E d"}
45 Hm{"HH:mm"}
46 Hms{"HH:mm:ss"}
47 M{"L"}
48 MEd{"E d/M"}
49 MMM{"LLL"}
50 MMMEd{"E d MMM"}
51 MMMd{"d MMM"}
52 Md{"d/M"}
53 d{"d"}
54 hm{"h:mm a"}
55 hms{"h:mm:ss a"}
56 ms{"m:ss"}
57 y{"y"}
58 yM{"M/y"}
59 yMEd{"E d/M/y"}
60 yMMM{"MMM y"}
61 yMMMEd{"E d MMM y"}
62 yMMMd{"d MMM y"}
63 yMd{"d/M/y"}
64 yQQQ{"QQQ y"}
65 yQQQQ{"QQQQ y"}
66 }
67 }
68 gregorian{
69 AmPmMarkers{
70 "Z.MU.",
71 "Z.MW.",
72 }
73 DateTimePatterns{
74 "HH:mm:ss zzzz",
75 "HH:mm:ss z",
76 "HH:mm:ss",
77 "HH:mm",
78 "EEEE d MMMM y",
79 "d MMMM y",
80 "d MMM y",
81 "d/M/y",
82 "{1} {0}",
83 "{1} {0}",
84 "{1} {0}",
85 "{1} {0}",
86 "{1} {0}",
87 }
88 availableFormats{
89 Ed{"E d"}
90 Hm{"HH:mm"}
91 Hms{"HH:mm:ss"}
92 M{"L"}
93 MEd{"E d/M"}
94 MMM{"LLL"}
95 MMMEd{"E d MMM"}
96 MMMd{"d MMM"}
97 Md{"d/M"}
98 d{"d"}
99 hm{"h:mm a"}
100 hms{"h:mm:ss a"}
101 ms{"m:ss"}
102 y{"y"}
103 yM{"M/y"}
104 yMEd{"E d/M/y"}
105 yMMM{"MMM y"}
106 yMMMEd{"E d MMM y"}
107 yMMMd{"d MMM y"}
108 yMd{"d/M/y"}
109 yQQQ{"QQQ y"}
110 yQQQQ{"QQQQ y"}
111 }
112 dayNames{
113 format{
114 abbreviated{
115 "cu.",
116 "mbe.",
117 "kab.",
118 "gtu.",
119 "kan.",
120 "gnu.",
121 "gnd.",
122 }
123 wide{
124 "Ku w’indwi",
125 "Ku wa mbere",
126 "Ku wa kabiri",
127 "Ku wa gatatu",
128 "Ku wa kane",
129 "Ku wa gatanu",
130 "Ku wa gatandatu",
131 }
132 }
133 }
134 eras{
135 abbreviated{
136 "Mb.Y.",
137 "Ny.Y",
138 }
139 wide{
140 "Mbere ya Yezu",
141 "Nyuma ya Yezu",
142 }
143 }
144 monthNames{
145 format{
146 abbreviated{
147 "Mut.",
148 "Gas.",
149 "Wer.",
150 "Mat.",
151 "Gic.",
152 "Kam.",
153 "Nya.",
154 "Kan.",
155 "Nze.",
156 "Ukw.",
157 "Ugu.",
158 "Uku.",
159 }
160 wide{
161 "Nzero",
162 "Ruhuhuma",
163 "Ntwarante",
164 "Ndamukiza",
165 "Rusama",
166 "Ruheshi",
167 "Mukakaro",
168 "Nyandagaro",
169 "Nyakanga",
170 "Gitugutu",
171 "Munyonyo",
172 "Kigarama",
173 }
174 }
175 }
176 quarters{
177 format{
178 abbreviated{
179 "I1",
180 "I2",
181 "I3",
182 "I4",
183 }
184 wide{
185 "Igice ca mbere c’umwaka",
186 "Igice ca kabiri c’umwaka",
187 "Igice ca gatatu c’umwaka",
188 "Igice ca kane c’umwaka",
189 }
190 }
191 }
192 }
193 }
194 delimiters{
195 alternateQuotationEnd{"’"}
196 alternateQuotationStart{"’"}
197 quotationEnd{"”"}
198 quotationStart{"”"}
199 }
200 fields{
201 day{
202 dn{"Umusi"}
203 relative{
204 "-1"{"Ejo (haheze)"}
205 "0"{"Uyu musi"}
206 "1"{"Ejo (hazoza)"}
207 }
208 }
209 dayperiod{
210 dn{"M.s/N.s"}
211 }
212 era{
213 dn{"Igihe"}
214 }
215 hour{
216 dn{"Isaha"}
217 }
218 minute{
219 dn{"Umunota"}
220 }
221 month{
222 dn{"Ukwezi"}
223 }
224 second{
225 dn{"Isegonda"}
226 }
227 week{
228 dn{"Indwi, Iyinga"}
229 }
230 weekday{
231 dn{"Iminsi y’iyinga"}
232 }
233 year{
234 dn{"Umwaka"}
235 }
236 zone{
237 dn{"Isaha yo mukarere"}
238 }
239 }
18 } 240 }
OLDNEW
« no previous file with comments | « source/data/locales/rm_CH.txt ('k') | source/data/locales/rn_BI.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698