Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
1 // ***************************************************************************
2 // *
3 // * Copyright (C) 2013 International Business Machines
4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/zh_Hant_MO.xml
7 // *
8 // ***************************************************************************
9 zh_Hant_MO{
10 %%Parent{"zh_Hant_HK"}
11 Version{"2.0.92.80"}
12 calendar{
13 generic{
14 DateTimePatterns{
15 "ah:mm:ss [zzzz]",
16 "ah:mm:ss [z]",
17 "ah:mm:ss",
18 "ah:mm",
19 "Gy年MM月dd日EEEE",
20 "Gy年MM月dd日",
21 "Gy年M月d日",
22 "Gy年M月d日",
23 "{1}{0}",
24 "{1} {0}",
25 "{1} {0}",
26 "{1}{0}",
27 "{1}{0}",
28 }
29 availableFormats{
30 MEd{"M-d (E)"}
31 Md{"M-d"}
32 }
33 }
34 gregorian{
35 DateTimePatterns{
36 "ah:mm:ss [zzzz]",
37 "ah:mm:ss [z]",
38 "ah:mm:ss",
39 "ah:mm",
40 "y年MM月dd日EEEE",
41 "y年MM月dd日",
42 "y年M月d日",
43 "yy年M月d日",
44 "{1}{0}",
45 "{1} {0}",
46 "{1} {0}",
47 "{1}{0}",
48 "{1}{0}",
49 }
50 availableFormats{
51 MEd{"E, M-d"}
52 MMdd{"dd-MM"}
53 Md{"M-d"}
54 }
55 }
56 }
57 }