Initial Commit
This commit is contained in:
51
inc/country/jp/05.php
Normal file
51
inc/country/jp/05.php
Normal file
@ -0,0 +1,51 @@
|
||||
<?php // phpcs:ignore - @generation-checksum JP-05-27
|
||||
/**
|
||||
* State City List for 05 - JP.
|
||||
*
|
||||
* City count: 27
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for 05 - 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(
|
||||
__('Akita', 'wp-ultimo-locations'),
|
||||
__('Akita Shi', 'wp-ultimo-locations'),
|
||||
__('Daisen', 'wp-ultimo-locations'),
|
||||
__('Daisen-shi', 'wp-ultimo-locations'),
|
||||
__('Hanawa', 'wp-ultimo-locations'),
|
||||
__('Kakunodatemachi', 'wp-ultimo-locations'),
|
||||
__('Katagami', 'wp-ultimo-locations'),
|
||||
__('Katagami-shi', 'wp-ultimo-locations'),
|
||||
__('Kazuno Shi', 'wp-ultimo-locations'),
|
||||
__('Kitaakita-shi', 'wp-ultimo-locations'),
|
||||
__('Nikaho-shi', 'wp-ultimo-locations'),
|
||||
__('Noshiro', 'wp-ultimo-locations'),
|
||||
__('Noshiro Shi', 'wp-ultimo-locations'),
|
||||
__('Oga', 'wp-ultimo-locations'),
|
||||
__('Oga-shi', 'wp-ultimo-locations'),
|
||||
__('Semboku-shi', 'wp-ultimo-locations'),
|
||||
__('Takanosu', 'wp-ultimo-locations'),
|
||||
__('Tennō', 'wp-ultimo-locations'),
|
||||
__('Yokote', 'wp-ultimo-locations'),
|
||||
__('Yokote-shi', 'wp-ultimo-locations'),
|
||||
__('Yurihonjō', 'wp-ultimo-locations'),
|
||||
__('Yurihonjō-shi', 'wp-ultimo-locations'),
|
||||
__('Yuzawa', 'wp-ultimo-locations'),
|
||||
__('Yuzawa-shi', 'wp-ultimo-locations'),
|
||||
__('Ōdate', 'wp-ultimo-locations'),
|
||||
__('Ōdate-shi', 'wp-ultimo-locations'),
|
||||
__('Ōmagari', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user