Initial Commit
This commit is contained in:
51
inc/country/jp/43.php
Normal file
51
inc/country/jp/43.php
Normal file
@ -0,0 +1,51 @@
|
||||
<?php // phpcs:ignore - @generation-checksum JP-43-27
|
||||
/**
|
||||
* State City List for 43 - JP.
|
||||
*
|
||||
* City count: 27
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for 43 - 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(
|
||||
__('Amakusa Gun', 'wp-ultimo-locations'),
|
||||
__('Amakusa Shi', 'wp-ultimo-locations'),
|
||||
__('Arao Shi', 'wp-ultimo-locations'),
|
||||
__('Aso-shi', 'wp-ultimo-locations'),
|
||||
__('Hitoyoshi', 'wp-ultimo-locations'),
|
||||
__('Hitoyoshi Shi', 'wp-ultimo-locations'),
|
||||
__('Hondomachi-hondo', 'wp-ultimo-locations'),
|
||||
__('Honmachi', 'wp-ultimo-locations'),
|
||||
__('Kamiamakusa Shi', 'wp-ultimo-locations'),
|
||||
__('Kikuchi', 'wp-ultimo-locations'),
|
||||
__('Kikuchi Shi', 'wp-ultimo-locations'),
|
||||
__('Kumamoto', 'wp-ultimo-locations'),
|
||||
__('Kumamoto Shi', 'wp-ultimo-locations'),
|
||||
__('Kōshi Shi', 'wp-ultimo-locations'),
|
||||
__('Matsubase', 'wp-ultimo-locations'),
|
||||
__('Minamata', 'wp-ultimo-locations'),
|
||||
__('Minamata Shi', 'wp-ultimo-locations'),
|
||||
__('Tamana', 'wp-ultimo-locations'),
|
||||
__('Tamana Shi', 'wp-ultimo-locations'),
|
||||
__('Uekimachi-mōno', 'wp-ultimo-locations'),
|
||||
__('Uki Shi', 'wp-ultimo-locations'),
|
||||
__('Ushibukamachi', 'wp-ultimo-locations'),
|
||||
__('Uto', 'wp-ultimo-locations'),
|
||||
__('Uto Shi', 'wp-ultimo-locations'),
|
||||
__('Yamaga Shi', 'wp-ultimo-locations'),
|
||||
__('Yatsushiro Shi', 'wp-ultimo-locations'),
|
||||
__('Ōzu', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user