Uttaranchal (UT) renamed to Uttarakhand (UK)

Issue: https://github.com/woothemes/woocommerce/issues/5448
This commit is contained in:
Mrinal Kanti Roy 2014-05-08 23:31:41 +06:00 committed by Mike Jolley
parent c945e5a848
commit 10c1a1882f
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ $states['IN'] = array(
'SK' => __( 'Sikkim', 'woocommerce' ),
'TN' => __( 'Tamil Nadu', 'woocommerce' ),
'TR' => __( 'Tripura', 'woocommerce' ),
'UT' => __( 'Uttaranchal', 'woocommerce' ),
'UK' => __( 'Uttarakhand', 'woocommerce' ),
'UP' => __( 'Uttar Pradesh', 'woocommerce' ),
'WB' => __( 'West Bengal', 'woocommerce' ),
'AN' => __( 'Andaman and Nicobar Islands', 'woocommerce' ),
@ -45,4 +45,4 @@ $states['IN'] = array(
'DL' => __( 'Delhi', 'woocommerce' ),
'LD' => __( 'Lakshadeep', 'woocommerce' ),
'PY' => __( 'Pondicherry (Puducherry)', 'woocommerce' )
);
);