1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html#License 3en_001{ 4 Currencies{ 5 BYB{ 6 "BYB", 7 "Belarusian New Rouble (1994–1999)", 8 } 9 BYN{ 10 "BYN", 11 "Belarusian Rouble", 12 } 13 BYR{ 14 "BYR", 15 "Belarusian Rouble (2000–2016)", 16 } 17 JPY{ 18 "JP¥", 19 "Japanese Yen", 20 } 21 LVR{ 22 "LVR", 23 "Latvian Rouble", 24 } 25 RUB{ 26 "RUB", 27 "Russian Rouble", 28 } 29 RUR{ 30 "RUR", 31 "Russian Rouble (1991–1998)", 32 } 33 SHP{ 34 "SHP", 35 "St Helena Pound", 36 } 37 TJR{ 38 "TJR", 39 "Tajikistani Rouble", 40 } 41 USD{ 42 "US$", 43 "US Dollar", 44 } 45 } 46 CurrencyPlurals{ 47 BYB{ 48 one{"Belarusian new rouble (1994–1999)"} 49 other{"Belarusian new roubles (1994–1999)"} 50 } 51 BYN{ 52 one{"Belarusian rouble"} 53 other{"Belarusian roubles"} 54 } 55 BYR{ 56 one{"Belarusian rouble (2000–2016)"} 57 other{"Belarusian roubles (2000–2016)"} 58 } 59 LVR{ 60 one{"Latvian rouble"} 61 other{"Latvian roubles"} 62 } 63 RUB{ 64 one{"Russian rouble"} 65 other{"Russian roubles"} 66 } 67 RUR{ 68 one{"Russian rouble (1991–1998)"} 69 other{"Russian roubles (1991–1998)"} 70 } 71 SHP{ 72 one{"St Helena pound"} 73 other{"St Helena pounds"} 74 } 75 TJR{ 76 one{"Tajikistani rouble"} 77 other{"Tajikistani roubles"} 78 } 79 } 80 Version{"36.1"} 81} 82