| 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/lb.xml | 6 // * Source File: <path>/common/main/lb.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/lb.xml | 10 * ICU <specials> source: <path>/common/main/lb.xml |
| 11 */ | 11 */ |
| 12 lb{ | 12 lb{ |
| 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{"Mëttelamerika"} | |
| 21 014{"Ostafrika"} | |
| 22 015{"Nordafrika"} | |
| 23 017{"Zentralafrika"} | |
| 24 018{"Südlecht Afrika"} | |
| 25 019{"Amerika"} | |
| 26 021{"Nërdlecht Amerika"} | |
| 27 029{"Karibik"} | |
| 28 030{"Ostasien"} | |
| 29 034{"Südasien"} | |
| 30 035{"Südostasien"} | |
| 31 039{"Südeuropa"} | |
| 32 053{"Australien an Neiséiland"} | |
| 33 054{"Melanesien"} | |
| 34 057{"Mikronesescht Inselgebitt"} | |
| 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{"Latäinamerika"} | 14 419{"Latäinamerika"} |
| 44 AC{"Ascension"} | 15 AC{"Ascension"} |
| 45 AD{"Andorra"} | 16 AD{"Andorra"} |
| 46 AE{"Vereenegt Arabesch Emirater"} | 17 AE{"Vereenegt Arabesch Emirater"} |
| 47 AF{"Afghanistan"} | 18 AF{"Afghanistan"} |
| 48 AG{"Antigua a Barbuda"} | 19 AG{"Antigua a Barbuda"} |
| 49 AI{"Anguilla"} | 20 AI{"Anguilla"} |
| 50 AL{"Albanien"} | 21 AL{"Albanien"} |
| 51 AM{"Armenien"} | 22 AM{"Armenien"} |
| 52 AO{"Angola"} | 23 AO{"Angola"} |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 CG{"Kongo (Republik)"} | 277 CG{"Kongo (Republik)"} |
| 307 CI{"Côte d’Ivoire"} | 278 CI{"Côte d’Ivoire"} |
| 308 MK{"Mazedonien (EJR)"} | 279 MK{"Mazedonien (EJR)"} |
| 309 } | 280 } |
| 310 CountriesShort{ | 281 CountriesShort{ |
| 311 GB{"GB"} | 282 GB{"GB"} |
| 312 US{"US"} | 283 US{"US"} |
| 313 } | 284 } |
| 314 Version{"2.1.8.9"} | 285 Version{"2.1.8.9"} |
| 315 } | 286 } |
| OLD | NEW |