47 lines
1.3 KiB
PHP
47 lines
1.3 KiB
PHP
<?php // phpcs:ignore - @generation-checksum JP-42-22
|
|
/**
|
|
* State City List for 42 - JP.
|
|
*
|
|
* City count: 22
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for 42 - 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(
|
|
__('Fukuechō', 'wp-ultimo-locations'),
|
|
__('Gotō Shi', 'wp-ultimo-locations'),
|
|
__('Hirado', 'wp-ultimo-locations'),
|
|
__('Hirado Shi', 'wp-ultimo-locations'),
|
|
__('Iki Shi', 'wp-ultimo-locations'),
|
|
__('Isahaya', 'wp-ultimo-locations'),
|
|
__('Isahaya-shi', 'wp-ultimo-locations'),
|
|
__('Matsuura', 'wp-ultimo-locations'),
|
|
__('Matsuura Shi', 'wp-ultimo-locations'),
|
|
__('Minamishimabara-shi', 'wp-ultimo-locations'),
|
|
__('Nagasaki', 'wp-ultimo-locations'),
|
|
__('Nagasaki-shi', 'wp-ultimo-locations'),
|
|
__('Obita', 'wp-ultimo-locations'),
|
|
__('Saikai-shi', 'wp-ultimo-locations'),
|
|
__('Sasebo Shi', 'wp-ultimo-locations'),
|
|
__('Shimabara', 'wp-ultimo-locations'),
|
|
__('Shimabara-shi', 'wp-ultimo-locations'),
|
|
__('Togitsu', 'wp-ultimo-locations'),
|
|
__('Tsushima Shi', 'wp-ultimo-locations'),
|
|
__('Unzen-shi', 'wp-ultimo-locations'),
|
|
__('Ōmura', 'wp-ultimo-locations'),
|
|
__('Ōmura-shi', 'wp-ultimo-locations'),
|
|
);
|