• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/to.xml
7// *
8// ***************************************************************************
9to{
10    Currencies{
11        AUD{
12            "AUD$",
13            "AUD",
14        }
15        BRL{
16            "R$",
17            "BRL",
18        }
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        }
35        TOP{
36            "T$",
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        }
51        XXX{
52            "XXX",
53            "Pa’anga Ta’e’ilo",
54        }
55    }
56    Currencies%narrow{
57        AUD{"$"}
58        FJD{"$"}
59        NZD{"$"}
60        SBD{"$"}
61        TWD{"$"}
62    }
63    Currencies%variant{
64        GEL{"₾"}
65    }
66    CurrencyPlurals{
67        TOP{
68            other{"Paʻanga fakatonga"}
69        }
70        WST{
71            other{"Tala fakahaʻamoa"}
72        }
73        XXX{
74            other{"Pa’anga Ta’e’ilo"}
75        }
76    }
77    CurrencyUnitPatterns{
78        other{"{1} {0}"}
79    }
80    Version{"2.1.19.14"}
81}
82