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/bas.xml | 6 // * Source File: <path>/common/main/bas.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/bas.xml | 10 * ICU <specials> source: <path>/common/main/bas.xml |
11 */ | 11 */ |
12 bas{ | 12 bas{ |
13 AuxExemplarCharacters{"[q x]"} | 13 AuxExemplarCharacters{"[q x]"} |
(...skipping 14 matching lines...) Expand all Loading... |
28 currencyFormat{"#,##0.00 ¤"} | 28 currencyFormat{"#,##0.00 ¤"} |
29 decimalFormat{"#,##0.###"} | 29 decimalFormat{"#,##0.###"} |
30 percentFormat{"#,##0 %"} | 30 percentFormat{"#,##0 %"} |
31 } | 31 } |
32 symbols{ | 32 symbols{ |
33 decimal{","} | 33 decimal{","} |
34 group{" "} | 34 group{" "} |
35 } | 35 } |
36 } | 36 } |
37 } | 37 } |
38 Version{"2.0.92.87"} | 38 Version{"2.1.6.69"} |
39 calendar{ | 39 calendar{ |
40 generic{ | 40 generic{ |
41 DateTimePatterns{ | 41 DateTimePatterns{ |
42 "HH:mm:ss zzzz", | 42 "HH:mm:ss zzzz", |
43 "HH:mm:ss z", | 43 "HH:mm:ss z", |
44 "HH:mm:ss", | 44 "HH:mm:ss", |
45 "HH:mm", | 45 "HH:mm", |
46 "EEEE d MMMM y G", | 46 "EEEE d MMMM y G", |
47 "d MMMM y G", | 47 "d MMMM y G", |
48 "d MMM, y G", | 48 "d MMM, y G", |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 dn{"hìlɔ hi sɔndɛ̂"} | 271 dn{"hìlɔ hi sɔndɛ̂"} |
272 } | 272 } |
273 year{ | 273 year{ |
274 dn{"ŋwìi"} | 274 dn{"ŋwìi"} |
275 } | 275 } |
276 zone{ | 276 zone{ |
277 dn{"komboo i ŋgɛŋ"} | 277 dn{"komboo i ŋgɛŋ"} |
278 } | 278 } |
279 } | 279 } |
280 } | 280 } |
OLD | NEW |