Merge pull request #27548 from jgreys/fix/27538

Fixes spelling country's region Biscay #27538
This commit is contained in:
Claudio Sanches 2020-09-08 16:10:44 -03:00 committed by GitHub
commit 6a4225a338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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' ),
),