| 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/af.xml | 6 // * Source File: <path>/common/main/af.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/af.xml | 10 * ICU <specials> source: <path>/common/main/af.xml |
| 11 */ | 11 */ |
| 12 af{ | 12 af{ |
| 13 Countries{ | 13 Countries{ |
| 14 001{"Wêreld"} | |
| 15 002{"Afrika"} | |
| 16 003{"Noord-Amerika"} | |
| 17 005{"Suid-Amerika"} | |
| 18 009{"Oseanië"} | |
| 19 011{"Wes-Afrika"} | |
| 20 013{"Sentraal-Amerika"} | |
| 21 014{"Oos-Afrika"} | |
| 22 015{"Noord-Afrika"} | |
| 23 017{"Midde-Afrika"} | |
| 24 018{"Suider-Afrika"} | |
| 25 019{"Amerikas"} | |
| 26 021{"Noordelike Amerika"} | |
| 27 029{"Karibies"} | |
| 28 030{"Oos-Asië"} | |
| 29 034{"Suid-Asië"} | |
| 30 035{"Suidoos-Asië"} | |
| 31 039{"Suid-Europa"} | |
| 32 053{"Australasië"} | |
| 33 054{"Melanesië"} | |
| 34 057{"Mikronesiese streek"} | |
| 35 061{"Polinesië"} | |
| 36 142{"Asië"} | |
| 37 143{"Sentraal-Asië"} | |
| 38 145{"Wes-Asië"} | |
| 39 150{"Europa"} | |
| 40 151{"Oos-Europa"} | |
| 41 154{"Noord-Europa"} | |
| 42 155{"Wes-Europa"} | |
| 43 419{"Latyns-Amerika"} | 14 419{"Latyns-Amerika"} |
| 44 AC{"Ascensioneiland"} | 15 AC{"Ascensioneiland"} |
| 45 AD{"Andorra"} | 16 AD{"Andorra"} |
| 46 AE{"Verenigde Arabiese Emirate"} | 17 AE{"Verenigde Arabiese Emirate"} |
| 47 AF{"Afganistan"} | 18 AF{"Afganistan"} |
| 48 AG{"Antigua en Barbuda"} | 19 AG{"Antigua en Barbuda"} |
| 49 AI{"Anguilla"} | 20 AI{"Anguilla"} |
| 50 AL{"Albanië"} | 21 AL{"Albanië"} |
| 51 AM{"Armenië"} | 22 AM{"Armenië"} |
| 52 AN{"Nederlands-Antille"} | 23 AN{"Nederlands-Antille"} |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 CG{"Kongo (Republiek)"} | 278 CG{"Kongo (Republiek)"} |
| 308 FK{"Falklandeilande (Malvinas)"} | 279 FK{"Falklandeilande (Malvinas)"} |
| 309 MK{"Macedonië (VJRM)"} | 280 MK{"Macedonië (VJRM)"} |
| 310 } | 281 } |
| 311 CountriesShort{ | 282 CountriesShort{ |
| 312 GB{"VK"} | 283 GB{"VK"} |
| 313 US{"VSA"} | 284 US{"VSA"} |
| 314 } | 285 } |
| 315 Version{"2.1.8.9"} | 286 Version{"2.1.8.9"} |
| 316 } | 287 } |
| OLD | NEW |