Merge pull request #24307 from smaboshe/add-provinces-of-zambia

Add Zambia's Provinces to the list of states.
This commit is contained in:
Rodrigo Primo 2019-08-08 14:46:37 -03:00 committed by GitHub
commit 91320201a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -1346,4 +1346,16 @@ return array(
'NW' => __( 'North West', 'woocommerce' ),
'WC' => __( 'Western Cape', 'woocommerce' ),
),
'ZM' => array( // Zambia's Provinces. Ref: https://en.wikipedia.org/wiki/ISO_3166-2:ZM
'ZM-01' => __( 'Western', 'woocommerce' ),
'ZM-02' => __( 'Central', 'woocommerce' ),
'ZM-03' => __( 'Eastern', 'woocommerce' ),
'ZM-04' => __( 'Luapula', 'woocommerce' ),
'ZM-05' => __( 'Northern', 'woocommerce' ),
'ZM-06' => __( 'North-Western', 'woocommerce' ),
'ZM-07' => __( 'Southern', 'woocommerce' ),
'ZM-08' => __( 'Copperbelt', 'woocommerce' ),
'ZM-09' => __( 'Lusaka', 'woocommerce' ),
'ZM-10' => __( 'Muchinga', 'woocommerce' ),
),
);