34 lines
813 B
PHP
34 lines
813 B
PHP
<?php // phpcs:ignore - @generation-checksum TR-71-9
|
||
/**
|
||
* State City List for 71 - TR.
|
||
*
|
||
* City count: 9
|
||
*
|
||
* @package WP_Ultimo\Country
|
||
* @since 2.0.11
|
||
*/
|
||
|
||
// Exit if accessed directly
|
||
defined('ABSPATH') || exit;
|
||
|
||
/**
|
||
* State City List for 71 - 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(
|
||
__('Bahşılı İlçesi', 'wp-ultimo-locations'),
|
||
__('Balışeyh', 'wp-ultimo-locations'),
|
||
__('Delice', 'wp-ultimo-locations'),
|
||
__('Karakeçili', 'wp-ultimo-locations'),
|
||
__('Keskin', 'wp-ultimo-locations'),
|
||
__('Kırıkkale', 'wp-ultimo-locations'),
|
||
__('Sulakyurt', 'wp-ultimo-locations'),
|
||
__('Yahşihan İlçesi', 'wp-ultimo-locations'),
|
||
__('Çelebi İlçesi', 'wp-ultimo-locations'),
|
||
);
|