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/to.xml | 6 // * Source File: <path>/common/main/to.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/to.xml | 10 * ICU <specials> source: <path>/common/main/to.xml |
11 */ | 11 */ |
12 to{ | 12 to{ |
13 Currencies{ | 13 Currencies{ |
| 14 AUD{ |
| 15 "AUD$", |
| 16 "AUD", |
| 17 } |
| 18 FJD{ |
| 19 "FJD", |
| 20 "FJD", |
| 21 } |
| 22 NZD{ |
| 23 "NZD$", |
| 24 "NZD", |
| 25 } |
| 26 PGK{ |
| 27 "PGK", |
| 28 "PGK", |
| 29 } |
| 30 SBD{ |
| 31 "SBD", |
| 32 "SBD", |
| 33 } |
14 TOP{ | 34 TOP{ |
15 "T$", | 35 "T$", |
16 "Tongan Pa'anga", | 36 "Paʻanga fakatonga", |
| 37 } |
| 38 VUV{ |
| 39 "VUV", |
| 40 "VUV", |
| 41 } |
| 42 WST{ |
| 43 "WST", |
| 44 "Tala fakahaʻamoa", |
| 45 } |
| 46 XPF{ |
| 47 "CFPF", |
| 48 "XPF", |
| 49 } |
| 50 } |
| 51 Currencies%narrow{ |
| 52 AUD{"$"} |
| 53 FJD{"$"} |
| 54 NZD{"$"} |
| 55 SBD{"$"} |
| 56 } |
| 57 CurrencyPlurals{ |
| 58 TOP{ |
| 59 other{"Paʻanga fakatonga"} |
| 60 } |
| 61 WST{ |
| 62 other{"Tala fakahaʻamoa"} |
17 } | 63 } |
18 } | 64 } |
19 CurrencyUnitPatterns{ | 65 CurrencyUnitPatterns{ |
20 other{"{1} {0}"} | 66 other{"{1} {0}"} |
21 } | 67 } |
22 Version{"2.0.92.87"} | 68 Version{"2.1.8.9"} |
23 } | 69 } |
OLD | NEW |