Merge pull request #4448 from shoheitanaka/patch-8
Correct get_country_locale for Japanese
This commit is contained in:
commit
51bd102fb8
|
@ -942,19 +942,8 @@ class WC_Countries {
|
|||
)
|
||||
),
|
||||
'JP' => array(
|
||||
'last_name' => array(
|
||||
'class' => array( 'form-row-first' ),
|
||||
),
|
||||
'first_name' => array(
|
||||
'class' => array( 'form-row-last' ),
|
||||
'clear' => true
|
||||
),
|
||||
'postcode' => array(
|
||||
'class' => array( 'form-row-first' ),
|
||||
),
|
||||
'state' => array(
|
||||
'class' => array( 'form-row-last' ),
|
||||
'clear' => true
|
||||
'label' => __( 'Province', 'woocommerce' )
|
||||
)
|
||||
),
|
||||
'KR' => array(
|
||||
|
|
Loading…
Reference in New Issue