mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-3191 Add CS country code with a comment
X-SVN-Rev: 13534
This commit is contained in:
parent
7c43ae1d62
commit
e9357f6279
2 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@ en {
|
|||
CN { "China" }
|
||||
CO { "Colombia" }
|
||||
CR { "Costa Rica" }
|
||||
//CS { "Serbia and Montenegro" } // TODO: if we allow this, then SP must go away
|
||||
CU { "Cuba" }
|
||||
CV { "Cape Verde" }
|
||||
CX { "Christmas Island" }
|
||||
|
|
|
@ -126,6 +126,7 @@ root {
|
|||
CN { "CN" }
|
||||
CO { "CO" }
|
||||
CR { "CR" }
|
||||
//CS { "CS" } // TODO: if we allow this, then SP must go away
|
||||
CU { "CU" }
|
||||
CV { "CV" }
|
||||
CX { "CX" }
|
||||
|
|
Loading…
Add table
Reference in a new issue