36 lines
875 B
PHP
36 lines
875 B
PHP
<?php // phpcs:ignore - @generation-checksum TR-53-11
|
||
/**
|
||
* State City List for 53 - TR.
|
||
*
|
||
* City count: 11
|
||
*
|
||
* @package WP_Ultimo\Country
|
||
* @since 2.0.11
|
||
*/
|
||
|
||
// Exit if accessed directly
|
||
defined('ABSPATH') || exit;
|
||
|
||
/**
|
||
* State City List for 53 - 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(
|
||
__('Ardeşen', 'wp-ultimo-locations'),
|
||
__('Fındıklı', 'wp-ultimo-locations'),
|
||
__('Güneysu', 'wp-ultimo-locations'),
|
||
__('Hemşin İlçesi', 'wp-ultimo-locations'),
|
||
__('Kalkandere', 'wp-ultimo-locations'),
|
||
__('Nurluca', 'wp-ultimo-locations'),
|
||
__('Pazar', 'wp-ultimo-locations'),
|
||
__('Rize', 'wp-ultimo-locations'),
|
||
__('Çayeli', 'wp-ultimo-locations'),
|
||
__('İkizdere İlçesi', 'wp-ultimo-locations'),
|
||
__('İyidere', 'wp-ultimo-locations'),
|
||
);
|