Initial Commit

This commit is contained in:
David Stone
2024-11-30 18:24:12 -07:00
commit e8f7955c1c
5432 changed files with 1397750 additions and 0 deletions

41
inc/country/jp/45.php Normal file
View File

@ -0,0 +1,41 @@
<?php // phpcs:ignore - @generation-checksum JP-45-17
/**
* State City List for 45 - JP.
*
* City count: 17
*
* @package WP_Ultimo\Country
* @since 2.0.11
*/
// Exit if accessed directly
defined('ABSPATH') || exit;
/**
* State City List for 45 - 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(
__('Ebino-shi', 'wp-ultimo-locations'),
__('Hyūga-shi', 'wp-ultimo-locations'),
__('Kobayashi', 'wp-ultimo-locations'),
__('Kobayashi Shi', 'wp-ultimo-locations'),
__('Kushima', 'wp-ultimo-locations'),
__('Kushima Shi', 'wp-ultimo-locations'),
__('Miyakonojō', 'wp-ultimo-locations'),
__('Miyakonojō Shi', 'wp-ultimo-locations'),
__('Miyazaki', 'wp-ultimo-locations'),
__('Miyazaki-shi', 'wp-ultimo-locations'),
__('Nichinan', 'wp-ultimo-locations'),
__('Nichinan Shi', 'wp-ultimo-locations'),
__('Nobeoka', 'wp-ultimo-locations'),
__('Nobeoka-shi', 'wp-ultimo-locations'),
__('Saito-shi', 'wp-ultimo-locations'),
__('Takanabe', 'wp-ultimo-locations'),
__('Tsuma', 'wp-ultimo-locations'),
);