<?php
/**
 * Malaysian states
 *
 * @author      WooThemes
 * @category    i18n
 * @package     WooCommerce/i18n
 * @version     2.0.0
 */
global $states;

if ( ! 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' ),
);