]>
Commit | Line | Data |
---|---|---|
1 | // *************************************************************************** | |
2 | // * | |
3 | // * Copyright (C) 2008 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/en_SG.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | en_SG{ | |
10 | Currencies{ | |
11 | SGD{ | |
12 | "$", | |
13 | "Singapore Dollar", | |
14 | } | |
15 | USD{ | |
16 | "US$", | |
17 | "USD", | |
18 | } | |
19 | } | |
20 | NumberPatterns{ | |
21 | "#,##0.###", | |
22 | "¤#,##0.00", | |
23 | "#,##0%", | |
24 | "#E0", | |
25 | } | |
26 | Version{"1.54"} | |
27 | calendar{ | |
28 | gregorian{ | |
29 | DateTimeElements:intvector{ | |
30 | 1, | |
31 | 1, | |
32 | } | |
33 | DateTimePatterns{ | |
34 | "a hh:mm:ss v", | |
35 | "a hh:mm:ss z", | |
36 | "a hh:mm:ss", | |
37 | "h:mm a", | |
38 | "EEEE, MMMM d, yyyy", | |
39 | "MMMM d, yyyy", | |
40 | "dd-MMM-yyyy", | |
41 | "M/d/yy", | |
42 | "{1} {0}", | |
43 | } | |
44 | } | |
45 | } | |
46 | } |