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