Initial Commit
This commit is contained in:
39
inc/country/jp/37.php
Normal file
39
inc/country/jp/37.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php // phpcs:ignore - @generation-checksum JP-37-15
|
||||
/**
|
||||
* State City List for 37 - JP.
|
||||
*
|
||||
* City count: 15
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for 37 - 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(
|
||||
__('Higashikagawa Shi', 'wp-ultimo-locations'),
|
||||
__('Kan’onji Shi', 'wp-ultimo-locations'),
|
||||
__('Kan’onjichō', 'wp-ultimo-locations'),
|
||||
__('Marugame', 'wp-ultimo-locations'),
|
||||
__('Marugame Shi', 'wp-ultimo-locations'),
|
||||
__('Mitoyo Shi', 'wp-ultimo-locations'),
|
||||
__('Sakaide Shi', 'wp-ultimo-locations'),
|
||||
__('Sakaidechō', 'wp-ultimo-locations'),
|
||||
__('Sanuki-shi', 'wp-ultimo-locations'),
|
||||
__('Shido', 'wp-ultimo-locations'),
|
||||
__('Tadotsu', 'wp-ultimo-locations'),
|
||||
__('Takamatsu', 'wp-ultimo-locations'),
|
||||
__('Takamatsu Shi', 'wp-ultimo-locations'),
|
||||
__('Tonoshō', 'wp-ultimo-locations'),
|
||||
__('Zentsūji Shi', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user