Initial Commit
This commit is contained in:
57
inc/country/cn/nm.php
Normal file
57
inc/country/cn/nm.php
Normal file
@ -0,0 +1,57 @@
|
||||
<?php // phpcs:ignore - @generation-checksum CN-NM-33
|
||||
/**
|
||||
* State City List for NM - CN.
|
||||
*
|
||||
* City count: 33
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for NM - CN.
|
||||
*
|
||||
* 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(
|
||||
__('Baotou', 'wp-ultimo-locations'),
|
||||
__('Bayan Nur', 'wp-ultimo-locations'),
|
||||
__('Bayannur Shi', 'wp-ultimo-locations'),
|
||||
__('Beichengqu', 'wp-ultimo-locations'),
|
||||
__('Chifeng', 'wp-ultimo-locations'),
|
||||
__('Dongsheng', 'wp-ultimo-locations'),
|
||||
__('Erenhot', 'wp-ultimo-locations'),
|
||||
__('E’erguna', 'wp-ultimo-locations'),
|
||||
__('Genhe', 'wp-ultimo-locations'),
|
||||
__('Hailar', 'wp-ultimo-locations'),
|
||||
__('Hohhot', 'wp-ultimo-locations'),
|
||||
__('Hulunbuir Region', 'wp-ultimo-locations'),
|
||||
__('Jalai Nur', 'wp-ultimo-locations'),
|
||||
__('Jiagedaqi', 'wp-ultimo-locations'),
|
||||
__('Jining', 'wp-ultimo-locations'),
|
||||
__('Manzhouli', 'wp-ultimo-locations'),
|
||||
__('Mositai', 'wp-ultimo-locations'),
|
||||
__('Mujiayingzi', 'wp-ultimo-locations'),
|
||||
__('Ordos', 'wp-ultimo-locations'),
|
||||
__('Ordos Shi', 'wp-ultimo-locations'),
|
||||
__('Oroqen Zizhiqi', 'wp-ultimo-locations'),
|
||||
__('Pingzhuang', 'wp-ultimo-locations'),
|
||||
__('Salaqi', 'wp-ultimo-locations'),
|
||||
__('Shiguai', 'wp-ultimo-locations'),
|
||||
__('Tongliao', 'wp-ultimo-locations'),
|
||||
__('Ulanhot', 'wp-ultimo-locations'),
|
||||
__('Wenquan', 'wp-ultimo-locations'),
|
||||
__('Wuda', 'wp-ultimo-locations'),
|
||||
__('Wuhai', 'wp-ultimo-locations'),
|
||||
__('Xilin Gol Meng', 'wp-ultimo-locations'),
|
||||
__('Xilin Hot', 'wp-ultimo-locations'),
|
||||
__('Yakeshi', 'wp-ultimo-locations'),
|
||||
__('Zhalantun', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user