From 3c8c9e5f835583da1ee5c14826ee1dd76c738ed5 Mon Sep 17 00:00:00 2001 From: Mrinal Kanti Roy Date: Thu, 8 May 2014 06:08:28 +0600 Subject: [PATCH] Brahmanbaria & Habiganj missing from the list We've 64 districts but listed 62, so two states (Districts) were missing from this file 'Brahmanbaria' & 'Habiganj'. Reference from Bangladesh Government Website: http://www.bangladesh.gov.bd/index.php?option=com_content&task=view&id=225&Itemid=272 All of 64 districts are listed there! --- i18n/states/BD.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i18n/states/BD.php b/i18n/states/BD.php index eaccf7198c1..fe93c98f586 100644 --- a/i18n/states/BD.php +++ b/i18n/states/BD.php @@ -16,6 +16,7 @@ $states['BD'] = array( 'BARI' => __( 'Barisal', 'woocommerce' ), 'BHO' => __( 'Bhola', 'woocommerce' ), 'BOG' => __( 'Bogra', 'woocommerce' ), + 'BRA' => __( 'Brahmanbaria', 'woocommerce' ), 'CHA' => __( 'Chandpur', 'woocommerce' ), 'CHI' => __( 'Chittagong', 'woocommerce' ), 'CHU' => __( 'Chuadanga', 'woocommerce' ), @@ -28,6 +29,7 @@ $states['BD'] = array( 'GAI' => __( 'Gaibandha', 'woocommerce' ), 'GAZI' => __( 'Gazipur', 'woocommerce' ), 'GOP' => __( 'Gopalganj', 'woocommerce' ), + 'HAB' => __( 'Habiganj', 'woocommerce' ), 'JAM' => __( 'Jamalpur', 'woocommerce' ), 'JES' => __( 'Jessore', 'woocommerce' ), 'JHA' => __( 'Jhalokati', 'woocommerce' ), @@ -72,4 +74,4 @@ $states['BD'] = array( 'SYL' => __( 'Sylhet', 'woocommerce' ), 'TAN' => __( 'Tangail', 'woocommerce' ), 'THA' => __( 'Thakurgaon', 'woocommerce' ) -); \ No newline at end of file +);