]>
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 | NZD{ |
14 | "NZD$", | |
15 | "NZD", | |
16 | } | |
4388f060 A |
17 | TOP{ |
18 | "T$", | |
b331163b A |
19 | "Paʻanga fakatonga", |
20 | } | |
b331163b A |
21 | WST{ |
22 | "WST", | |
23 | "Tala fakahaʻamoa", | |
24 | } | |
2ca993e8 | 25 | XXX{ |
3d1f044b | 26 | "¤", |
2ca993e8 A |
27 | "Pa’anga Ta’e’ilo", |
28 | } | |
b331163b | 29 | } |
2ca993e8 A |
30 | Currencies%variant{ |
31 | GEL{"₾"} | |
b331163b A |
32 | } |
33 | CurrencyPlurals{ | |
0f5d89e8 A |
34 | AUD{ |
35 | other{"Australian Dollar"} | |
36 | } | |
b331163b A |
37 | TOP{ |
38 | other{"Paʻanga fakatonga"} | |
39 | } | |
40 | WST{ | |
41 | other{"Tala fakahaʻamoa"} | |
4388f060 | 42 | } |
2ca993e8 A |
43 | XXX{ |
44 | other{"Pa’anga Ta’e’ilo"} | |
45 | } | |
4388f060 | 46 | } |
57a6839d A |
47 | CurrencyUnitPatterns{ |
48 | other{"{1} {0}"} | |
49 | } | |
3d1f044b | 50 | Version{"2.1.47.82"} |
729e4ab9 | 51 | } |