List of States in Pakistan

Added PK.php in states for Pakistani states. all province codes are accoring to ISO 3166 Standard
This commit is contained in:
Anwer Abdul Rehman 2017-02-26 23:50:51 +05:00 committed by GitHub
parent 1eccb65d85
commit 51d2f80cb2
1 changed files with 21 additions and 0 deletions

21
i18n/states/PK.php Normal file
View File

@ -0,0 +1,21 @@
<?php
/**
* Pakistan's states
*
* @author WooThemes
* @category i18n
* @package WooCommerce/i18n
* @version 2.0.0
*/
global $states;
$states['PK'] = array(
'BA' => __( 'Balochistan', 'woocommerce' ),
'PB' => __( 'Punjab', 'woocommerce' ),
'SD' => __( 'Sindh', 'woocommerce' ),
'KP' => __( 'Khyber Pakhtunkhwa', 'woocommerce' ),
'GB' => __( 'Gilgit Baltistan', 'woocommerce' ),
'TA' => __( 'FATA', 'woocommerce' ),
'JK' => __( 'Azad Kashmir', 'woocommerce' ),
'IS' => __( 'Islamabad Capital Territory', 'woocommerce' ),
);