]>
Commit | Line | Data |
---|---|---|
729e4ab9 A |
1 | // *************************************************************************** |
2 | // * | |
2ca993e8 | 3 | // * Copyright (C) 2016 International Business Machines |
51004dcb A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/to.xml | |
729e4ab9 A |
7 | // * |
8 | // *************************************************************************** | |
729e4ab9 | 9 | to{ |
4388f060 | 10 | Currencies{ |
b331163b A |
11 | AUD{ |
12 | "AUD$", | |
13 | "AUD", | |
14 | } | |
2ca993e8 A |
15 | BRL{ |
16 | "R$", | |
17 | "BRL", | |
18 | } | |
b331163b A |
19 | FJD{ |
20 | "FJD", | |
21 | "FJD", | |
22 | } | |
23 | NZD{ | |
24 | "NZD$", | |
25 | "NZD", | |
26 | } | |
27 | PGK{ | |
28 | "PGK", | |
29 | "PGK", | |
30 | } | |
31 | SBD{ | |
32 | "SBD", | |
33 | "SBD", | |
34 | } | |
4388f060 A |
35 | TOP{ |
36 | "T$", | |
b331163b A |
37 | "Paʻanga fakatonga", |
38 | } | |
39 | VUV{ | |
40 | "VUV", | |
41 | "VUV", | |
42 | } | |
43 | WST{ | |
44 | "WST", | |
45 | "Tala fakahaʻamoa", | |
46 | } | |
47 | XPF{ | |
48 | "CFPF", | |
49 | "XPF", | |
50 | } | |
2ca993e8 A |
51 | XXX{ |
52 | "XXX", | |
53 | "Pa’anga Ta’e’ilo", | |
54 | } | |
b331163b A |
55 | } |
56 | Currencies%narrow{ | |
57 | AUD{"$"} | |
58 | FJD{"$"} | |
59 | NZD{"$"} | |
60 | SBD{"$"} | |
2ca993e8 A |
61 | TWD{"$"} |
62 | } | |
63 | Currencies%variant{ | |
64 | GEL{"₾"} | |
b331163b A |
65 | } |
66 | CurrencyPlurals{ | |
67 | TOP{ | |
68 | other{"Paʻanga fakatonga"} | |
69 | } | |
70 | WST{ | |
71 | other{"Tala fakahaʻamoa"} | |
4388f060 | 72 | } |
2ca993e8 A |
73 | XXX{ |
74 | other{"Pa’anga Ta’e’ilo"} | |
75 | } | |
4388f060 | 76 | } |
57a6839d A |
77 | CurrencyUnitPatterns{ |
78 | other{"{1} {0}"} | |
79 | } | |
2ca993e8 | 80 | Version{"2.1.23.79"} |
729e4ab9 | 81 | } |