| 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_Hant_HK.xml | 6 // * Source File: <path>/common/main/zh_Hant_HK.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 zh_Hant_HK{ | 9 zh_Hant_HK{ |
| 10 NumberElements{ | 10 NumberElements{ |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 UK{"英國"} | 344 UK{"英國"} |
| 345 US{"美國"} | 345 US{"美國"} |
| 346 metric{"十進制"} | 346 metric{"十進制"} |
| 347 } | 347 } |
| 348 transformNames{ | 348 transformNames{ |
| 349 Numeric{"數值"} | 349 Numeric{"數值"} |
| 350 x-Accents{"重音"} | 350 x-Accents{"重音"} |
| 351 x-Jamo{"韓文"} | 351 x-Jamo{"韓文"} |
| 352 } | 352 } |
| 353 units{ | 353 units{ |
| 354 area{ | |
| 355 square-meter{ | |
| 356 other{"{0} 平方米"} | |
| 357 } | |
| 358 } | |
| 359 duration{ | 354 duration{ |
| 360 week{ | 355 week{ |
| 361 other{"{0}星期"} | 356 other{"{0}星期"} |
| 362 } | 357 } |
| 363 } | 358 } |
| 364 length{ | |
| 365 centimeter{ | |
| 366 other{"{0} 厘米"} | |
| 367 } | |
| 368 millimeter{ | |
| 369 other{"{0} 毫米"} | |
| 370 } | |
| 371 } | |
| 372 mass{ | |
| 373 ounce{ | |
| 374 other{"{0} 安士"} | |
| 375 } | |
| 376 } | |
| 377 speed{ | |
| 378 meter-per-second{ | |
| 379 other{"{0} 米/小時"} | |
| 380 } | |
| 381 } | |
| 382 temperature{ | |
| 383 celsius{ | |
| 384 other{"攝氏{0}度"} | |
| 385 } | |
| 386 fahrenheit{ | |
| 387 other{"華氏{0}度"} | |
| 388 } | |
| 389 } | |
| 390 } | 359 } |
| 391 unitsNarrow{ | 360 unitsNarrow{ |
| 392 area{ | |
| 393 square-foot{ | |
| 394 other{"{0} ft²"} | |
| 395 } | |
| 396 square-mile{ | |
| 397 other{"{0}mi²"} | |
| 398 } | |
| 399 } | |
| 400 length{ | |
| 401 centimeter{ | |
| 402 other{"{0} 厘米"} | |
| 403 } | |
| 404 millimeter{ | |
| 405 other{"{0} 毫米"} | |
| 406 } | |
| 407 } | |
| 408 mass{ | |
| 409 ounce{ | |
| 410 other{"{0} 安士"} | |
| 411 } | |
| 412 } | |
| 413 pressure{ | |
| 414 inch-hg{ | |
| 415 other{"{0}\u0022 Hg"} | |
| 416 } | |
| 417 } | |
| 418 speed{ | |
| 419 kilometer-per-hour{ | |
| 420 other{"{0}kph"} | |
| 421 } | |
| 422 meter-per-second{ | |
| 423 other{"{0}m/s"} | |
| 424 } | |
| 425 mile-per-hour{ | |
| 426 other{"{0}mph"} | |
| 427 } | |
| 428 } | |
| 429 volume{ | |
| 430 cubic-kilometer{ | |
| 431 other{"{0}km³"} | |
| 432 } | |
| 433 cubic-mile{ | |
| 434 other{"{0}mi³"} | |
| 435 } | |
| 436 } | |
| 437 } | 361 } |
| 438 unitsShort{ | 362 unitsShort{ |
| 439 area{ | |
| 440 square-meter{ | |
| 441 other{"{0} 平方米"} | |
| 442 } | |
| 443 } | |
| 444 length{ | |
| 445 centimeter{ | |
| 446 other{"{0} 厘米"} | |
| 447 } | |
| 448 millimeter{ | |
| 449 other{"{0} 毫米"} | |
| 450 } | |
| 451 } | |
| 452 mass{ | |
| 453 ounce{ | |
| 454 other{"{0} 安士"} | |
| 455 } | |
| 456 } | |
| 457 speed{ | |
| 458 meter-per-second{ | |
| 459 other{"{0} 米 / 小時"} | |
| 460 } | |
| 461 } | |
| 462 } | 363 } |
| 463 } | 364 } |
| OLD | NEW |