文本文件  |  33行  |  799 B

// ***************************************************************************
// *
// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_AU.xml
// *
// ***************************************************************************
en_AU{
    %%Parent{"en_001"}
    Currencies{
        AUD{
            "$",
            "Australian Dollar",
        }
        SCR{
            "SCR",
            "Seychelles Rupee",
        }
    }
    CurrencyPlurals{
        EUR{
            one{"euro"}
            other{"euro"}
        }
        MGA{
            one{"Malagasy ariary"}
            other{"Malagasy ariarys"}
        }
    }
    Version{"2.1.11.59"}
}