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/nus.xml | 6 // * Source File: <path>/common/main/nus.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/nus.xml | 10 * ICU <specials> source: <path>/common/main/nus.xml |
11 */ | 11 */ |
12 nus{ | 12 nus{ |
13 ExemplarCharacters{ | 13 ExemplarCharacters{ |
(...skipping 12 matching lines...) Expand all Loading... |
26 currencyFormat{"¤#,##0.00"} | 26 currencyFormat{"¤#,##0.00"} |
27 decimalFormat{"#,##0.###"} | 27 decimalFormat{"#,##0.###"} |
28 percentFormat{"#,##0%"} | 28 percentFormat{"#,##0%"} |
29 } | 29 } |
30 symbols{ | 30 symbols{ |
31 decimal{"."} | 31 decimal{"."} |
32 group{","} | 32 group{","} |
33 } | 33 } |
34 } | 34 } |
35 } | 35 } |
36 Version{"2.0.92.87"} | 36 Version{"2.1.6.69"} |
37 calendar{ | 37 calendar{ |
38 generic{ | 38 generic{ |
39 DateTimePatterns{ | 39 DateTimePatterns{ |
40 "zzzz h:mm:ss a", | 40 "zzzz h:mm:ss a", |
41 "z h:mm:ss a", | 41 "z h:mm:ss a", |
42 "h:mm:ss a", | 42 "h:mm:ss a", |
43 "h:mm a", | 43 "h:mm a", |
44 "EEEE d MMMM y G", | 44 "EEEE d MMMM y G", |
45 "d MMMM y G", | 45 "d MMMM y G", |
46 "d MMM y G", | 46 "d MMM y G", |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 dn{"Jiɔk"} | 263 dn{"Jiɔk"} |
264 } | 264 } |
265 weekday{ | 265 weekday{ |
266 dn{"Ni̱n jokä"} | 266 dn{"Ni̱n jokä"} |
267 } | 267 } |
268 year{ | 268 year{ |
269 dn{"Ruɔ̱n"} | 269 dn{"Ruɔ̱n"} |
270 } | 270 } |
271 } | 271 } |
272 } | 272 } |
OLD | NEW |