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/so.xml | 6 // * Source File: <path>/common/main/so.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/so.xml | 10 * ICU <specials> source: <path>/common/main/so.xml |
11 */ | 11 */ |
12 so{ | 12 so{ |
13 Currencies{ | 13 Currencies{ |
(...skipping 19 matching lines...) Expand all Loading... |
33 } | 33 } |
34 TZS{ | 34 TZS{ |
35 "TZS", | 35 "TZS", |
36 "Shilin Tansaani", | 36 "Shilin Tansaani", |
37 } | 37 } |
38 USD{ | 38 USD{ |
39 "US$", | 39 "US$", |
40 "Doollar maraykan", | 40 "Doollar maraykan", |
41 } | 41 } |
42 } | 42 } |
43 Version{"2.0.92.87"} | 43 Version{"2.1.7.39"} |
44 } | 44 } |
OLD | NEW |