OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2014 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{ | 14 AUD{ |
15 "AUD$", | 15 "AUD$", |
16 "AUD", | 16 "AUD", |
17 } | 17 } |
18 NZD{ | 18 NZD{ |
19 "NZD$", | 19 "NZD$", |
20 "NZD", | 20 "NZD", |
21 } | 21 } |
22 PGK{ | 22 PGK{ |
23 "PGK", | 23 "PGK", |
24 "PGK", | 24 "PGK", |
25 } | 25 } |
26 SBD{ | |
27 "SBD", | |
28 "SBD", | |
29 } | |
30 XPF{ | |
31 "CFPF", | |
32 "XPF", | |
33 } | |
34 } | 26 } |
35 Currencies%narrow{ | 27 Currencies%narrow{ |
36 AUD{"$"} | 28 AUD{"$"} |
37 NZD{"$"} | 29 NZD{"$"} |
38 SBD{"$"} | |
39 } | 30 } |
40 CurrencyPlurals{ | 31 CurrencyPlurals{ |
41 } | 32 } |
42 CurrencyUnitPatterns{ | 33 CurrencyUnitPatterns{ |
43 other{"{1} {0}"} | 34 other{"{1} {0}"} |
44 } | 35 } |
45 Version{"2.1.8.9"} | 36 Version{"2.1.8.9"} |
46 } | 37 } |
OLD | NEW |