Initial Commit
This commit is contained in:
56
inc/country/jp/03.php
Normal file
56
inc/country/jp/03.php
Normal file
@ -0,0 +1,56 @@
|
||||
<?php // phpcs:ignore - @generation-checksum JP-03-32
|
||||
/**
|
||||
* State City List for 03 - JP.
|
||||
*
|
||||
* City count: 32
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for 03 - 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(
|
||||
__('Hachimantai', 'wp-ultimo-locations'),
|
||||
__('Hachimantai Shi', 'wp-ultimo-locations'),
|
||||
__('Hanamaki', 'wp-ultimo-locations'),
|
||||
__('Hanamaki Shi', 'wp-ultimo-locations'),
|
||||
__('Ichinohe', 'wp-ultimo-locations'),
|
||||
__('Ichinoseki', 'wp-ultimo-locations'),
|
||||
__('Ichinoseki-shi', 'wp-ultimo-locations'),
|
||||
__('Iwate-gun', 'wp-ultimo-locations'),
|
||||
__('Kamaishi', 'wp-ultimo-locations'),
|
||||
__('Kamaishi-shi', 'wp-ultimo-locations'),
|
||||
__('Kitakami', 'wp-ultimo-locations'),
|
||||
__('Kitakami-shi', 'wp-ultimo-locations'),
|
||||
__('Kuji', 'wp-ultimo-locations'),
|
||||
__('Kuji-shi', 'wp-ultimo-locations'),
|
||||
__('Miyako', 'wp-ultimo-locations'),
|
||||
__('Miyako-shi', 'wp-ultimo-locations'),
|
||||
__('Mizusawa', 'wp-ultimo-locations'),
|
||||
__('Morioka', 'wp-ultimo-locations'),
|
||||
__('Morioka-shi', 'wp-ultimo-locations'),
|
||||
__('Ninohe', 'wp-ultimo-locations'),
|
||||
__('Ninohe Shi', 'wp-ultimo-locations'),
|
||||
__('Rikuzentakata-shi', 'wp-ultimo-locations'),
|
||||
__('Shizukuishi', 'wp-ultimo-locations'),
|
||||
__('Takizawa-shi', 'wp-ultimo-locations'),
|
||||
__('Tōno', 'wp-ultimo-locations'),
|
||||
__('Tōno-shi', 'wp-ultimo-locations'),
|
||||
__('Yamada', 'wp-ultimo-locations'),
|
||||
__('Ōfunato', 'wp-ultimo-locations'),
|
||||
__('Ōfunato-shi', 'wp-ultimo-locations'),
|
||||
__('Ōshū', 'wp-ultimo-locations'),
|
||||
__('Ōshū-shi', 'wp-ultimo-locations'),
|
||||
__('Ōtsuchi', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user