]>
Commit | Line | Data |
---|---|---|
374ca955 A |
1 | // *************************************************************************** |
2 | // * | |
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/zh_Hant_MO.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | zh_Hant_MO{ | |
10 | Countries{ | |
11 | MO{"澳門特別行政區"} | |
12 | } | |
13 | NumberPatterns{ | |
14 | "#,##0.###;-#,##0.###", | |
15 | "¤#,##0.00;(¤#,##0.00)", | |
16 | "#,##0%", | |
17 | "#E0", | |
18 | } | |
19 | Version{"1.2"} | |
20 | calendar{ | |
21 | gregorian{ | |
22 | DateTimePatterns{ | |
23 | "ahh'時'mm'分'ss'秒' z", | |
24 | "ahh'時'mm'分'ss'秒'", | |
25 | "ahh:mm:ss", | |
26 | "ah:mm", | |
27 | "yyyy'年'MM'月'dd'日' EEEE", | |
28 | "yyyy'年'MM'月'dd'日'", | |
29 | "yyyy'年'M'月'd'日'", | |
30 | "yy'年'M'月'd'日'", | |
31 | "{1} {0}", | |
32 | } | |
33 | monthNames{ | |
34 | format{ | |
35 | abbreviated{ | |
36 | "1月", | |
37 | "2月", | |
38 | "3月", | |
39 | "4月", | |
40 | "5月", | |
41 | "6月", | |
42 | "7月", | |
43 | "8月", | |
44 | "9月", | |
45 | "10月", | |
46 | "11月", | |
47 | "12月", | |
48 | } | |
49 | } | |
50 | } | |
51 | } | |
52 | } | |
53 | } |