-// ***************************************************************************
-// *
-// * Copyright (C) 2010 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ig.xml
-// *
-// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/main/ig.xml
- */
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html#License
ig{
Currencies{
+ BRL{
+ "R$",
+ "Real Brazil",
+ }
+ CNY{
+ "CN¥",
+ "Yuan China",
+ }
CVE{
- "CV$",
+ "CVE",
"Escudo Caboverdiano",
}
+ EUR{
+ "€",
+ "Euro",
+ }
+ GBP{
+ "£",
+ "Pound British",
+ }
+ INR{
+ "₹",
+ "Rupee India",
+ }
+ JPY{
+ "¥",
+ "Yen Japan",
+ }
NGN{
"₦",
"Naịra",
}
+ RUB{
+ "RUB",
+ "Ruble Russia",
+ }
+ USD{
+ "$",
+ "Dollar US",
+ }
+ XXX{
+ "¤",
+ "Ego Amaghị",
+ }
+ }
+ Currencies%narrow{
+ BRL{"R$"}
+ CNY{"¥"}
+ EUR{"€"}
+ GBP{"£"}
+ INR{"₹"}
+ JPY{"¥"}
+ RUB{"₽"}
+ USD{"$"}
+ }
+ CurrencyPlurals{
+ BRL{
+ other{"Real Brazil"}
+ }
+ CNY{
+ other{"Yuan China"}
+ }
+ EUR{
+ other{"euro"}
+ }
+ GBP{
+ other{"Pound British"}
+ }
+ INR{
+ other{"Rupee India"}
+ }
+ JPY{
+ other{"Yen Japan"}
+ }
+ RUB{
+ other{"Ruble Russia"}
+ }
+ USD{
+ other{"dollar US"}
+ }
+ XXX{
+ other{"(ego amaghị)"}
+ }
+ }
+ CurrencyUnitPatterns{
+ other{"{0} {1}"}
}
- Version{"2.0.46.79"}
+ Version{"2.1.48.45"}
}