38 lines
948 B
PHP
38 lines
948 B
PHP
<?php // phpcs:ignore - @generation-checksum TR-23-13
|
||
/**
|
||
* State City List for 23 - TR.
|
||
*
|
||
* City count: 13
|
||
*
|
||
* @package WP_Ultimo\Country
|
||
* @since 2.0.11
|
||
*/
|
||
|
||
// Exit if accessed directly
|
||
defined('ABSPATH') || exit;
|
||
|
||
/**
|
||
* State City List for 23 - 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(
|
||
__('Arıcak', 'wp-ultimo-locations'),
|
||
__('Ağın', 'wp-ultimo-locations'),
|
||
__('Baskil', 'wp-ultimo-locations'),
|
||
__('Elazığ', 'wp-ultimo-locations'),
|
||
__('Karakoçan', 'wp-ultimo-locations'),
|
||
__('Karakoçan / Elazığ', 'wp-ultimo-locations'),
|
||
__('Keban', 'wp-ultimo-locations'),
|
||
__('Kovancılar', 'wp-ultimo-locations'),
|
||
__('Maden İlçesi', 'wp-ultimo-locations'),
|
||
__('Merkez', 'wp-ultimo-locations'),
|
||
__('Palu', 'wp-ultimo-locations'),
|
||
__('Sivrice', 'wp-ultimo-locations'),
|
||
__('Turluk', 'wp-ultimo-locations'),
|
||
);
|