| 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.xml | 6 // * Source File: <path>/common/main/zh.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/zh.xml | 10 * ICU <specials> source: <path>/common/main/zh.xml |
| 11 */ | 11 */ |
| 12 zh{ | 12 zh{ |
| 13 Countries{ | 13 Countries{ |
| 14 001{"世界"} | |
| 15 002{"非洲"} | |
| 16 003{"北美洲"} | |
| 17 005{"南美洲"} | |
| 18 009{"大洋洲"} | |
| 19 011{"西非"} | |
| 20 013{"中美洲"} | |
| 21 014{"东非"} | |
| 22 015{"北非"} | |
| 23 017{"中非"} | |
| 24 018{"南部非洲"} | |
| 25 019{"美洲"} | |
| 26 021{"美洲北部"} | |
| 27 029{"加勒比地区"} | |
| 28 030{"东亚"} | |
| 29 034{"南亚"} | |
| 30 035{"东南亚"} | |
| 31 039{"南欧"} | |
| 32 053{"澳大拉西亚"} | |
| 33 054{"美拉尼西亚"} | |
| 34 057{"密克罗尼西亚地区"} | |
| 35 061{"玻利尼西亚"} | |
| 36 142{"亚洲"} | |
| 37 143{"中亚"} | |
| 38 145{"西亚"} | |
| 39 150{"欧洲"} | |
| 40 151{"东欧"} | |
| 41 154{"北欧"} | |
| 42 155{"西欧"} | |
| 43 419{"拉丁美洲"} | 14 419{"拉丁美洲"} |
| 44 AC{"阿森松岛"} | 15 AC{"阿森松岛"} |
| 45 AD{"安道尔"} | 16 AD{"安道尔"} |
| 46 AE{"阿拉伯联合酋长国"} | 17 AE{"阿拉伯联合酋长国"} |
| 47 AF{"阿富汗"} | 18 AF{"阿富汗"} |
| 48 AG{"安提瓜和巴布达"} | 19 AG{"安提瓜和巴布达"} |
| 49 AI{"安圭拉"} | 20 AI{"安圭拉"} |
| 50 AL{"阿尔巴尼亚"} | 21 AL{"阿尔巴尼亚"} |
| 51 AM{"亚美尼亚"} | 22 AM{"亚美尼亚"} |
| 52 AN{"荷属安的列斯群岛"} | 23 AN{"荷属安的列斯群岛"} |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 CI{"象牙海岸"} | 279 CI{"象牙海岸"} |
| 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.9"} | 287 Version{"2.1.8.9"} |
| 317 } | 288 } |
| OLD | NEW |