| 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_HK.xml | 6 // * Source File: <path>/common/main/zh_Hans_HK.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 zh_Hans_HK{ | 9 zh_Hans_HK{ |
| 10 NumberElements{ | 10 NumberElements{ |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 compound{ | 330 compound{ |
| 331 per{"{0}/{1}"} | 331 per{"{0}/{1}"} |
| 332 } | 332 } |
| 333 duration{ | 333 duration{ |
| 334 second{ | 334 second{ |
| 335 other{"{0}秒"} | 335 other{"{0}秒"} |
| 336 } | 336 } |
| 337 } | 337 } |
| 338 } | 338 } |
| 339 unitsNarrow{ | 339 unitsNarrow{ |
| 340 length{ | |
| 341 centimeter{ | |
| 342 other{"{0}厘米"} | |
| 343 } | |
| 344 foot{ | |
| 345 other{"{0}英尺"} | |
| 346 } | |
| 347 inch{ | |
| 348 other{"{0}英寸"} | |
| 349 } | |
| 350 kilometer{ | |
| 351 other{"{0}公里"} | |
| 352 } | |
| 353 light-year{ | |
| 354 other{"{0}光年"} | |
| 355 } | |
| 356 meter{ | |
| 357 other{"{0}米"} | |
| 358 } | |
| 359 mile{ | |
| 360 other{"{0}英里"} | |
| 361 } | |
| 362 millimeter{ | |
| 363 other{"{0}毫米"} | |
| 364 } | |
| 365 picometer{ | |
| 366 other{"{0}皮米"} | |
| 367 } | |
| 368 yard{ | |
| 369 other{"{0}码"} | |
| 370 } | |
| 371 } | |
| 372 } | 340 } |
| 373 unitsShort{ | 341 unitsShort{ |
| 374 length{ | |
| 375 centimeter{ | |
| 376 other{"{0}厘米"} | |
| 377 } | |
| 378 foot{ | |
| 379 other{"{0}英尺"} | |
| 380 } | |
| 381 inch{ | |
| 382 other{"{0}英寸"} | |
| 383 } | |
| 384 kilometer{ | |
| 385 other{"{0}公里"} | |
| 386 } | |
| 387 light-year{ | |
| 388 other{"{0}光年"} | |
| 389 } | |
| 390 meter{ | |
| 391 other{"{0}米"} | |
| 392 } | |
| 393 mile{ | |
| 394 other{"{0}英里"} | |
| 395 } | |
| 396 millimeter{ | |
| 397 other{"{0}毫米"} | |
| 398 } | |
| 399 picometer{ | |
| 400 other{"{0}皮米"} | |
| 401 } | |
| 402 yard{ | |
| 403 other{"{0}码"} | |
| 404 } | |
| 405 } | |
| 406 } | 342 } |
| 407 } | 343 } |
| OLD | NEW |