// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2016 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/de_CH.xml
// ***************************************************************************
de_CH{
Currencies{
- CHF{
- "CHF",
- "Schweizer Franken",
+ BYR{
+ "BYR",
+ "Weissrussischer Rubel",
+ }
+ EUR{
+ "EUR",
+ "Euro",
+ }
+ }
+ Currencies%narrow{
+ EUR{"EUR"}
+ }
+ CurrencyPlurals{
+ BYR{
+ one{"Weissrussischer Rubel"}
+ other{"Weissrussische Rubel"}
}
}
- Version{"2.0.92.87"}
+ Version{"2.1.19.87"}
}