文本文件  |  28行  |  720 B

// ***************************************************************************
// *
// * Copyright (C) 2015 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{
        BYR{
            "BYR",
            "Weissrussischer Rubel",
        }
        CHF{
            "CHF",
            "Schweizer Franken",
        }
    }
    CurrencyPlurals{
        BYR{
            one{"Weissrussischer Rubel"}
            other{"Weissrussische Rubel"}
        }
    }
    Version{"2.1.11.70"}
}