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 4mi{ 5 Currencies{ 6 BRL{ 7 "R$", 8 "Real Parahi", 9 } 10 CNY{ 11 "CN¥", 12 "Yuan Haina", 13 } 14 EUR{ 15 "€", 16 "Euro", 17 } 18 GBP{ 19 "£", 20 "Pāuna Piritene", 21 } 22 INR{ 23 "₹", 24 "Rupī Iniana", 25 } 26 JPY{ 27 "¥", 28 "Yen Hapanihi", 29 } 30 NZD{ 31 "$", 32 "Tāra o Aotearoa", 33 } 34 RUB{ 35 "RUB", 36 "Rūpera Ruhiana", 37 } 38 USD{ 39 "US$", 40 "Tāra US", 41 } 42 XXX{ 43 "¤", 44 "Moni Tē Mōhiotia", 45 } 46 } 47 CurrencyPlurals{ 48 BRL{ 49 other{"real Parahi"} 50 } 51 CNY{ 52 other{"yuan Haina"} 53 } 54 EUR{ 55 other{"euro"} 56 } 57 GBP{ 58 other{"pāuna Piritene"} 59 } 60 INR{ 61 other{"rupī Iniana"} 62 } 63 JPY{ 64 other{"yen Hapanihi"} 65 } 66 NZD{ 67 other{"tāra o Aotearoa"} 68 } 69 RUB{ 70 other{"rūpera Ruhiana"} 71 } 72 USD{ 73 other{"tāra US"} 74 } 75 XXX{ 76 other{"(moni tē mōhiotia)"} 77 } 78 } 79 CurrencyUnitPatterns{ 80 other{"{0} {1}"} 81 } 82} 83