Merge pull request #27516 from KoolPal/patch-2

Renamed Postcode / ZIP to Pin code & renamed State / County to State for India
This commit is contained in:
Claudio Sanches 2020-10-14 19:51:46 -03:00 committed by GitHub
commit d211f6ee5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -1052,6 +1052,14 @@ class WC_Countries {
'required' => false,
),
),
'IN' => array(
'postcode' => array(
'label' => __( 'Pin code', 'woocommerce' ),
),
'state' => array(
'label' => __( 'State', 'woocommerce' ),
),
),
'IT' => array(
'postcode' => array(
'priority' => 65,