Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: source/data/curr/to.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/data/curr/tl_PH.txt ('k') | source/data/curr/tr.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/curr/to.txt
diff --git a/source/data/curr/to.txt b/source/data/curr/to.txt
index 5aa81f4a2f95251e0824e93613be26c764104354..55d396a15ded833043c93e0d574721247357c573 100755
--- a/source/data/curr/to.txt
+++ b/source/data/curr/to.txt
@@ -1,20 +1,25 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/to.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/to.xml
- */
to{
Currencies{
AUD{
"AUD$",
"AUD",
}
+ BRL{
+ "R$",
+ "BRL",
+ }
+ FJD{
+ "FJD",
+ "FJD",
+ }
NZD{
"NZD$",
"NZD",
@@ -23,15 +28,54 @@ to{
"PGK",
"PGK",
}
+ SBD{
+ "SBD",
+ "SBD",
+ }
+ TOP{
+ "T$",
+ "Paʻanga fakatonga",
+ }
+ VUV{
+ "VUV",
+ "VUV",
+ }
+ WST{
+ "WST",
+ "Tala fakahaʻamoa",
+ }
+ XPF{
+ "CFPF",
+ "XPF",
+ }
+ XXX{
+ "XXX",
+ "Pa’anga Ta’e’ilo",
+ }
}
Currencies%narrow{
AUD{"$"}
+ FJD{"$"}
NZD{"$"}
+ SBD{"$"}
+ TWD{"$"}
+ }
+ Currencies%variant{
+ GEL{"₾"}
}
CurrencyPlurals{
+ TOP{
+ other{"Paʻanga fakatonga"}
+ }
+ WST{
+ other{"Tala fakahaʻamoa"}
+ }
+ XXX{
+ other{"Pa’anga Ta’e’ilo"}
+ }
}
CurrencyUnitPatterns{
other{"{1} {0}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.19.14"}
}
« no previous file with comments | « source/data/curr/tl_PH.txt ('k') | source/data/curr/tr.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698