]>
Commit | Line | Data |
---|---|---|
729e4ab9 A |
1 | // *************************************************************************** |
2 | // * | |
b331163b | 3 | // * Copyright (C) 2015 International Business Machines |
51004dcb A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/en_AU.xml | |
729e4ab9 A |
7 | // * |
8 | // *************************************************************************** | |
9 | en_AU{ | |
b331163b | 10 | %%Parent{"en_001"} |
729e4ab9 A |
11 | Currencies{ |
12 | AUD{ | |
13 | "$", | |
14 | "Australian Dollar", | |
15 | } | |
b331163b A |
16 | SCR{ |
17 | "SCR", | |
18 | "Seychelles Rupee", | |
729e4ab9 A |
19 | } |
20 | } | |
57a6839d A |
21 | CurrencyPlurals{ |
22 | EUR{ | |
23 | one{"euro"} | |
24 | other{"euro"} | |
25 | } | |
b331163b A |
26 | MGA{ |
27 | one{"Malagasy ariary"} | |
28 | other{"Malagasy ariarys"} | |
29 | } | |
57a6839d | 30 | } |
b331163b | 31 | Version{"2.1.11.59"} |
729e4ab9 | 32 | } |