Added login request
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* Malaysian states
|
||||
*
|
||||
* @package WooCommerce/i18n
|
||||
* @version 2.0.0
|
||||
*/
|
||||
|
||||
global $states;
|
||||
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
$states['MY'] = array(
|
||||
'JHR' => __( 'Johor', 'woocommerce' ),
|
||||
'KDH' => __( 'Kedah', 'woocommerce' ),
|
||||
'KTN' => __( 'Kelantan', 'woocommerce' ),
|
||||
'LBN' => __( 'Labuan', 'woocommerce' ),
|
||||
'MLK' => __( 'Malacca (Melaka)', 'woocommerce' ),
|
||||
'NSN' => __( 'Negeri Sembilan', 'woocommerce' ),
|
||||
'PHG' => __( 'Pahang', 'woocommerce' ),
|
||||
'PNG' => __( 'Penang (Pulau Pinang)', 'woocommerce' ),
|
||||
'PRK' => __( 'Perak', 'woocommerce' ),
|
||||
'PLS' => __( 'Perlis', 'woocommerce' ),
|
||||
'SBH' => __( 'Sabah', 'woocommerce' ),
|
||||
'SWK' => __( 'Sarawak', 'woocommerce' ),
|
||||
'SGR' => __( 'Selangor', 'woocommerce' ),
|
||||
'TRG' => __( 'Terengganu', 'woocommerce' ),
|
||||
'PJY' => __( 'Putrajaya', 'woocommerce' ),
|
||||
'KUL' => __( 'Kuala Lumpur', 'woocommerce' ),
|
||||
);
|
||||
Reference in New Issue
Block a user