]>
Commit | Line | Data |
---|---|---|
1 | // © 2016 and later: Unicode, Inc. and others. | |
2 | // License & terms of use: http://www.unicode.org/copyright.html#License | |
3 | to{ | |
4 | Currencies{ | |
5 | AUD{ | |
6 | "AUD$", | |
7 | "Australian Dollar", | |
8 | } | |
9 | BRL{ | |
10 | "R$", | |
11 | "BRL", | |
12 | } | |
13 | NZD{ | |
14 | "NZD$", | |
15 | "NZD", | |
16 | } | |
17 | TOP{ | |
18 | "T$", | |
19 | "Paʻanga fakatonga", | |
20 | } | |
21 | WST{ | |
22 | "WST", | |
23 | "Tala fakahaʻamoa", | |
24 | } | |
25 | XXX{ | |
26 | "¤", | |
27 | "Pa’anga Ta’e’ilo", | |
28 | } | |
29 | } | |
30 | Currencies%variant{ | |
31 | GEL{"₾"} | |
32 | } | |
33 | CurrencyPlurals{ | |
34 | AUD{ | |
35 | other{"Australian Dollar"} | |
36 | } | |
37 | TOP{ | |
38 | other{"Paʻanga fakatonga"} | |
39 | } | |
40 | WST{ | |
41 | other{"Tala fakahaʻamoa"} | |
42 | } | |
43 | XXX{ | |
44 | other{"Pa’anga Ta’e’ilo"} | |
45 | } | |
46 | } | |
47 | CurrencyUnitPatterns{ | |
48 | other{"{1} {0}"} | |
49 | } | |
50 | Version{"2.1.47.82"} | |
51 | } |