]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | // *************************************************************************** |
2 | // * | |
3 | // * Copyright (C) 2006 International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
6 | // * Source File:<path>/common/main/zh_Hans_SG.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | zh_Hans_SG{ | |
10 | Countries{ | |
11 | AU{"澳洲"} | |
12 | CZ{"捷克"} | |
13 | ID{"印尼"} | |
14 | KR{"南韩"} | |
15 | NZ{"纽西兰"} | |
16 | SA{"沙地阿拉伯"} | |
17 | } | |
18 | Languages{ | |
19 | root{"根 源"} | |
20 | sh{"塞尔维亚克罗地亚文"} | |
21 | } | |
22 | NumberPatterns{ | |
23 | "#,##0.###", | |
24 | "¤#,##0.00", | |
25 | "#,##0%", | |
26 | "#E0", | |
27 | } | |
28 | Version{"1.32"} | |
29 | calendar{ | |
30 | gregorian{ | |
31 | DateTimeElements:intvector{ | |
32 | 1, | |
33 | 1, | |
34 | } | |
35 | DateTimePatterns{ | |
36 | "a hh:mm:ss", | |
37 | "a hh:mm:ss", | |
38 | "a hh:mm", | |
39 | "a hh:mm", | |
40 | "dd MMMM yyyy", | |
41 | "dd MMM yyyy", | |
42 | "dd-MMM-yy", | |
43 | "dd/MM/yy", | |
44 | "{1} {0}", | |
45 | } | |
46 | } | |
47 | } | |
48 | } |