36 lines
884 B
PHP
36 lines
884 B
PHP
<?php // phpcs:ignore - @generation-checksum TR-62-11
|
||
/**
|
||
* State City List for 62 - TR.
|
||
*
|
||
* City count: 11
|
||
*
|
||
* @package WP_Ultimo\Country
|
||
* @since 2.0.11
|
||
*/
|
||
|
||
// Exit if accessed directly
|
||
defined('ABSPATH') || exit;
|
||
|
||
/**
|
||
* State City List for 62 - 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(
|
||
__('Hozat', 'wp-ultimo-locations'),
|
||
__('Mazgirt', 'wp-ultimo-locations'),
|
||
__('Merkez', 'wp-ultimo-locations'),
|
||
__('Nazimiye', 'wp-ultimo-locations'),
|
||
__('Nazımiye İlçesi', 'wp-ultimo-locations'),
|
||
__('Ovacık', 'wp-ultimo-locations'),
|
||
__('Pertek', 'wp-ultimo-locations'),
|
||
__('Pulumer', 'wp-ultimo-locations'),
|
||
__('Pülümür İlçesi', 'wp-ultimo-locations'),
|
||
__('Tunceli', 'wp-ultimo-locations'),
|
||
__('Çemişgezek İlçesi', 'wp-ultimo-locations'),
|
||
);
|