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 4wo{ 5 Currencies{ 6 BRL{ 7 "R$", 8 "Real bu Bresil", 9 } 10 CNY{ 11 "CN¥", 12 "Yuan bu Siin", 13 } 14 EUR{ 15 "€", 16 "Euro", 17 } 18 GBP{ 19 "£", 20 "Pound bu Grànd Brëtaañ", 21 } 22 INR{ 23 "₹", 24 "Rupee bu End", 25 } 26 JPY{ 27 "JP¥", 28 "Yen bu Sapoŋ", 29 } 30 RUB{ 31 "RUB", 32 "Ruble bi Rsis", 33 } 34 USD{ 35 "$", 36 "Dolaaru US", 37 } 38 XOF{ 39 "F CFA", 40 "Franc CFA bu Afrik Sowwu-jant", 41 } 42 XXX{ 43 "¤", 44 "Xaalis buñ Xamul", 45 } 46 } 47 Currencies%narrow{ 48 BRL{"R$"} 49 CNY{"¥"} 50 EUR{"€"} 51 GBP{"£"} 52 INR{"₹"} 53 JPY{"¥"} 54 RUB{"₽"} 55 USD{"$"} 56 } 57 CurrencyPlurals{ 58 BRL{ 59 other{"Real yu Bresil"} 60 } 61 CNY{ 62 other{"Yuan yu Siin"} 63 } 64 EUR{ 65 other{"euro"} 66 } 67 GBP{ 68 other{"Pound yu Grànd Brëtaañ"} 69 } 70 INR{ 71 other{"Rupee yu End"} 72 } 73 JPY{ 74 other{"Yen yu Sapoŋ"} 75 } 76 RUB{ 77 other{"Ruble yu Risi"} 78 } 79 USD{ 80 other{"Dolaari US"} 81 } 82 XOF{ 83 other{"Franc CFA yu Afrik Sowwu-jant"} 84 } 85 XXX{ 86 other{"(xaalis buñ xamul)"} 87 } 88 } 89 CurrencyUnitPatterns{ 90 other{"{0} {1}"} 91 } 92} 93