From f8c5b5c211c766849a7fae2afed59d049c2203f0 Mon Sep 17 00:00:00 2001 From: Danny Santoro Date: Mon, 11 May 2015 14:21:03 -0400 Subject: [PATCH] Correct Geographical Ordering This changes the order of the listings so that they are in geographical order, according to https://woothemes.zendesk.com/agent/tickets/277081 --- i18n/states/NZ.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/states/NZ.php b/i18n/states/NZ.php index 9b8d86357e1..cd76cc0a23b 100644 --- a/i18n/states/NZ.php +++ b/i18n/states/NZ.php @@ -15,6 +15,7 @@ $states['NZ'] = array( 'WA' => __( 'Waikato', 'woocommerce' ), 'BP' => __( 'Bay of Plenty', 'woocommerce' ), 'TK' => __( 'Taranaki', 'woocommerce' ), + 'GI' => __( 'Gisborne', 'woocommerce' ), 'HB' => __( 'Hawke’s Bay', 'woocommerce' ), 'MW' => __( 'Manawatu-Wanganui', 'woocommerce' ), 'WE' => __( 'Wellington', 'woocommerce' ), @@ -25,6 +26,5 @@ $states['NZ'] = array( 'CT' => __( 'Canterbury', 'woocommerce' ), 'OT' => __( 'Otago', 'woocommerce' ), 'SL' => __( 'Southland', 'woocommerce'), - 'GI' => __( 'Gisborne', 'woocommerce' ), );