Index: source/data/curr/to.txt |
diff --git a/source/data/curr/to.txt b/source/data/curr/to.txt |
index 2a365df5982a2978e7e1ef0ec2b401bc5a72a53a..af78e4dc09b00efb38a9b83d198ea1468d2891cd 100755 |
--- a/source/data/curr/to.txt |
+++ b/source/data/curr/to.txt |
@@ -1,6 +1,6 @@ |
// *************************************************************************** |
// * |
-// * Copyright (C) 2013 International Business Machines |
+// * Copyright (C) 2014 International Business Machines |
// * Corporation and others. All Rights Reserved. |
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
// * Source File: <path>/common/main/to.xml |
@@ -11,13 +11,59 @@ |
*/ |
to{ |
Currencies{ |
+ AUD{ |
+ "AUD$", |
+ "AUD", |
+ } |
+ FJD{ |
+ "FJD", |
+ "FJD", |
+ } |
+ NZD{ |
+ "NZD$", |
+ "NZD", |
+ } |
+ PGK{ |
+ "PGK", |
+ "PGK", |
+ } |
+ SBD{ |
+ "SBD", |
+ "SBD", |
+ } |
TOP{ |
"T$", |
- "Tongan Pa'anga", |
+ "Paʻanga fakatonga", |
+ } |
+ VUV{ |
+ "VUV", |
+ "VUV", |
+ } |
+ WST{ |
+ "WST", |
+ "Tala fakahaʻamoa", |
+ } |
+ XPF{ |
+ "CFPF", |
+ "XPF", |
+ } |
+ } |
+ Currencies%narrow{ |
+ AUD{"$"} |
+ FJD{"$"} |
+ NZD{"$"} |
+ SBD{"$"} |
+ } |
+ CurrencyPlurals{ |
+ TOP{ |
+ other{"Paʻanga fakatonga"} |
+ } |
+ WST{ |
+ other{"Tala fakahaʻamoa"} |
} |
} |
CurrencyUnitPatterns{ |
other{"{1} {0}"} |
} |
- Version{"2.0.92.87"} |
+ Version{"2.1.8.9"} |
} |