Initial Commit
This commit is contained in:
45
inc/country/jp/02.php
Normal file
45
inc/country/jp/02.php
Normal file
@ -0,0 +1,45 @@
|
||||
<?php // phpcs:ignore - @generation-checksum JP-02-21
|
||||
/**
|
||||
* State City List for 02 - JP.
|
||||
*
|
||||
* City count: 21
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for 02 - 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(
|
||||
__('Aomori', 'wp-ultimo-locations'),
|
||||
__('Aomori Shi', 'wp-ultimo-locations'),
|
||||
__('Goshogawara', 'wp-ultimo-locations'),
|
||||
__('Goshogawara Shi', 'wp-ultimo-locations'),
|
||||
__('Hachinohe', 'wp-ultimo-locations'),
|
||||
__('Hachinohe Shi', 'wp-ultimo-locations'),
|
||||
__('Hirakawa', 'wp-ultimo-locations'),
|
||||
__('Hirakawa Shi', 'wp-ultimo-locations'),
|
||||
__('Hirosaki', 'wp-ultimo-locations'),
|
||||
__('Hirosaki Shi', 'wp-ultimo-locations'),
|
||||
__('Kuroishi', 'wp-ultimo-locations'),
|
||||
__('Kuroishi Shi', 'wp-ultimo-locations'),
|
||||
__('Misawa', 'wp-ultimo-locations'),
|
||||
__('Misawa Shi', 'wp-ultimo-locations'),
|
||||
__('Mutsu', 'wp-ultimo-locations'),
|
||||
__('Mutsu-shi', 'wp-ultimo-locations'),
|
||||
__('Namioka', 'wp-ultimo-locations'),
|
||||
__('Shimokizukuri', 'wp-ultimo-locations'),
|
||||
__('Towada Shi', 'wp-ultimo-locations'),
|
||||
__('Tsugaru', 'wp-ultimo-locations'),
|
||||
__('Tsugaru Shi', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user