Merge pull request #27548 from jgreys/fix/27538
Fixes spelling country's region Biscay #27538
This commit is contained in:
commit
6a4225a338
|
@ -422,7 +422,7 @@ return array(
|
|||
'TO' => __( 'Toledo', 'woocommerce' ),
|
||||
'V' => __( 'Valencia', 'woocommerce' ),
|
||||
'VA' => __( 'Valladolid', 'woocommerce' ),
|
||||
'BI' => __( 'Bizkaia', 'woocommerce' ),
|
||||
'BI' => __( 'Biscay', 'woocommerce' ),
|
||||
'ZA' => __( 'Zamora', 'woocommerce' ),
|
||||
'Z' => __( 'Zaragoza', 'woocommerce' ),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue