OLD | NEW |
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/chr.xml | 6 // * Source File: <path>/common/main/chr.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | |
10 * ICU <specials> source: <path>/common/main/chr.xml | |
11 */ | |
12 chr{ | 9 chr{ |
13 Version{"2.1.6.69"} | 10 Version{"2.1.19.77"} |
14 units{ | 11 units{ |
15 duration{ | 12 duration{ |
16 day{ | 13 day{ |
17 one{"{0} ᏏᎦ"} | 14 one{"{0} ᏏᎦ"} |
18 other{"{0} ᏧᏒᎯᏓ"} | 15 other{"{0} ᏧᏒᎯᏓ"} |
19 } | 16 } |
20 hour{ | 17 hour{ |
21 one{"{0} ᏑᏣᎶᏓ"} | 18 one{"{0} ᏑᏣᎶᏓ"} |
22 other{"{0} ᎢᏧᏣᎶᏓ"} | 19 other{"{0} ᎢᏧᏣᎶᏓ"} |
23 } | 20 } |
(...skipping 13 matching lines...) Expand all Loading... |
37 one{"{0} ᏒᎾᏙᏓᏆᏍᏗ"} | 34 one{"{0} ᏒᎾᏙᏓᏆᏍᏗ"} |
38 other{"{0} ᎢᏳᎾᏙᏓᏆᏍᏗ"} | 35 other{"{0} ᎢᏳᎾᏙᏓᏆᏍᏗ"} |
39 } | 36 } |
40 year{ | 37 year{ |
41 one{"{0} ᏑᏕᏘᏴᏓ"} | 38 one{"{0} ᏑᏕᏘᏴᏓ"} |
42 other{"{0} ᏧᏕᏘᏴᏓ"} | 39 other{"{0} ᏧᏕᏘᏴᏓ"} |
43 } | 40 } |
44 } | 41 } |
45 } | 42 } |
46 unitsNarrow{ | 43 unitsNarrow{ |
| 44 temperature{ |
| 45 celsius{ |
| 46 one{"{0}°C"} |
| 47 other{"{0}°C"} |
| 48 } |
| 49 fahrenheit{ |
| 50 one{"{0}°"} |
| 51 other{"{0}°"} |
| 52 } |
| 53 } |
47 } | 54 } |
48 } | 55 } |
OLD | NEW |