39 lines
974 B
PHP
39 lines
974 B
PHP
<?php // phpcs:ignore - @generation-checksum CN-SN-14
|
||
/**
|
||
* State City List for SN - CN.
|
||
*
|
||
* City count: 14
|
||
*
|
||
* @package WP_Ultimo\Country
|
||
* @since 2.0.11
|
||
*/
|
||
|
||
// Exit if accessed directly
|
||
defined('ABSPATH') || exit;
|
||
|
||
/**
|
||
* State City List for SN - 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(
|
||
__('Ankang', 'wp-ultimo-locations'),
|
||
__('Baoji Shi', 'wp-ultimo-locations'),
|
||
__('Guozhen', 'wp-ultimo-locations'),
|
||
__('Hancheng', 'wp-ultimo-locations'),
|
||
__('Hanzhong', 'wp-ultimo-locations'),
|
||
__('Huayin', 'wp-ultimo-locations'),
|
||
__('Lintong', 'wp-ultimo-locations'),
|
||
__('Tongchuanshi', 'wp-ultimo-locations'),
|
||
__('Weinan', 'wp-ultimo-locations'),
|
||
__('Xianyang', 'wp-ultimo-locations'),
|
||
__('Xi’an', 'wp-ultimo-locations'),
|
||
__('Yanliang', 'wp-ultimo-locations'),
|
||
__('Yulinshi', 'wp-ultimo-locations'),
|
||
__('Yuxia', 'wp-ultimo-locations'),
|
||
);
|