NZ states
This commit is contained in:
parent
c752ba4a9f
commit
d6035d5da3
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
/**
|
||||
* NZ states
|
||||
*
|
||||
* @author WooThemes
|
||||
* @category i18n
|
||||
* @package WooCommerce/i18n
|
||||
* @version 2.0.0
|
||||
*/
|
||||
global $states;
|
||||
|
||||
$states['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')
|
||||
);
|
||||
|
||||
|
|
@ -174,6 +174,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
|
|||
* Fix - PrettyPhoto content clearfixed.
|
||||
* Tweak - UX - Placeholder fades out on focus
|
||||
* Tweak - UX - Only display validation result on required fields
|
||||
* Localisation - NZ States
|
||||
|
||||
= 2.0.5 - 26/03/2013 =
|
||||
* Tweak - Made no shipping available messages filterable via woocommerce_cart_no_shipping_available_html and woocommerce_no_shipping_available_html.
|
||||
|
|
Loading…
Reference in New Issue