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

43
inc/country/jp/18.php Normal file
View File

@ -0,0 +1,43 @@
<?php // phpcs:ignore - @generation-checksum JP-18-19
/**
* State City List for 18 - JP.
*
* City count: 19
*
* @package WP_Ultimo\Country
* @since 2.0.11
*/
// Exit if accessed directly
defined('ABSPATH') || exit;
/**
* State City List for 18 - 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(
__('Asahi', 'wp-ultimo-locations'),
__('Awara-shi', 'wp-ultimo-locations'),
__('Echizen-shi', 'wp-ultimo-locations'),
__('Fukui-shi', 'wp-ultimo-locations'),
__('Katsuyama', 'wp-ultimo-locations'),
__('Katsuyama Shi', 'wp-ultimo-locations'),
__('Maruoka', 'wp-ultimo-locations'),
__('Mikuni', 'wp-ultimo-locations'),
__('Obama', 'wp-ultimo-locations'),
__('Obama-shi', 'wp-ultimo-locations'),
__('Ono', 'wp-ultimo-locations'),
__('Sabae', 'wp-ultimo-locations'),
__('Sabae-shi', 'wp-ultimo-locations'),
__('Sakai-shi', 'wp-ultimo-locations'),
__('Takefu', 'wp-ultimo-locations'),
__('Tsuruga', 'wp-ultimo-locations'),
__('Tsuruga-shi', 'wp-ultimo-locations'),
__('Ōi-gun', 'wp-ultimo-locations'),
__('Ōno-shi', 'wp-ultimo-locations'),
);