| 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.xml | 6 // * Source File: <path>/common/main/zh_Hant.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/zh_Hant.xml | 10 * ICU <specials> source: <path>/common/main/zh_Hant.xml |
| 11 */ | 11 */ |
| 12 zh_Hant{ | 12 zh_Hant{ |
| 13 %%Parent{"root"} | 13 %%Parent{"root"} |
| 14 Countries{ | 14 Countries{ |
| 15 001{"世界"} | |
| 16 002{"非洲"} | |
| 17 003{"北美洲"} | |
| 18 005{"南美洲"} | |
| 19 009{"大洋洲"} | |
| 20 011{"西非"} | |
| 21 013{"中美"} | |
| 22 014{"東非"} | |
| 23 015{"北非"} | |
| 24 017{"中非"} | |
| 25 018{"非洲南部"} | |
| 26 019{"美洲"} | |
| 27 021{"北美"} | |
| 28 029{"加勒比海"} | |
| 29 030{"東亞"} | |
| 30 034{"南亞"} | |
| 31 035{"東南亞"} | |
| 32 039{"南歐"} | |
| 33 053{"澳洲與紐西蘭"} | |
| 34 054{"美拉尼西亞"} | |
| 35 057{"密克羅尼西亞"} | |
| 36 061{"玻里尼西亞"} | |
| 37 142{"亞洲"} | |
| 38 143{"中亞"} | |
| 39 145{"西亞"} | |
| 40 150{"歐洲"} | |
| 41 151{"東歐"} | |
| 42 154{"北歐"} | |
| 43 155{"西歐"} | |
| 44 419{"拉丁美洲"} | 15 419{"拉丁美洲"} |
| 45 AC{"阿森松島"} | 16 AC{"阿森松島"} |
| 46 AD{"安道爾"} | 17 AD{"安道爾"} |
| 47 AE{"阿拉伯聯合大公國"} | 18 AE{"阿拉伯聯合大公國"} |
| 48 AF{"阿富汗"} | 19 AF{"阿富汗"} |
| 49 AG{"安地卡及巴布達"} | 20 AG{"安地卡及巴布達"} |
| 50 AI{"安圭拉島"} | 21 AI{"安圭拉島"} |
| 51 AL{"阿爾巴尼亞"} | 22 AL{"阿爾巴尼亞"} |
| 52 AM{"亞美尼亞"} | 23 AM{"亞美尼亞"} |
| 53 AN{"荷屬安地列斯"} | 24 AN{"荷屬安地列斯"} |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 CG{"剛果共和國"} | 279 CG{"剛果共和國"} |
| 309 FK{"福克蘭群島(馬爾維納斯群島)"} | 280 FK{"福克蘭群島(馬爾維納斯群島)"} |
| 310 MK{"前南斯拉夫馬其頓共和國"} | 281 MK{"前南斯拉夫馬其頓共和國"} |
| 311 } | 282 } |
| 312 CountriesShort{ | 283 CountriesShort{ |
| 313 GB{"英國"} | 284 GB{"英國"} |
| 314 US{"美國"} | 285 US{"美國"} |
| 315 } | 286 } |
| 316 Version{"2.1.8.95"} | 287 Version{"2.1.8.95"} |
| 317 } | 288 } |
| OLD | NEW |