35 lines
845 B
PHP
35 lines
845 B
PHP
<?php // phpcs:ignore - @generation-checksum RU-CHU-10
|
|
/**
|
|
* State City List for CHU - RU.
|
|
*
|
|
* City count: 10
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for CHU - RU.
|
|
*
|
|
* 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(
|
|
__('Anadyr', 'wp-ultimo-locations'),
|
|
__('Anadyrskiy Rayon', 'wp-ultimo-locations'),
|
|
__('Beringovskiy', 'wp-ultimo-locations'),
|
|
__('Bilibino', 'wp-ultimo-locations'),
|
|
__('Egvekinot', 'wp-ultimo-locations'),
|
|
__('Lavrentiya', 'wp-ultimo-locations'),
|
|
__('Lorino', 'wp-ultimo-locations'),
|
|
__('Pevek', 'wp-ultimo-locations'),
|
|
__('Provideniya', 'wp-ultimo-locations'),
|
|
__('Providenskiy Rayon', 'wp-ultimo-locations'),
|
|
);
|