1// *************************************************************************** 2// * 3// * Copyright (C) 2015 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 6// * Source File: <path>/common/main/de_CH.xml 7// * 8// *************************************************************************** 9de_CH{ 10 Currencies{ 11 BYR{ 12 "BYR", 13 "Weissrussischer Rubel", 14 } 15 EUR{ 16 "EUR", 17 "Euro", 18 } 19 } 20 Currencies%narrow{ 21 EUR{"EUR"} 22 } 23 CurrencyPlurals{ 24 BYR{ 25 one{"Weissrussischer Rubel"} 26 other{"Weissrussische Rubel"} 27 } 28 } 29 Version{"2.1.19.87"} 30} 31