// ***************************************************************************
// *
-// * Copyright (C) 2012 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_AU.xml
+// * 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",
}
- USD{
- "US$",
- "US Dollar",
+ SCR{
+ "SCR",
+ "Seychelles Rupee",
}
}
- Version{"2.0.64.65"}
+ CurrencyPlurals{
+ EUR{
+ one{"euro"}
+ other{"euro"}
+ }
+ MGA{
+ one{"Malagasy ariary"}
+ other{"Malagasy ariarys"}
+ }
+ }
+ Version{"2.1.11.59"}
}