45 lines
1.2 KiB
PHP
45 lines
1.2 KiB
PHP
<?php // phpcs:ignore - @generation-checksum CN-GS-20
|
|
/**
|
|
* State City List for GS - CN.
|
|
*
|
|
* City count: 20
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for GS - 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(
|
|
__('Baiyin', 'wp-ultimo-locations'),
|
|
__('Beidao', 'wp-ultimo-locations'),
|
|
__('Dingxi Shi', 'wp-ultimo-locations'),
|
|
__('Hezuo', 'wp-ultimo-locations'),
|
|
__('Jiayuguan', 'wp-ultimo-locations'),
|
|
__('Jinchang', 'wp-ultimo-locations'),
|
|
__('Jiuquan', 'wp-ultimo-locations'),
|
|
__('Lanzhou', 'wp-ultimo-locations'),
|
|
__('Laojunmiao', 'wp-ultimo-locations'),
|
|
__('Linxia Chengguanzhen', 'wp-ultimo-locations'),
|
|
__('Linxia Huizu Zizhizhou', 'wp-ultimo-locations'),
|
|
__('Longnan Shi', 'wp-ultimo-locations'),
|
|
__('Mawu', 'wp-ultimo-locations'),
|
|
__('Pingliang', 'wp-ultimo-locations'),
|
|
__('Qincheng', 'wp-ultimo-locations'),
|
|
__('Qingyang Shi', 'wp-ultimo-locations'),
|
|
__('Tianshui', 'wp-ultimo-locations'),
|
|
__('Wuwei', 'wp-ultimo-locations'),
|
|
__('Zhangye', 'wp-ultimo-locations'),
|
|
__('Zhangye Shi', 'wp-ultimo-locations'),
|
|
);
|