Rename some MY states
This commit is contained in:
parent
c7e104115f
commit
ea8e671459
|
@ -13,17 +13,17 @@ $states['MY'] = array(
|
|||
'JHR' => __( 'Johor', 'woocommerce' ),
|
||||
'KDH' => __( 'Kedah', 'woocommerce' ),
|
||||
'KTN' => __( 'Kelantan', 'woocommerce' ),
|
||||
'MLK' => __( 'Melaka', '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' ),
|
||||
'PNG' => __( 'Pulau Pinang', 'woocommerce' ),
|
||||
'SBH' => __( 'Sabah', 'woocommerce' ),
|
||||
'SWK' => __( 'Sarawak', 'woocommerce' ),
|
||||
'SGR' => __( 'Selangor', 'woocommerce' ),
|
||||
'TRG' => __( 'Terengganu', 'woocommerce' ),
|
||||
'KUL' => __( 'W.P. Kuala Lumpur', 'woocommerce' ),
|
||||
'LBN' => __( 'W.P. Labuan', 'woocommerce' ),
|
||||
'PJY' => __( 'W.P. Putrajaya', 'woocommerce' )
|
||||
'PJY' => __( 'Putrajaya', 'woocommerce' ),
|
||||
'KUL' => __( 'Kuala Lumpur', 'woocommerce' )
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue