mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3080 Make it easier to translate the country names
X-SVN-Rev: 14491
This commit is contained in:
parent
f28b8dfae8
commit
0af1b1826b
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 1997-2003, International Business Machines
|
||||
// * Copyright (C) 1997-2004, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// ***************************************************************************
|
||||
|
@ -14,7 +14,6 @@ en {
|
|||
}
|
||||
}
|
||||
Countries {
|
||||
//AA {} // Not in ISO-3166 standard
|
||||
AD { "Andorra" }
|
||||
AE { "United Arab Emirates" }
|
||||
AF { "Afghanistan" }
|
||||
|
@ -168,7 +167,7 @@ en {
|
|||
MM { "Myanmar" }
|
||||
MN { "Mongolia" }
|
||||
MO { "Macao S.A.R. China" }
|
||||
MP { "Northern Mariana Islands"}
|
||||
MP { "Northern Mariana Islands" }
|
||||
MQ { "Martinique" }
|
||||
MR { "Mauritania" }
|
||||
MS { "Montserrat" }
|
||||
|
@ -278,7 +277,6 @@ en {
|
|||
YU { "Yugoslavia" }
|
||||
|
||||
ZA { "South Africa" }
|
||||
// ZR { "Zaire" }
|
||||
ZM { "Zambia" }
|
||||
ZW { "Zimbabwe" }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue