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 JPY{ 26 "JP¥", 27 "یئن جاپوٙن", 28 } 29 RUB{ 30 "RUB", 31 "روٙبل روٙسیه", 32 } 33 USD{ 34 "US$", 35 "USD", 36 } 37 XXX{ 38 "XXX", 39 "پیل نادیار", 40 } 41 } 42 Currencies%narrow{ 43 BRL{"R$"} 44 CNY{"¥"} 45 EUR{"€"} 46 GBP{"£"} 47 INR{"₹"} 48 JPY{"¥"} 49 RUB{"₽"} 50 USD{"$"} 51 } 52 CurrencyPlurals{ 53 BRL{ 54 other{"رئال بئرئزیل"} 55 } 56 CNY{ 57 other{"یوان چین"} 58 } 59 EUR{ 60 other{"یورو"} 61 } 62 GBP{ 63 other{"پوند بئریتانیا"} 64 } 65 INR{ 66 other{"روٙپیه هئن"} 67 } 68 JPY{ 69 other{"یئن جاپوٙن"} 70 } 71 RUB{ 72 other{"روٙبل روٙسیه"} 73 } 74 USD{ 75 other{"USD"} 76 } 77 XXX{ 78 other{"پیل نادیار"} 79 } 80 } 81 Version{"2.1.27.40"} 82} 83