Republic of Ireland

This commit is contained in:
Mike Jolley 2012-08-17 15:44:35 +01:00
parent 304fd82680
commit 647df60328
2 changed files with 17 additions and 17 deletions

View File

@ -524,7 +524,7 @@ class WC_Cart {
foreach ($other_data as $data ) {
// Set hidden to true to not display meta on cart.
if ( ! $data['hidden'] ) {
if ( empty( $data['hidden'] ) ) {
$display_value = !empty($data['display']) ? $data['display'] : $data['value'];
if ($flat)

View File

@ -133,7 +133,7 @@ class WC_Countries {
'ID' => __('Indonesia', 'woocommerce'),
'IR' => __('Iran', 'woocommerce'),
'IQ' => __('Iraq', 'woocommerce'),
'IE' => __('Ireland', 'woocommerce'),
'IE' => __('Republic of Ireland', 'woocommerce'),
'IM' => __('Isle of Man', 'woocommerce'),
'IL' => __('Israel', 'woocommerce'),
'IT' => __('Italy', 'woocommerce'),
@ -367,21 +367,21 @@ class WC_Countries {
'ZH' => __('Zuid-Holland', 'woocommerce') ,
),
'NZ' => array(
'NL' => __('Northland', 'woocommerce') ,
'AK' => __('Auckland', 'woocommerce') ,
'WA' => __('Waikato', 'woocommerce') ,
'BP' => __('Bay of Plenty', 'woocommerce') ,
'TK' => __('Taranaki', 'woocommerce') ,
'HB' => __('Hawke’s Bay', 'woocommerce') ,
'MW' => __('Manawatu-Wanganui', 'woocommerce') ,
'WE' => __('Wellington', 'woocommerce') ,
'NS' => __('Nelson', 'woocommerce') ,
'MB' => __('Marlborough', 'woocommerce') ,
'TM' => __('Tasman', 'woocommerce') ,
'WC' => __('West Coast', 'woocommerce') ,
'CT' => __('Canterbury', 'woocommerce') ,
'OT' => __('Otago', 'woocommerce') ,
'SL' => __('Southland', 'woocommerce') ,
'NL' => __('Northland', 'woocommerce') ,
'AK' => __('Auckland', 'woocommerce') ,
'WA' => __('Waikato', 'woocommerce') ,
'BP' => __('Bay of Plenty', 'woocommerce') ,
'TK' => __('Taranaki', 'woocommerce') ,
'HB' => __('Hawke’s Bay', 'woocommerce') ,
'MW' => __('Manawatu-Wanganui', 'woocommerce') ,
'WE' => __('Wellington', 'woocommerce') ,
'NS' => __('Nelson', 'woocommerce') ,
'MB' => __('Marlborough', 'woocommerce') ,
'TM' => __('Tasman', 'woocommerce') ,
'WC' => __('West Coast', 'woocommerce') ,
'CT' => __('Canterbury', 'woocommerce') ,
'OT' => __('Otago', 'woocommerce') ,
'SL' => __('Southland', 'woocommerce') ,
),
'NO' => array(),
'PL' => array(),