41 lines
1.0 KiB
PHP
41 lines
1.0 KiB
PHP
<?php // phpcs:ignore - @generation-checksum JP-30-16
|
|
/**
|
|
* State City List for 30 - JP.
|
|
*
|
|
* City count: 16
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for 30 - 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(
|
|
__('Arida Shi', 'wp-ultimo-locations'),
|
|
__('Gobō', 'wp-ultimo-locations'),
|
|
__('Hashimoto', 'wp-ultimo-locations'),
|
|
__('Hashimoto Shi', 'wp-ultimo-locations'),
|
|
__('Iwade', 'wp-ultimo-locations'),
|
|
__('Iwade Shi', 'wp-ultimo-locations'),
|
|
__('Kainan', 'wp-ultimo-locations'),
|
|
__('Kainan Shi', 'wp-ultimo-locations'),
|
|
__('Kinokawa Shi', 'wp-ultimo-locations'),
|
|
__('Kōya', 'wp-ultimo-locations'),
|
|
__('Minato', 'wp-ultimo-locations'),
|
|
__('Shingū', 'wp-ultimo-locations'),
|
|
__('Shingū-shi', 'wp-ultimo-locations'),
|
|
__('Tanabe-shi', 'wp-ultimo-locations'),
|
|
__('Wakayama', 'wp-ultimo-locations'),
|
|
__('Wakayama Shi', 'wp-ultimo-locations'),
|
|
);
|