Initial Commit
This commit is contained in:
49
inc/country/jp/33.php
Normal file
49
inc/country/jp/33.php
Normal file
@ -0,0 +1,49 @@
|
||||
<?php // phpcs:ignore - @generation-checksum JP-33-25
|
||||
/**
|
||||
* State City List for 33 - JP.
|
||||
*
|
||||
* City count: 25
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for 33 - 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(
|
||||
__('Akaiwa Shi', 'wp-ultimo-locations'),
|
||||
__('Asakuchi Shi', 'wp-ultimo-locations'),
|
||||
__('Bizen Shi', 'wp-ultimo-locations'),
|
||||
__('Ibara', 'wp-ultimo-locations'),
|
||||
__('Ibara Shi', 'wp-ultimo-locations'),
|
||||
__('Kamogatachō-kamogata', 'wp-ultimo-locations'),
|
||||
__('Kasaoka', 'wp-ultimo-locations'),
|
||||
__('Kasaoka Shi', 'wp-ultimo-locations'),
|
||||
__('Kurashiki', 'wp-ultimo-locations'),
|
||||
__('Kurashiki Shi', 'wp-ultimo-locations'),
|
||||
__('Maniwa-shi', 'wp-ultimo-locations'),
|
||||
__('Mimasaka-shi', 'wp-ultimo-locations'),
|
||||
__('Niimi', 'wp-ultimo-locations'),
|
||||
__('Niimi Shi', 'wp-ultimo-locations'),
|
||||
__('Okayama', 'wp-ultimo-locations'),
|
||||
__('Okayama Shi', 'wp-ultimo-locations'),
|
||||
__('Setouchi Shi', 'wp-ultimo-locations'),
|
||||
__('Sōja', 'wp-ultimo-locations'),
|
||||
__('Sōja Shi', 'wp-ultimo-locations'),
|
||||
__('Takahashi', 'wp-ultimo-locations'),
|
||||
__('Takahashi Shi', 'wp-ultimo-locations'),
|
||||
__('Tamano', 'wp-ultimo-locations'),
|
||||
__('Tamano Shi', 'wp-ultimo-locations'),
|
||||
__('Tsuyama', 'wp-ultimo-locations'),
|
||||
__('Tsuyama-shi', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user