woocommerce/i18n/states/HK.php

18 lines
338 B
PHP
Raw Normal View History

<?php
/**
* Hong Kong states
*
* @package WooCommerce/i18n
* @version 2.0.0
*/
global $states;
2018-03-05 20:10:12 +00:00
defined( 'ABSPATH' ) || exit;
2017-05-10 18:03:19 +00:00
$states['HK'] = array(
'HONG KONG' => __( 'Hong Kong Island', 'woocommerce' ),
'KOWLOON' => __( 'Kowloon', 'woocommerce' ),
'NEW TERRITORIES' => __( 'New Territories', 'woocommerce' ),
);