Initial Commit
This commit is contained in:
42
inc/country/jp/17.php
Normal file
42
inc/country/jp/17.php
Normal file
@ -0,0 +1,42 @@
|
||||
<?php // phpcs:ignore - @generation-checksum JP-17-18
|
||||
/**
|
||||
* State City List for 17 - JP.
|
||||
*
|
||||
* City count: 18
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for 17 - 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(
|
||||
__('Hakui', 'wp-ultimo-locations'),
|
||||
__('Hakui Shi', 'wp-ultimo-locations'),
|
||||
__('Hakusan Shi', 'wp-ultimo-locations'),
|
||||
__('Kaga Shi', 'wp-ultimo-locations'),
|
||||
__('Kahoku Shi', 'wp-ultimo-locations'),
|
||||
__('Kanazawa', 'wp-ultimo-locations'),
|
||||
__('Kanazawa-shi', 'wp-ultimo-locations'),
|
||||
__('Komatsu', 'wp-ultimo-locations'),
|
||||
__('Matsutō', 'wp-ultimo-locations'),
|
||||
__('Nanao Shi', 'wp-ultimo-locations'),
|
||||
__('Nomi Shi', 'wp-ultimo-locations'),
|
||||
__('Nonoichi', 'wp-ultimo-locations'),
|
||||
__('Nonoichi-shi', 'wp-ultimo-locations'),
|
||||
__('Suzu', 'wp-ultimo-locations'),
|
||||
__('Suzu Shi', 'wp-ultimo-locations'),
|
||||
__('Tsubata', 'wp-ultimo-locations'),
|
||||
__('Tsurugi-asahimachi', 'wp-ultimo-locations'),
|
||||
__('Wajima Shi', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user