Index: source/data/curr/wae.txt |
diff --git a/source/data/curr/wae.txt b/source/data/curr/wae.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..91874ba25a00d898c563d6bfa2a81c6498c9144d |
--- /dev/null |
+++ b/source/data/curr/wae.txt |
@@ -0,0 +1,94 @@ |
+// *************************************************************************** |
+// * |
+// * Copyright (C) 2014 International Business Machines |
+// * Corporation and others. All Rights Reserved. |
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
+// * Source File: <path>/common/main/wae.xml |
+// * |
+// *************************************************************************** |
+/** |
+ * ICU <specials> source: <path>/common/main/wae.xml |
+ */ |
+wae{ |
+ Currencies{ |
+ BRL{ |
+ "R$", |
+ "Brasilianiši Real", |
+ } |
+ CNY{ |
+ "CN¥", |
+ "Chinesiši Yuan", |
+ } |
+ EUR{ |
+ "€", |
+ "Euro", |
+ } |
+ GBP{ |
+ "£", |
+ "Pfund", |
+ } |
+ INR{ |
+ "₹", |
+ "Indiši Rupie", |
+ } |
+ JPY{ |
+ "¥", |
+ "Yen", |
+ } |
+ RUB{ |
+ "руб", |
+ "Rubel", |
+ } |
+ USD{ |
+ "$", |
+ "Dollar", |
+ } |
+ XXX{ |
+ "XXX", |
+ "Unbekannti Wãrig", |
+ } |
+ } |
+ CurrencyPlurals{ |
+ BRL{ |
+ one{"Brasilianišä Real"} |
+ other{"Brasilianiši Real"} |
+ } |
+ CNY{ |
+ one{"Chinesišä Yuan"} |
+ other{"Chinesiši Yuan"} |
+ } |
+ EUR{ |
+ one{"Euro"} |
+ other{"Euro"} |
+ } |
+ GBP{ |
+ one{"Pfund"} |
+ other{"Pfund"} |
+ } |
+ INR{ |
+ one{"Indišä Rupie"} |
+ other{"Indiši Rupie"} |
+ } |
+ JPY{ |
+ one{"Yen"} |
+ other{"Yen"} |
+ } |
+ RUB{ |
+ one{"Rubel"} |
+ other{"Rubel"} |
+ } |
+ USD{ |
+ one{"Dollar"} |
+ other{"Dollar"} |
+ } |
+ XXX{ |
+ one{"Unbekannti Wãrig"} |
+ other{"Unbekannti Wãrig"} |
+ } |
+ } |
+ CurrencyUnitPatterns{ |
+ one{"{0} {1}"} |
+ other{"{0} {1}"} |
+ } |
+ Version{"2.1.7.53"} |
+} |