OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 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/guz.xml | 6 // * Source File: <path>/common/main/guz.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/guz.xml | 10 * ICU <specials> source: <path>/common/main/guz.xml |
11 */ | 11 */ |
12 guz{ | 12 guz{ |
13 AuxExemplarCharacters{"[q x]"} | 13 AuxExemplarCharacters{"[q x]"} |
14 ExemplarCharacters{"[a b c d e f g h i j k l m n o p r s t u v w y z]"} | 14 ExemplarCharacters{"[a b c d e f g h i j k l m n o p r s t u v w y z]"} |
15 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P R S T U V W Y Z]"} | 15 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P R S T U V W Y Z]"} |
16 LocaleScript{ | 16 LocaleScript{ |
17 "Latn", | 17 "Latn", |
18 } | 18 } |
19 NumberElements{ | 19 NumberElements{ |
20 latn{ | 20 latn{ |
21 patterns{ | 21 patterns{ |
22 accountingFormat{"¤#,##0.00;(¤#,##0.00)"} | 22 accountingFormat{"¤#,##0.00;(¤#,##0.00)"} |
23 currencyFormat{"¤#,##0.00"} | 23 currencyFormat{"¤#,##0.00"} |
24 } | 24 } |
25 } | 25 } |
26 } | 26 } |
27 Version{"2.0.92.87"} | 27 Version{"2.1.7.39"} |
28 calendar{ | 28 calendar{ |
29 generic{ | 29 generic{ |
30 DateTimePatterns{ | 30 DateTimePatterns{ |
31 "h:mm:ss a zzzz", | 31 "h:mm:ss a zzzz", |
32 "h:mm:ss a z", | 32 "h:mm:ss a z", |
33 "h:mm:ss a", | 33 "h:mm:ss a", |
34 "h:mm a", | 34 "h:mm a", |
35 "EEEE, d MMMM y G", | 35 "EEEE, d MMMM y G", |
36 "d MMMM y G", | 36 "d MMMM y G", |
37 "d MMM y G", | 37 "d MMM y G", |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 } | 202 } |
203 quarters{ | 203 quarters{ |
204 format{ | 204 format{ |
205 abbreviated{ | 205 abbreviated{ |
206 "E1", | 206 "E1", |
207 "E2", | 207 "E2", |
208 "E3", | 208 "E3", |
209 "E4", | 209 "E4", |
210 } | 210 } |
211 wide{ | 211 wide{ |
212 "Erobo entang'ani", | 212 "Erobo entang’ani", |
213 "Erobo yakabere", | 213 "Erobo yakabere", |
214 "Erobo yagatato", | 214 "Erobo yagatato", |
215 "Erobo yakane", | 215 "Erobo yakane", |
216 } | 216 } |
217 } | 217 } |
218 } | 218 } |
219 } | 219 } |
220 } | 220 } |
221 delimiters{ | 221 delimiters{ |
222 alternateQuotationEnd{"’"} | 222 alternateQuotationEnd{"’"} |
(...skipping 25 matching lines...) Expand all Loading... |
248 month{ | 248 month{ |
249 dn{"Omotienyi"} | 249 dn{"Omotienyi"} |
250 } | 250 } |
251 second{ | 251 second{ |
252 dn{"Esekendi"} | 252 dn{"Esekendi"} |
253 } | 253 } |
254 week{ | 254 week{ |
255 dn{"Omokubio"} | 255 dn{"Omokubio"} |
256 } | 256 } |
257 weekday{ | 257 weekday{ |
258 dn{"Rituko r'ewiki"} | 258 dn{"Rituko r’ewiki"} |
259 } | 259 } |
260 year{ | 260 year{ |
261 dn{"Omwaka"} | 261 dn{"Omwaka"} |
262 } | 262 } |
263 zone{ | 263 zone{ |
264 dn{"Chinse 'chimo"} | 264 dn{"Chinse ‘chimo"} |
265 } | 265 } |
266 } | 266 } |
267 } | 267 } |
OLD | NEW |