summaryrefslogtreecommitdiff
path: root/includes/iso.inc
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2014-04-22 00:14:44 -0400
committerDavid Rothstein <drothstein@gmail.com>2014-04-22 00:14:44 -0400
commit0736eee12f5d9e2142d9c0d0d0fd95b13abc2ecd (patch)
treee61ae8f3c78241b3c81eedfbf0947fa6af08fb32 /includes/iso.inc
parent79d304a98297ee8f4b9c6fd149fd1a679281d969 (diff)
downloadbrdo-0736eee12f5d9e2142d9c0d0d0fd95b13abc2ecd.tar.gz
brdo-0736eee12f5d9e2142d9c0d0d0fd95b13abc2ecd.tar.bz2
Issue #1068840 by sun, TR, Liam Morland, Pancho, Alan D., tim.plunkett, Damien Tournoud, droplet: Country codes missing from includes/iso.inc.
Diffstat (limited to 'includes/iso.inc')
-rw-r--r--includes/iso.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/iso.inc b/includes/iso.inc
index 6c66c569f..5cad329d9 100644
--- a/includes/iso.inc
+++ b/includes/iso.inc
@@ -53,6 +53,7 @@ function _country_get_predefined_list() {
'BM' => $t('Bermuda'),
'BN' => $t('Brunei'),
'BO' => $t('Bolivia'),
+ 'BQ' => $t('Caribbean Netherlands'),
'BR' => $t('Brazil'),
'BS' => $t('Bahamas'),
'BT' => $t('Bhutan'),
@@ -74,8 +75,8 @@ function _country_get_predefined_list() {
'CO' => $t('Colombia'),
'CR' => $t('Costa Rica'),
'CU' => $t('Cuba'),
- 'CW' => $t('Curaçao'),
'CV' => $t('Cape Verde'),
+ 'CW' => $t('Curaçao'),
'CX' => $t('Christmas Island'),
'CY' => $t('Cyprus'),
'CZ' => $t('Czech Republic'),
@@ -230,8 +231,10 @@ function _country_get_predefined_list() {
'SN' => $t('Senegal'),
'SO' => $t('Somalia'),
'SR' => $t('Suriname'),
+ 'SS' => $t('South Sudan'),
'ST' => $t('Sao Tome and Principe'),
'SV' => $t('El Salvador'),
+ 'SX' => $t('Sint Maarten'),
'SY' => $t('Syria'),
'SZ' => $t('Swaziland'),
'TC' => $t('Turks and Caicos Islands'),