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:
parent
1eccb65d85
commit
51d2f80cb2
|
@ -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' ),
|
||||||
|
);
|
Loading…
Reference in New Issue