Add Gisborne to New Zealand States

Ref: http://www.wikiwand.com/en/Regions_of_New_Zealand

Closes #7306
This commit is contained in:
Bryce 2015-02-05 13:46:15 +07:00
parent 8f4c1e184f
commit d619ef4065
1 changed files with 3 additions and 2 deletions

View File

@ -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' ),
);