]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
374ca955 A |
3 | // * Copyright (C) 2004 International Business Machines |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
6 | // * Source File: ../../../locale/common/main/en_AU.xml | |
b75a7d8f | 7 | // * |
374ca955 A |
8 | // *************************************************************************** |
9 | en_AU{ | |
10 | Currencies{ | |
11 | AUD{ | |
12 | "$", | |
13 | "Australian Dollar", | |
14 | } | |
b75a7d8f | 15 | } |
374ca955 A |
16 | Version{"1.2"} |
17 | calendar{ | |
18 | gregorian{ | |
19 | DateTimePatterns{ | |
20 | "h:mm:ss a z", | |
21 | "h:mm:ss a", | |
22 | "h:mm:ss a", | |
23 | "h:mm a", | |
24 | "EEEE, d MMMM yyyy", | |
25 | "d MMMM yyyy", | |
26 | "dd/MM/yyyy", | |
27 | "d/MM/yy", | |
28 | "{1} {0}", | |
29 | } | |
30 | } | |
b75a7d8f A |
31 | } |
32 | } |