| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2013 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{ |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 compound{ | 260 compound{ |
| 261 per{"{0}/{1}"} | 261 per{"{0}/{1}"} |
| 262 } | 262 } |
| 263 duration{ | 263 duration{ |
| 264 second{ | 264 second{ |
| 265 other{"{0}秒"} | 265 other{"{0}秒"} |
| 266 } | 266 } |
| 267 } | 267 } |
| 268 } | 268 } |
| 269 unitsNarrow{ | 269 unitsNarrow{ |
| 270 length{ | |
| 271 centimeter{ | |
| 272 other{"{0}厘米"} | |
| 273 } | |
| 274 foot{ | |
| 275 other{"{0}英尺"} | |
| 276 } | |
| 277 inch{ | |
| 278 other{"{0}英寸"} | |
| 279 } | |
| 280 kilometer{ | |
| 281 other{"{0}公里"} | |
| 282 } | |
| 283 light-year{ | |
| 284 other{"{0}光年"} | |
| 285 } | |
| 286 meter{ | |
| 287 other{"{0}米"} | |
| 288 } | |
| 289 mile{ | |
| 290 other{"{0}英里"} | |
| 291 } | |
| 292 millimeter{ | |
| 293 other{"{0}毫米"} | |
| 294 } | |
| 295 picometer{ | |
| 296 other{"{0}皮米"} | |
| 297 } | |
| 298 yard{ | |
| 299 other{"{0}码"} | |
| 300 } | |
| 301 } | |
| 302 } | 270 } |
| 303 unitsShort{ | 271 unitsShort{ |
| 304 length{ | |
| 305 centimeter{ | |
| 306 other{"{0}厘米"} | |
| 307 } | |
| 308 foot{ | |
| 309 other{"{0}英尺"} | |
| 310 } | |
| 311 inch{ | |
| 312 other{"{0}英寸"} | |
| 313 } | |
| 314 kilometer{ | |
| 315 other{"{0}公里"} | |
| 316 } | |
| 317 light-year{ | |
| 318 other{"{0}光年"} | |
| 319 } | |
| 320 meter{ | |
| 321 other{"{0}米"} | |
| 322 } | |
| 323 mile{ | |
| 324 other{"{0}英里"} | |
| 325 } | |
| 326 millimeter{ | |
| 327 other{"{0}毫米"} | |
| 328 } | |
| 329 picometer{ | |
| 330 other{"{0}皮米"} | |
| 331 } | |
| 332 yard{ | |
| 333 other{"{0}码"} | |
| 334 } | |
| 335 } | |
| 336 } | 272 } |
| 337 } | 273 } |
| OLD | NEW |