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/chr.xml | 6 // * Source File: <path>/common/main/chr.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/chr.xml | 10 * ICU <specials> source: <path>/common/main/chr.xml |
11 */ | 11 */ |
12 chr{ | 12 chr{ |
13 Currencies{ | 13 Currencies{ |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 CurrencyPlurals{ | 55 CurrencyPlurals{ |
56 USD{ | 56 USD{ |
57 one{"ᎤᏃᏍᏗ"} | 57 one{"ᎤᏃᏍᏗ"} |
58 other{"ᏧᏃᏍᏗ"} | 58 other{"ᏧᏃᏍᏗ"} |
59 } | 59 } |
60 } | 60 } |
61 CurrencyUnitPatterns{ | 61 CurrencyUnitPatterns{ |
62 one{"{0} {1}"} | 62 one{"{0} {1}"} |
63 other{"{0} {1}"} | 63 other{"{0} {1}"} |
64 } | 64 } |
65 Version{"2.0.93.15"} | 65 Version{"2.1.6.69"} |
66 } | 66 } |
OLD | NEW |