diff --git a/i18n/states/NZ.php b/i18n/states/NZ.php index 67cdbb9ceb6..91ab33139ba 100644 --- a/i18n/states/NZ.php +++ b/i18n/states/NZ.php @@ -1,31 +1,29 @@ __('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') ); - -