]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
73c04bcf | 3 | // * Copyright (C) 2006 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 | } |
73c04bcf | 20 | Version{"1.43"} |
374ca955 A |
21 | calendar{ |
22 | gregorian{ | |
73c04bcf A |
23 | DateTimeElements:intvector{ |
24 | 1, | |
25 | 1, | |
26 | } | |
374ca955 | 27 | DateTimePatterns{ |
73c04bcf | 28 | "h:mm:ss a v", |
374ca955 A |
29 | "h:mm:ss a z", |
30 | "h:mm:ss a", | |
31 | "h:mm a", | |
73c04bcf A |
32 | "EEEE, MMMM d, yyyy", |
33 | "MMMM d, yyyy", | |
34 | "MMM d, yyyy", | |
35 | "M/d/yy", | |
374ca955 A |
36 | "{1} {0}", |
37 | } | |
38 | } | |
39 | } | |
b75a7d8f | 40 | } |