From 10c1a1882fbc281c06d62dfa9bcbd94256892ba7 Mon Sep 17 00:00:00 2001 From: Mrinal Kanti Roy Date: Thu, 8 May 2014 23:31:41 +0600 Subject: [PATCH] Uttaranchal (UT) renamed to Uttarakhand (UK) Issue: https://github.com/woothemes/woocommerce/issues/5448 --- i18n/states/IN.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/states/IN.php b/i18n/states/IN.php index 63e2405d3d0..f5b1d86b1cd 100644 --- a/i18n/states/IN.php +++ b/i18n/states/IN.php @@ -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' ) -); \ No newline at end of file +);