Initial Commit
This commit is contained in:
44
inc/country/jp/38.php
Normal file
44
inc/country/jp/38.php
Normal file
@ -0,0 +1,44 @@
|
||||
<?php // phpcs:ignore - @generation-checksum JP-38-20
|
||||
/**
|
||||
* State City List for 38 - JP.
|
||||
*
|
||||
* City count: 20
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for 38 - 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(
|
||||
__('Hōjō', 'wp-ultimo-locations'),
|
||||
__('Imabari-shi', 'wp-ultimo-locations'),
|
||||
__('Iyo', 'wp-ultimo-locations'),
|
||||
__('Iyo-shi', 'wp-ultimo-locations'),
|
||||
__('Kawanoechō', 'wp-ultimo-locations'),
|
||||
__('Kihoku-chō', 'wp-ultimo-locations'),
|
||||
__('Masaki-chō', 'wp-ultimo-locations'),
|
||||
__('Matsuyama-shi', 'wp-ultimo-locations'),
|
||||
__('Niihama', 'wp-ultimo-locations'),
|
||||
__('Niihama-shi', 'wp-ultimo-locations'),
|
||||
__('Saijō', 'wp-ultimo-locations'),
|
||||
__('Saijō-shi', 'wp-ultimo-locations'),
|
||||
__('Seiyo-shi', 'wp-ultimo-locations'),
|
||||
__('Shikoku-chūō Shi', 'wp-ultimo-locations'),
|
||||
__('Tōon-shi', 'wp-ultimo-locations'),
|
||||
__('Uwajima', 'wp-ultimo-locations'),
|
||||
__('Uwajima-shi', 'wp-ultimo-locations'),
|
||||
__('Yawatahama-shi', 'wp-ultimo-locations'),
|
||||
__('Ōzu', 'wp-ultimo-locations'),
|
||||
__('Ōzu-shi', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user