| 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 Version{"2.1.8.28"} | 11 Version{"2.1.8.28"} |
| 11 zoneStrings{ | 12 zoneStrings{ |
| 12 "Africa:Abidjan"{ | 13 "Africa:Abidjan"{ |
| 13 ec{"阿比贊"} | 14 ec{"阿比贊"} |
| 14 } | 15 } |
| 15 "Africa:Asmera"{ | 16 "Africa:Asmera"{ |
| 16 ec{"阿斯馬拉"} | 17 ec{"阿斯馬拉"} |
| 17 } | 18 } |
| 18 "Africa:Dar_es_Salaam"{ | 19 "Africa:Dar_es_Salaam"{ |
| 19 ec{"達累斯薩拉姆"} | 20 ec{"達累斯薩拉姆"} |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 "meta:Pitcairn"{ | 165 "meta:Pitcairn"{ |
| 165 ls{"皮特康時間"} | 166 ls{"皮特康時間"} |
| 166 } | 167 } |
| 167 "meta:Solomon"{ | 168 "meta:Solomon"{ |
| 168 ls{"所羅門群島時間"} | 169 ls{"所羅門群島時間"} |
| 169 } | 170 } |
| 170 regionFormatDaylight{"{0}夏令時間"} | 171 regionFormatDaylight{"{0}夏令時間"} |
| 171 regionFormatStandard{"{0}標準時間"} | 172 regionFormatStandard{"{0}標準時間"} |
| 172 } | 173 } |
| 173 } | 174 } |
| OLD | NEW |