]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html#License | |
729e4ab9 | 3 | to{ |
4388f060 | 4 | Currencies{ |
b331163b A |
5 | AUD{ |
6 | "AUD$", | |
0f5d89e8 | 7 | "Australian Dollar", |
b331163b | 8 | } |
2ca993e8 A |
9 | BRL{ |
10 | "R$", | |
11 | "BRL", | |
12 | } | |
b331163b A |
13 | FJD{ |
14 | "FJD", | |
15 | "FJD", | |
16 | } | |
17 | NZD{ | |
18 | "NZD$", | |
19 | "NZD", | |
20 | } | |
21 | PGK{ | |
22 | "PGK", | |
23 | "PGK", | |
24 | } | |
25 | SBD{ | |
26 | "SBD", | |
27 | "SBD", | |
28 | } | |
4388f060 A |
29 | TOP{ |
30 | "T$", | |
b331163b A |
31 | "Paʻanga fakatonga", |
32 | } | |
33 | VUV{ | |
34 | "VUV", | |
35 | "VUV", | |
36 | } | |
37 | WST{ | |
38 | "WST", | |
39 | "Tala fakahaʻamoa", | |
40 | } | |
41 | XPF{ | |
42 | "CFPF", | |
43 | "XPF", | |
44 | } | |
2ca993e8 A |
45 | XXX{ |
46 | "XXX", | |
47 | "Pa’anga Ta’e’ilo", | |
48 | } | |
b331163b A |
49 | } |
50 | Currencies%narrow{ | |
51 | AUD{"$"} | |
52 | FJD{"$"} | |
53 | NZD{"$"} | |
54 | SBD{"$"} | |
2ca993e8 A |
55 | TWD{"$"} |
56 | } | |
57 | Currencies%variant{ | |
58 | GEL{"₾"} | |
b331163b A |
59 | } |
60 | CurrencyPlurals{ | |
0f5d89e8 A |
61 | AUD{ |
62 | other{"Australian Dollar"} | |
63 | } | |
b331163b A |
64 | TOP{ |
65 | other{"Paʻanga fakatonga"} | |
66 | } | |
67 | WST{ | |
68 | other{"Tala fakahaʻamoa"} | |
4388f060 | 69 | } |
2ca993e8 A |
70 | XXX{ |
71 | other{"Pa’anga Ta’e’ilo"} | |
72 | } | |
4388f060 | 73 | } |
57a6839d A |
74 | CurrencyUnitPatterns{ |
75 | other{"{1} {0}"} | |
76 | } | |
0f5d89e8 | 77 | Version{"2.1.38.39"} |
729e4ab9 | 78 | } |