1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html#License 3de_CH{ 4 Currencies{ 5 BYN{ 6 "BYN", 7 "Weissrussischer Rubel", 8 } 9 BYR{ 10 "BYR", 11 "Weissrussischer Rubel (2000–2016)", 12 } 13 EUR{ 14 "EUR", 15 "Euro", 16 } 17 STN{ 18 "STN", 19 "São-toméischer Dobra (2018)", 20 } 21 VEF{ 22 "VEF", 23 "Venezolanischer Bolívar", 24 } 25 VES{ 26 "VES", 27 "VES", 28 } 29 } 30 Currencies%narrow{ 31 EUR{"EUR"} 32 } 33 CurrencyPlurals{ 34 BYN{ 35 one{"Weissrussischer Rubel"} 36 other{"Weissrussische Rubel"} 37 } 38 BYR{ 39 one{"Weissrussischer Rubel (2000–2016)"} 40 other{"Weissrussische Rubel (2000–2016)"} 41 } 42 STN{ 43 one{"São-toméischer Dobra (2018)"} 44 other{"São-toméischer Dobra (2018)"} 45 } 46 VEF{ 47 one{"Venezolanischer Bolívar"} 48 other{"Venezolanische Bolívares"} 49 } 50 VES{ 51 one{"VES"} 52 other{"VES"} 53 } 54 } 55 Version{"2.1.44.50"} 56} 57