33 lines
739 B
PHP
33 lines
739 B
PHP
<?php // phpcs:ignore - @generation-checksum TR-36-8
|
||
/**
|
||
* State City List for 36 - TR.
|
||
*
|
||
* City count: 8
|
||
*
|
||
* @package WP_Ultimo\Country
|
||
* @since 2.0.11
|
||
*/
|
||
|
||
// Exit if accessed directly
|
||
defined('ABSPATH') || exit;
|
||
|
||
/**
|
||
* State City List for 36 - 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(
|
||
__('Akyaka', 'wp-ultimo-locations'),
|
||
__('Arpaçay', 'wp-ultimo-locations'),
|
||
__('Digor İlçesi', 'wp-ultimo-locations'),
|
||
__('Kars', 'wp-ultimo-locations'),
|
||
__('Kağızman', 'wp-ultimo-locations'),
|
||
__('Sarıkamış', 'wp-ultimo-locations'),
|
||
__('Selim', 'wp-ultimo-locations'),
|
||
__('Susuz', 'wp-ultimo-locations'),
|
||
);
|