Add Gisborne to New Zealand States
Ref: http://www.wikiwand.com/en/Regions_of_New_Zealand Closes #7306
This commit is contained in:
parent
8f4c1e184f
commit
d619ef4065
|
@ -5,7 +5,7 @@
|
|||
* @author WooThemes
|
||||
* @category i18n
|
||||
* @package WooCommerce/i18n
|
||||
* @version 2.0.0
|
||||
* @version 2.3.0
|
||||
*/
|
||||
global $states;
|
||||
|
||||
|
@ -24,6 +24,7 @@ $states['NZ'] = array(
|
|||
'WC' => __( 'West Coast', 'woocommerce' ),
|
||||
'CT' => __( 'Canterbury', 'woocommerce' ),
|
||||
'OT' => __( 'Otago', 'woocommerce' ),
|
||||
'SL' => __( 'Southland', 'woocommerce')
|
||||
'SL' => __( 'Southland', 'woocommerce'),
|
||||
'GI' => __( 'Gisborne', 'woocommerce' ),
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue