49 lines
1.4 KiB
PHP
49 lines
1.4 KiB
PHP
<?php // phpcs:ignore - @generation-checksum JP-25-24
|
|
/**
|
|
* State City List for 25 - JP.
|
|
*
|
|
* City count: 24
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for 25 - 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(
|
|
__('Higashiōmi-shi', 'wp-ultimo-locations'),
|
|
__('Hikone', 'wp-ultimo-locations'),
|
|
__('Hikone-shi', 'wp-ultimo-locations'),
|
|
__('Hino', 'wp-ultimo-locations'),
|
|
__('Kitahama', 'wp-ultimo-locations'),
|
|
__('Konan-shi', 'wp-ultimo-locations'),
|
|
__('Kusatsu', 'wp-ultimo-locations'),
|
|
__('Kusatsu-shi', 'wp-ultimo-locations'),
|
|
__('Kōka-shi', 'wp-ultimo-locations'),
|
|
__('Maibara', 'wp-ultimo-locations'),
|
|
__('Maibara-shi', 'wp-ultimo-locations'),
|
|
__('Minakuchichō-matoba', 'wp-ultimo-locations'),
|
|
__('Moriyama', 'wp-ultimo-locations'),
|
|
__('Moriyama-shi', 'wp-ultimo-locations'),
|
|
__('Nagahama', 'wp-ultimo-locations'),
|
|
__('Nagahama-shi', 'wp-ultimo-locations'),
|
|
__('Rittō-shi', 'wp-ultimo-locations'),
|
|
__('Takashima', 'wp-ultimo-locations'),
|
|
__('Takashima-shi', 'wp-ultimo-locations'),
|
|
__('Yasu-shi', 'wp-ultimo-locations'),
|
|
__('Youkaichi', 'wp-ultimo-locations'),
|
|
__('Ōmihachiman', 'wp-ultimo-locations'),
|
|
__('Ōmihachiman-shi', 'wp-ultimo-locations'),
|
|
__('Ōtsu-shi', 'wp-ultimo-locations'),
|
|
);
|