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        CHF{
16            "CHF",
17            "Schweizer Franken",
18        }
19    }
20    CurrencyPlurals{
21        BYR{
22            one{"Weissrussischer Rubel"}
23            other{"Weissrussische Rubel"}
24        }
25    }
26    Version{"2.1.11.70"}
27}
28