| 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/ca.xml | 6 // * Source File: <path>/common/main/ca.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/ca.xml | 10 * ICU <specials> source: <path>/common/main/ca.xml |
| 11 */ | 11 */ |
| 12 ca{ | 12 ca{ |
| 13 Countries{ | 13 Countries{ |
| 14 001{"Món"} | |
| 15 002{"Àfrica"} | |
| 16 003{"Amèrica del Nord"} | |
| 17 005{"Amèrica del Sud"} | |
| 18 009{"Oceania"} | |
| 19 011{"Àfrica occidental"} | |
| 20 013{"Amèrica Central"} | |
| 21 014{"Àfrica oriental"} | |
| 22 015{"Àfrica septentrional"} | |
| 23 017{"Àfrica central"} | |
| 24 018{"Àfrica meridional"} | |
| 25 019{"Amèrica"} | |
| 26 021{"Amèrica septentrional"} | |
| 27 029{"Carib"} | |
| 28 030{"Àsia oriental"} | |
| 29 034{"Àsia meridional"} | |
| 30 035{"Àsia sud-oriental"} | |
| 31 039{"Europa meridional"} | |
| 32 053{"Australàsia"} | |
| 33 054{"Melanèsia"} | |
| 34 057{"Regió de la Micronèsia"} | |
| 35 061{"Polinèsia"} | |
| 36 142{"Àsia"} | |
| 37 143{"Àsia central"} | |
| 38 145{"Àsia occidental"} | |
| 39 150{"Europa"} | |
| 40 151{"Europa oriental"} | |
| 41 154{"Europa septentrional"} | |
| 42 155{"Europa occidental"} | |
| 43 419{"Amèrica Llatina"} | 14 419{"Amèrica Llatina"} |
| 44 AC{"illa de l’Ascensió"} | 15 AC{"illa de l’Ascensió"} |
| 45 AD{"Andorra"} | 16 AD{"Andorra"} |
| 46 AE{"Emirats Àrabs Units"} | 17 AE{"Emirats Àrabs Units"} |
| 47 AF{"Afganistan"} | 18 AF{"Afganistan"} |
| 48 AG{"Antigua i Barbuda"} | 19 AG{"Antigua i Barbuda"} |
| 49 AI{"Anguilla"} | 20 AI{"Anguilla"} |
| 50 AL{"Albània"} | 21 AL{"Albània"} |
| 51 AM{"Armènia"} | 22 AM{"Armènia"} |
| 52 AN{"Antilles Neerlandeses"} | 23 AN{"Antilles Neerlandeses"} |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 CG{"Congo (República del Congo)"} | 278 CG{"Congo (República del Congo)"} |
| 308 FK{"Illes Malvines (Illes Falkland)"} | 279 FK{"Illes Malvines (Illes Falkland)"} |
| 309 MK{"Macedònia (Antiga República Iugoslava de Macedònia)"} | 280 MK{"Macedònia (Antiga República Iugoslava de Macedònia)"} |
| 310 } | 281 } |
| 311 CountriesShort{ | 282 CountriesShort{ |
| 312 GB{"GB"} | 283 GB{"GB"} |
| 313 US{"EUA"} | 284 US{"EUA"} |
| 314 } | 285 } |
| 315 Version{"2.1.8.9"} | 286 Version{"2.1.8.9"} |
| 316 } | 287 } |
| OLD | NEW |