Initial Commit
This commit is contained in:
54
inc/country/jp/07.php
Normal file
54
inc/country/jp/07.php
Normal file
@ -0,0 +1,54 @@
|
||||
<?php // phpcs:ignore - @generation-checksum JP-07-30
|
||||
/**
|
||||
* State City List for 07 - JP.
|
||||
*
|
||||
* City count: 30
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for 07 - 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(
|
||||
__('Aizu-wakamatsu Shi', 'wp-ultimo-locations'),
|
||||
__('Date-shi', 'wp-ultimo-locations'),
|
||||
__('Fukushima', 'wp-ultimo-locations'),
|
||||
__('Fukushima Shi', 'wp-ultimo-locations'),
|
||||
__('Funehikimachi-funehiki', 'wp-ultimo-locations'),
|
||||
__('Hobaramachi', 'wp-ultimo-locations'),
|
||||
__('Inawashiro', 'wp-ultimo-locations'),
|
||||
__('Ishikawa', 'wp-ultimo-locations'),
|
||||
__('Iwaki', 'wp-ultimo-locations'),
|
||||
__('Iwaki-shi', 'wp-ultimo-locations'),
|
||||
__('Kitakata', 'wp-ultimo-locations'),
|
||||
__('Kitakata-shi', 'wp-ultimo-locations'),
|
||||
__('Kōriyama', 'wp-ultimo-locations'),
|
||||
__('Kōriyama Shi', 'wp-ultimo-locations'),
|
||||
__('Miharu', 'wp-ultimo-locations'),
|
||||
__('Minami-Sōma', 'wp-ultimo-locations'),
|
||||
__('Minamisōma Shi', 'wp-ultimo-locations'),
|
||||
__('Motomiya', 'wp-ultimo-locations'),
|
||||
__('Motomiya-shi', 'wp-ultimo-locations'),
|
||||
__('Namie', 'wp-ultimo-locations'),
|
||||
__('Nihommatsu', 'wp-ultimo-locations'),
|
||||
__('Nihonmatsu Shi', 'wp-ultimo-locations'),
|
||||
__('Shirakawa Shi', 'wp-ultimo-locations'),
|
||||
__('Sukagawa', 'wp-ultimo-locations'),
|
||||
__('Sukagawa Shi', 'wp-ultimo-locations'),
|
||||
__('Sōma', 'wp-ultimo-locations'),
|
||||
__('Sōma Shi', 'wp-ultimo-locations'),
|
||||
__('Tamura', 'wp-ultimo-locations'),
|
||||
__('Tamura-shi', 'wp-ultimo-locations'),
|
||||
__('Yanagawamachi-saiwaichō', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user