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 4lrc{ 5 Currencies{ 6 BRL{ 7 "R$", 8 "رئال بئرئزیل", 9 } 10 CNY{ 11 "CN¥", 12 "یوان چین", 13 } 14 EUR{ 15 "€", 16 "یورو", 17 } 18 GBP{ 19 "£", 20 "پوند بئریتانیا", 21 } 22 INR{ 23 "₹", 24 "روٙپیه هئن", 25 } 26 IQD{ 27 "د.ع.", 28 "IQD", 29 } 30 JPY{ 31 "JP¥", 32 "یئن جاپوٙن", 33 } 34 RUB{ 35 "RUB", 36 "روٙبل روٙسیه", 37 } 38 USD{ 39 "US$", 40 "USD", 41 } 42 XXX{ 43 "¤", 44 "پیل نادیار", 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{"رئال بئرئزیل"} 60 } 61 CNY{ 62 other{"یوان چین"} 63 } 64 EUR{ 65 other{"یورو"} 66 } 67 GBP{ 68 other{"پوند بئریتانیا"} 69 } 70 INR{ 71 other{"روٙپیه هئن"} 72 } 73 JPY{ 74 other{"یئن جاپوٙن"} 75 } 76 RUB{ 77 other{"روٙبل روٙسیه"} 78 } 79 XXX{ 80 other{"پیل نادیار"} 81 } 82 } 83} 84