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        FJD{
16            "FJD",
17            "FJD",
18        }
19        NZD{
20            "NZD$",
21            "NZD",
22        }
23        PGK{
24            "PGK",
25            "PGK",
26        }
27        SBD{
28            "SBD",
29            "SBD",
30        }
31        TOP{
32            "T$",
33            "Paʻanga fakatonga",
34        }
35        VUV{
36            "VUV",
37            "VUV",
38        }
39        WST{
40            "WST",
41            "Tala fakahaʻamoa",
42        }
43        XPF{
44            "CFPF",
45            "XPF",
46        }
47    }
48    Currencies%narrow{
49        AUD{"$"}
50        FJD{"$"}
51        NZD{"$"}
52        SBD{"$"}
53    }
54    CurrencyPlurals{
55        TOP{
56            other{"Paʻanga fakatonga"}
57        }
58        WST{
59            other{"Tala fakahaʻamoa"}
60        }
61    }
62    CurrencyUnitPatterns{
63        other{"{1} {0}"}
64    }
65    Version{"2.1.12.94"}
66}
67