]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
73c04bcf | 3 | // * Copyright (C) 2006 International Business Machines |
374ca955 A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
73c04bcf | 6 | // * Source File:<path>/common/main/en_NZ.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 A |
9 | en_NZ{ |
10 | Currencies{ | |
11 | NZD{ | |
12 | "$", | |
13 | "New Zealand Dollar", | |
14 | } | |
b75a7d8f | 15 | } |
73c04bcf | 16 | Version{"1.41"} |
374ca955 A |
17 | calendar{ |
18 | gregorian{ | |
73c04bcf A |
19 | DateTimeElements:intvector{ |
20 | 1, | |
21 | 1, | |
22 | } | |
374ca955 | 23 | DateTimePatterns{ |
73c04bcf | 24 | "h:mm:ss a v", |
374ca955 A |
25 | "h:mm:ss a", |
26 | "h:mm:ss a", | |
27 | "h:mm a", | |
28 | "EEEE, d MMMM yyyy", | |
29 | "d MMMM yyyy", | |
30 | "d/MM/yyyy", | |
31 | "d/MM/yy", | |
32 | "{1} {0}", | |
33 | } | |
34 | } | |
b75a7d8f A |
35 | } |
36 | } |