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/ko.xml | 6 // * Source File: <path>/common/main/ko.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/ko.xml | 10 * ICU <specials> source: <path>/common/main/ko.xml |
11 */ | 11 */ |
12 ko{ | 12 ko{ |
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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 CG{"콩고 공화국"} | 278 CG{"콩고 공화국"} |
308 FK{"포클랜드 제도(말비나스 군도)"} | 279 FK{"포클랜드 제도(말비나스 군도)"} |
309 MK{"마케도니아(FYROM)"} | 280 MK{"마케도니아(FYROM)"} |
310 } | 281 } |
311 CountriesShort{ | 282 CountriesShort{ |
312 GB{"영국"} | 283 GB{"영국"} |
313 US{"미국"} | 284 US{"미국"} |
314 } | 285 } |
315 Version{"2.1.9.31"} | 286 Version{"2.1.9.31"} |
316 } | 287 } |
OLD | NEW |