woocommerce/i18n/states/HK.php

17 lines
360 B
PHP
Raw Normal View History

<?php
/**
* Hong Kong states
*
2014-09-16 20:19:01 +00:00
* @author WooThemes
* @category i18n
* @package WooCommerce/i18n
* @version 2.0.0
*/
global $states;
$states['HK'] = array(
'HONG KONG' => __( 'Hong Kong Island', 'woocommerce' ),
'KOWLOON' => __( 'Kowloon', 'woocommerce' ),
'NEW TERRITORIES' => __( 'New Territories', 'woocommerce' )
);