36 lines
873 B
PHP
36 lines
873 B
PHP
<?php // phpcs:ignore - @generation-checksum TR-11-11
|
||
/**
|
||
* State City List for 11 - TR.
|
||
*
|
||
* City count: 11
|
||
*
|
||
* @package WP_Ultimo\Country
|
||
* @since 2.0.11
|
||
*/
|
||
|
||
// Exit if accessed directly
|
||
defined('ABSPATH') || exit;
|
||
|
||
/**
|
||
* State City List for 11 - 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(
|
||
__('Bilecik', 'wp-ultimo-locations'),
|
||
__('Bozüyük', 'wp-ultimo-locations'),
|
||
__('Dodurga', 'wp-ultimo-locations'),
|
||
__('Gölpazarı', 'wp-ultimo-locations'),
|
||
__('Küplü', 'wp-ultimo-locations'),
|
||
__('Osmaneli', 'wp-ultimo-locations'),
|
||
__('Pazaryeri', 'wp-ultimo-locations'),
|
||
__('Söğüt İlçesi', 'wp-ultimo-locations'),
|
||
__('Vezirhan', 'wp-ultimo-locations'),
|
||
__('Yenipazar', 'wp-ultimo-locations'),
|
||
__('İnhisar', 'wp-ultimo-locations'),
|
||
);
|