]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
46f4442e | 3 | // * Copyright (C) 2008 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_HK.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 A |
9 | en_HK{ |
10 | Currencies{ | |
11 | HKD{ | |
12 | "$", | |
13 | "Hong Kong Dollar", | |
14 | } | |
15 | USD{ | |
16 | "US$", | |
17 | "USD", | |
18 | } | |
b75a7d8f | 19 | } |
46f4442e | 20 | Version{"1.48"} |
374ca955 A |
21 | calendar{ |
22 | gregorian{ | |
73c04bcf A |
23 | DateTimeElements:intvector{ |
24 | 1, | |
25 | 1, | |
26 | } | |
374ca955 | 27 | DateTimePatterns{ |
73c04bcf | 28 | "h:mm:ss a v", |
374ca955 A |
29 | "h:mm:ss a z", |
30 | "h:mm:ss a", | |
31 | "h:mm a", | |
32 | "EEEE, d MMMM yyyy", | |
33 | "d MMMM yyyy", | |
34 | "d MMM yyyy", | |
35 | "dd/MM/yyyy", | |
36 | "{1} {0}", | |
37 | } | |
38 | } | |
39 | } | |
b75a7d8f | 40 | } |