Issue #1068840 by sun, TR, Liam Morland, Pancho, Alan D., tim.plunkett, Damien Tournoud, droplet: Country codes missing from includes/iso.inc.
parent
79d304a982
commit
0736eee12f
|
@ -1,6 +1,8 @@
|
||||||
|
|
||||||
Drupal 7.28, xxxx-xx-xx (development version)
|
Drupal 7.28, xxxx-xx-xx (development version)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
- Added several missing countries from the default list returned by
|
||||||
|
country_get_list() (string change).
|
||||||
- Replaced the term "weight" with "influence" in the content ranking settings
|
- Replaced the term "weight" with "influence" in the content ranking settings
|
||||||
for search, and added help text for administrators (string change).
|
for search, and added help text for administrators (string change).
|
||||||
- Fixed untranslatable text strings in the administrative interface for the
|
- Fixed untranslatable text strings in the administrative interface for the
|
||||||
|
|
|
@ -53,6 +53,7 @@ function _country_get_predefined_list() {
|
||||||
'BM' => $t('Bermuda'),
|
'BM' => $t('Bermuda'),
|
||||||
'BN' => $t('Brunei'),
|
'BN' => $t('Brunei'),
|
||||||
'BO' => $t('Bolivia'),
|
'BO' => $t('Bolivia'),
|
||||||
|
'BQ' => $t('Caribbean Netherlands'),
|
||||||
'BR' => $t('Brazil'),
|
'BR' => $t('Brazil'),
|
||||||
'BS' => $t('Bahamas'),
|
'BS' => $t('Bahamas'),
|
||||||
'BT' => $t('Bhutan'),
|
'BT' => $t('Bhutan'),
|
||||||
|
@ -74,8 +75,8 @@ function _country_get_predefined_list() {
|
||||||
'CO' => $t('Colombia'),
|
'CO' => $t('Colombia'),
|
||||||
'CR' => $t('Costa Rica'),
|
'CR' => $t('Costa Rica'),
|
||||||
'CU' => $t('Cuba'),
|
'CU' => $t('Cuba'),
|
||||||
'CW' => $t('Curaçao'),
|
|
||||||
'CV' => $t('Cape Verde'),
|
'CV' => $t('Cape Verde'),
|
||||||
|
'CW' => $t('Curaçao'),
|
||||||
'CX' => $t('Christmas Island'),
|
'CX' => $t('Christmas Island'),
|
||||||
'CY' => $t('Cyprus'),
|
'CY' => $t('Cyprus'),
|
||||||
'CZ' => $t('Czech Republic'),
|
'CZ' => $t('Czech Republic'),
|
||||||
|
@ -230,8 +231,10 @@ function _country_get_predefined_list() {
|
||||||
'SN' => $t('Senegal'),
|
'SN' => $t('Senegal'),
|
||||||
'SO' => $t('Somalia'),
|
'SO' => $t('Somalia'),
|
||||||
'SR' => $t('Suriname'),
|
'SR' => $t('Suriname'),
|
||||||
|
'SS' => $t('South Sudan'),
|
||||||
'ST' => $t('Sao Tome and Principe'),
|
'ST' => $t('Sao Tome and Principe'),
|
||||||
'SV' => $t('El Salvador'),
|
'SV' => $t('El Salvador'),
|
||||||
|
'SX' => $t('Sint Maarten'),
|
||||||
'SY' => $t('Syria'),
|
'SY' => $t('Syria'),
|
||||||
'SZ' => $t('Swaziland'),
|
'SZ' => $t('Swaziland'),
|
||||||
'TC' => $t('Turks and Caicos Islands'),
|
'TC' => $t('Turks and Caicos Islands'),
|
||||||
|
|
Loading…
Reference in New Issue