Merge pull request #24336 from shoheitanaka/patch-16

Update address setting for Japanese
This commit is contained in:
Rodrigo Primo 2019-08-08 15:27:12 -03:00 committed by GitHub
commit 3039d84736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -992,11 +992,21 @@ class WC_Countries {
),
),
'JP' => array(
'last_name' => array(
'class' => array( 'form-row-first' ),
'priority' => 10,
),
'first_name' => array(
'class' => array( 'form-row-last' ),
'priority' => 20,
),
'postcode' => array(
'class' => array( 'form-row-first' ),
'priority' => 65,
),
'state' => array(
'label' => __( 'Prefecture', 'woocommerce' ),
'class' => array( 'form-row-last' ),
'priority' => 66,
),
'city' => array(