• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3to{
4    Currencies{
5        AUD{
6            "AUD$",
7            "Australian Dollar",
8        }
9        BRL{
10            "R$",
11            "BRL",
12        }
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        }
29        TOP{
30            "T$",
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        }
45        XXX{
46            "¤",
47            "Pa’anga Ta’e’ilo",
48        }
49    }
50    Currencies%narrow{
51        AUD{"$"}
52        FJD{"$"}
53        NZD{"$"}
54        SBD{"$"}
55        TWD{"$"}
56    }
57    Currencies%variant{
58        GEL{"₾"}
59    }
60    CurrencyPlurals{
61        AUD{
62            other{"Australian Dollar"}
63        }
64        TOP{
65            other{"Paʻanga fakatonga"}
66        }
67        WST{
68            other{"Tala fakahaʻamoa"}
69        }
70        XXX{
71            other{"Pa’anga Ta’e’ilo"}
72        }
73    }
74    CurrencyUnitPatterns{
75        other{"{1} {0}"}
76    }
77    Version{"2.1.44.88"}
78}
79