46 lines
1.3 KiB
PHP
46 lines
1.3 KiB
PHP
<?php // phpcs:ignore - @generation-checksum JP-16-21
|
|
/**
|
|
* State City List for 16 - JP.
|
|
*
|
|
* City count: 21
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for 16 - JP.
|
|
*
|
|
* IMPORTANT:
|
|
* This file is generated by build scripts, do not
|
|
* change it directly or your changes will be LOST!
|
|
*
|
|
* @since 2.0.11
|
|
*/
|
|
return array(
|
|
__('Fukumitsu', 'wp-ultimo-locations'),
|
|
__('Himi Shi', 'wp-ultimo-locations'),
|
|
__('Himimachi', 'wp-ultimo-locations'),
|
|
__('Imizu Shi', 'wp-ultimo-locations'),
|
|
__('Kamiichi', 'wp-ultimo-locations'),
|
|
__('Kurobe-shi', 'wp-ultimo-locations'),
|
|
__('Namerikawa', 'wp-ultimo-locations'),
|
|
__('Namerikawa-shi', 'wp-ultimo-locations'),
|
|
__('Nanto Shi', 'wp-ultimo-locations'),
|
|
__('Nanto-shi', 'wp-ultimo-locations'),
|
|
__('Nishishinminato', 'wp-ultimo-locations'),
|
|
__('Nyūzen', 'wp-ultimo-locations'),
|
|
__('Oyabe', 'wp-ultimo-locations'),
|
|
__('Oyabe Shi', 'wp-ultimo-locations'),
|
|
__('Takaoka', 'wp-ultimo-locations'),
|
|
__('Takaoka Shi', 'wp-ultimo-locations'),
|
|
__('Tonami Shi', 'wp-ultimo-locations'),
|
|
__('Toyama Shi', 'wp-ultimo-locations'),
|
|
__('Uozu', 'wp-ultimo-locations'),
|
|
__('Uozu Shi', 'wp-ultimo-locations'),
|
|
__('Yatsuomachi-higashikumisaka', 'wp-ultimo-locations'),
|
|
);
|