| 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/de.xml | 6 // * Source File: <path>/common/main/de.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/de.xml | 10 * ICU <specials> source: <path>/common/main/de.xml |
| 11 */ | 11 */ |
| 12 de{ | 12 de{ |
| 13 Countries{ | 13 Countries{ |
| 14 001{"Welt"} | |
| 15 002{"Afrika"} | |
| 16 003{"Nordamerika"} | |
| 17 005{"Südamerika"} | |
| 18 009{"Ozeanien"} | |
| 19 011{"Westafrika"} | |
| 20 013{"Mittelamerika"} | |
| 21 014{"Ostafrika"} | |
| 22 015{"Nordafrika"} | |
| 23 017{"Zentralafrika"} | |
| 24 018{"Südliches Afrika"} | |
| 25 019{"Amerika"} | |
| 26 021{"Nördliches Amerika"} | |
| 27 029{"Karibik"} | |
| 28 030{"Ostasien"} | |
| 29 034{"Südasien"} | |
| 30 035{"Südostasien"} | |
| 31 039{"Südeuropa"} | |
| 32 053{"Australasien"} | |
| 33 054{"Melanesien"} | |
| 34 057{"Mikronesisches Inselgebiet"} | |
| 35 061{"Polynesien"} | |
| 36 142{"Asien"} | |
| 37 143{"Zentralasien"} | |
| 38 145{"Westasien"} | |
| 39 150{"Europa"} | |
| 40 151{"Osteuropa"} | |
| 41 154{"Nordeuropa"} | |
| 42 155{"Westeuropa"} | |
| 43 419{"Lateinamerika"} | 14 419{"Lateinamerika"} |
| 44 AC{"Ascension"} | 15 AC{"Ascension"} |
| 45 AD{"Andorra"} | 16 AD{"Andorra"} |
| 46 AE{"Vereinigte Arabische Emirate"} | 17 AE{"Vereinigte Arabische Emirate"} |
| 47 AF{"Afghanistan"} | 18 AF{"Afghanistan"} |
| 48 AG{"Antigua und Barbuda"} | 19 AG{"Antigua und Barbuda"} |
| 49 AI{"Anguilla"} | 20 AI{"Anguilla"} |
| 50 AL{"Albanien"} | 21 AL{"Albanien"} |
| 51 AM{"Armenien"} | 22 AM{"Armenien"} |
| 52 AN{"Niederländische Antillen"} | 23 AN{"Niederländische Antillen"} |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 FK{"Falklandinseln (Malwinen)"} | 280 FK{"Falklandinseln (Malwinen)"} |
| 310 MK{"Mazedonien (EJR)"} | 281 MK{"Mazedonien (EJR)"} |
| 311 TL{"Osttimor"} | 282 TL{"Osttimor"} |
| 312 } | 283 } |
| 313 CountriesShort{ | 284 CountriesShort{ |
| 314 GB{"UK"} | 285 GB{"UK"} |
| 315 US{"USA"} | 286 US{"USA"} |
| 316 } | 287 } |
| 317 Version{"2.1.8.9"} | 288 Version{"2.1.8.9"} |
| 318 } | 289 } |
| OLD | NEW |