35 lines
832 B
PHP
35 lines
832 B
PHP
<?php // phpcs:ignore - @generation-checksum TR-50-10
|
||
/**
|
||
* State City List for 50 - TR.
|
||
*
|
||
* City count: 10
|
||
*
|
||
* @package WP_Ultimo\Country
|
||
* @since 2.0.11
|
||
*/
|
||
|
||
// Exit if accessed directly
|
||
defined('ABSPATH') || exit;
|
||
|
||
/**
|
||
* State City List for 50 - TR.
|
||
*
|
||
* 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(
|
||
__('Acıgöl', 'wp-ultimo-locations'),
|
||
__('Avanos', 'wp-ultimo-locations'),
|
||
__('Derinkuyu', 'wp-ultimo-locations'),
|
||
__('Göreme', 'wp-ultimo-locations'),
|
||
__('Gülşehir', 'wp-ultimo-locations'),
|
||
__('Hacıbektaş', 'wp-ultimo-locations'),
|
||
__('Kozaklı İlçesi', 'wp-ultimo-locations'),
|
||
__('Merkez', 'wp-ultimo-locations'),
|
||
__('Nevşehir', 'wp-ultimo-locations'),
|
||
__('Ürgüp', 'wp-ultimo-locations'),
|
||
);
|