1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html 3// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml 4wae{ 5 Currencies{ 6 BRL{ 7 "R$", 8 "Brasilianiši Real", 9 } 10 CNY{ 11 "CN¥", 12 "Chinesiši Yuan", 13 } 14 EUR{ 15 "€", 16 "Euro", 17 } 18 GBP{ 19 "£", 20 "Pfund", 21 } 22 INR{ 23 "₹", 24 "Indiši Rupie", 25 } 26 JPY{ 27 "¥", 28 "Yen", 29 } 30 RUB{ 31 "RUB", 32 "Rubel", 33 } 34 USD{ 35 "$", 36 "Dollar", 37 } 38 XXX{ 39 "¤", 40 "Unbekannti Wãrig", 41 } 42 } 43 CurrencyPlurals{ 44 BRL{ 45 one{"Brasilianišä Real"} 46 other{"Brasilianiši Real"} 47 } 48 CNY{ 49 one{"Chinesišä Yuan"} 50 other{"Chinesiši Yuan"} 51 } 52 INR{ 53 one{"Indišä Rupie"} 54 other{"Indiši Rupie"} 55 } 56 } 57 CurrencyUnitPatterns{ 58 one{"{0} {1}"} 59 other{"{0} {1}"} 60 } 61} 62