OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/main/zh_Hans_SG.xml | 6 // * Source File: <path>/common/main/zh_Hans_SG.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 zh_Hans_SG{ | 9 zh_Hans_SG{ |
10 NumberElements{ | 10 NumberElements{ |
11 latn{ | 11 latn{ |
12 patterns{ | 12 patterns{ |
13 accountingFormat{"¤#,##0.00;(¤#,##0.00)"} | |
14 currencyFormat{"¤#,##0.00"} | 13 currencyFormat{"¤#,##0.00"} |
15 } | 14 } |
16 } | 15 } |
17 } | 16 } |
18 Version{"2.0.92.87"} | 17 Version{"2.1.8.19"} |
19 calendar{ | 18 calendar{ |
20 buddhist{ | 19 buddhist{ |
21 DateTimePatterns{ | 20 DateTimePatterns{ |
22 "zzzzah:mm:ss", | 21 "zzzzah:mm:ss", |
23 "ahh:mm:ssz", | 22 "ahh:mm:ssz", |
24 "ah:mm:ss", | 23 "ah:mm:ss", |
25 "ahh:mm", | 24 "ahh:mm", |
26 "Gy年M月d日EEEE", | 25 "Gy年M月d日EEEE", |
27 "Gy年M月d日", | 26 "Gy年M月d日", |
28 "Gy年M月d日", | 27 "Gy年M月d日", |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 "{1}{0}", | 133 "{1}{0}", |
135 "{1} {0}", | 134 "{1} {0}", |
136 "{1} {0}", | 135 "{1} {0}", |
137 } | 136 } |
138 availableFormats{ | 137 availableFormats{ |
139 MEd{"M-dE"} | 138 MEd{"M-dE"} |
140 MMM{"M月"} | 139 MMM{"M月"} |
141 MMMMdd{"M月d日"} | 140 MMMMdd{"M月d日"} |
142 MMdd{"MM-dd"} | 141 MMdd{"MM-dd"} |
143 Md{"M-d"} | 142 Md{"M-d"} |
144 yM{"y年M月"} | |
145 yMEd{"y年M月d日,E"} | 143 yMEd{"y年M月d日,E"} |
146 yMd{"y年M月d日"} | 144 yMd{"y年M月d日"} |
147 } | 145 } |
148 intervalFormats{ | 146 intervalFormats{ |
149 Hmv{ | 147 Hmv{ |
150 H{"vHH:mm–HH:mm"} | 148 H{"vHH:mm–HH:mm"} |
151 m{"vHH:mm–HH:mm"} | 149 m{"vHH:mm–HH:mm"} |
152 } | 150 } |
153 Hv{ | 151 Hv{ |
154 H{"vHH–HH"} | 152 H{"vHH–HH"} |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 relativeTime{ | 247 relativeTime{ |
250 future{ | 248 future{ |
251 other{"{0}秒后"} | 249 other{"{0}秒后"} |
252 } | 250 } |
253 past{ | 251 past{ |
254 other{"{0}秒前"} | 252 other{"{0}秒前"} |
255 } | 253 } |
256 } | 254 } |
257 } | 255 } |
258 } | 256 } |
259 units{ | |
260 compound{ | |
261 per{"{0}/{1}"} | |
262 } | |
263 duration{ | |
264 second{ | |
265 other{"{0}秒"} | |
266 } | |
267 } | |
268 } | |
269 unitsNarrow{ | |
270 } | |
271 unitsShort{ | |
272 } | |
273 } | 257 } |
OLD | NEW |