Merge pull request #10688 from WPprodigy/nz-country-locale-fix
Add NZ locale labels
This commit is contained in:
commit
8d733377a3
|
@ -804,8 +804,12 @@ class WC_Countries {
|
|||
)
|
||||
),
|
||||
'NZ' => array(
|
||||
'postcode' => array(
|
||||
'label' => __( 'Postcode', 'woocommerce' )
|
||||
),
|
||||
'state' => array(
|
||||
'required' => false
|
||||
'required' => false,
|
||||
'label' => __( 'Region', 'woocommerce' )
|
||||
)
|
||||
),
|
||||
'NO' => array(
|
||||
|
|
Loading…
Reference in New Issue