1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html#License 3lrc{ 4 Currencies{ 5 BRL{ 6 "R$", 7 "رئال بئرئزیل", 8 } 9 CNY{ 10 "CN¥", 11 "یوان چین", 12 } 13 EUR{ 14 "€", 15 "یورو", 16 } 17 GBP{ 18 "£", 19 "پوند بئریتانیا", 20 } 21 INR{ 22 "₹", 23 "روٙپیه هئن", 24 } 25 IQD{ 26 "د.ع.", 27 "IQD", 28 } 29 JPY{ 30 "JP¥", 31 "یئن جاپوٙن", 32 } 33 RUB{ 34 "RUB", 35 "روٙبل روٙسیه", 36 } 37 USD{ 38 "US$", 39 "USD", 40 } 41 XXX{ 42 "¤", 43 "پیل نادیار", 44 } 45 } 46 Currencies%narrow{ 47 BRL{"R$"} 48 CNY{"¥"} 49 EUR{"€"} 50 GBP{"£"} 51 INR{"₹"} 52 JPY{"¥"} 53 RUB{"₽"} 54 USD{"$"} 55 } 56 CurrencyPlurals{ 57 BRL{ 58 other{"رئال بئرئزیل"} 59 } 60 CNY{ 61 other{"یوان چین"} 62 } 63 EUR{ 64 other{"یورو"} 65 } 66 GBP{ 67 other{"پوند بئریتانیا"} 68 } 69 INR{ 70 other{"روٙپیه هئن"} 71 } 72 JPY{ 73 other{"یئن جاپوٙن"} 74 } 75 RUB{ 76 other{"روٙبل روٙسیه"} 77 } 78 USD{ 79 other{"USD"} 80 } 81 XXX{ 82 other{"پیل نادیار"} 83 } 84 } 85 Version{"2.1.43.65"} 86} 87