| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 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_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 %%Parent{"zh_Hant"} |
| 10 NumberElements{ | 11 NumberElements{ |
| 11 latn{ | 12 latn{ |
| 12 patternsLong{ | 13 patternsLong{ |
| 13 decimalFormat{ | 14 decimalFormat{ |
| 14 1000{ | 15 1000{ |
| 15 other{"0千"} | 16 other{"0千"} |
| 16 } | 17 } |
| 17 10000{ | 18 10000{ |
| 18 other{"0萬"} | 19 other{"0萬"} |
| 19 } | 20 } |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 middle{"{0} {1}"} | 472 middle{"{0} {1}"} |
| 472 start{"{0} {1}"} | 473 start{"{0} {1}"} |
| 473 } | 474 } |
| 474 } | 475 } |
| 475 transformNames{ | 476 transformNames{ |
| 476 Numeric{"數值"} | 477 Numeric{"數值"} |
| 477 x-Accents{"重音"} | 478 x-Accents{"重音"} |
| 478 x-Jamo{"韓文"} | 479 x-Jamo{"韓文"} |
| 479 } | 480 } |
| 480 } | 481 } |
| OLD | NEW |