Add England, Scotland, Northern Ireland, and Wales to countries selector

This commit is contained in:
Brian Miyaji
2014-02-16 22:48:13 +11:00
parent a8e4588648
commit 7a769667e3
2 changed files with 5 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ function sportspress_define_countries_global() {
'EE' => __( "Estonia", 'countries' ),
'EG' => __( "Egypt", 'countries' ),
'EH' => __( "Western Sahara", 'countries' ),
'EN' => __( "England", 'countries' ),
'ER' => __( "Eritrea", 'countries' ),
'ES' => __( "Spain", 'countries' ),
'ET' => __( "Ethiopia", 'countries' ),
@@ -132,6 +133,7 @@ function sportspress_define_countries_global() {
'MY' => __( "Malaysia", 'countries' ),
'MZ' => __( "Mozambique", 'countries' ),
'NA' => __( "Namibia", 'countries' ),
'NB' => __( "Northern Ireland", 'countries' ),
'NE' => __( "Niger", 'countries' ),
'NG' => __( "Nigeria", 'countries' ),
'NI' => __( "Nicaragua", 'countries' ),
@@ -160,6 +162,7 @@ function sportspress_define_countries_global() {
'SC' => __( "Seychelles", 'countries' ),
'SD' => __( "Sudan", 'countries' ),
'SE' => __( "Sweden", 'countries' ),
'SF' => __( "Scotland", 'countries' ),
'SG' => __( "Singapore", 'countries' ),
'SI' => __( "Slovenia", 'countries' ),
'SK' => __( "Slovakia", 'countries' ),
@@ -194,6 +197,7 @@ function sportspress_define_countries_global() {
'VE' => __( "Venezuela", 'countries' ),
'VN' => __( "Vietnam", 'countries' ),
'VU' => __( "Vanuatu", 'countries' ),
'WL' => __( "Wales", 'countries' ),
'WS' => __( "Samoa", 'countries' ),
'YE' => __( "Yemen", 'countries' ),
'ZA' => __( "South Africa", 'countries' ),