OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 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/en_GB.xml | 6 // * Source File: <path>/common/main/en_GB.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 en_GB{ | 9 en_GB{ |
10 %%Parent{"en_001"} | 10 %%Parent{"en_001"} |
11 Countries{ | 11 Countries{ |
12 GB{"United Kingdom"} | 12 AG{"Antigua and Barbuda"} |
13 GS{"South Georgia and the South Sandwich Islands"} | 13 BA{"Bosnia and Herzegovina"} |
14 HM{"Heard Island and McDonald Islands"} | 14 BL{"Saint Barthélemy"} |
15 UM{"U.S. Minor Outlying Islands"} | 15 EA{"Ceuta and Melilla"} |
16 US{"United States"} | 16 KN{"Saint Kitts and Nevis"} |
17 VC{"Saint Vincent and the Grenadines"} | 17 LC{"Saint Lucia"} |
| 18 MF{"Saint Martin"} |
| 19 PM{"Saint Pierre and Miquelon"} |
| 20 SH{"Saint Helena"} |
| 21 SJ{"Svalbard and Jan Mayen"} |
| 22 ST{"São Tomé and Príncipe"} |
| 23 TC{"Turks and Caicos Islands"} |
| 24 TT{"Trinidad and Tobago"} |
| 25 WF{"Wallis and Futuna"} |
18 } | 26 } |
19 CountriesShort{ | 27 CountriesShort{ |
20 GB{"UK"} | 28 GB{"UK"} |
21 US{"US"} | 29 US{"US"} |
22 } | 30 } |
23 Version{"2.0.92.80"} | 31 Version{"2.1.8.19"} |
24 } | 32 } |
OLD | NEW |