34 lines
804 B
PHP
34 lines
804 B
PHP
<?php // phpcs:ignore - @generation-checksum TR-05-9
|
||
/**
|
||
* State City List for 05 - TR.
|
||
*
|
||
* City count: 9
|
||
*
|
||
* @package WP_Ultimo\Country
|
||
* @since 2.0.11
|
||
*/
|
||
|
||
// Exit if accessed directly
|
||
defined('ABSPATH') || exit;
|
||
|
||
/**
|
||
* State City List for 05 - 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(
|
||
__('Amasya', 'wp-ultimo-locations'),
|
||
__('Dedeköy', 'wp-ultimo-locations'),
|
||
__('Göynücek', 'wp-ultimo-locations'),
|
||
__('Gümüşhacıköy', 'wp-ultimo-locations'),
|
||
__('Hamamözü İlçesi', 'wp-ultimo-locations'),
|
||
__('Merkez', 'wp-ultimo-locations'),
|
||
__('Merzifon İlçesi', 'wp-ultimo-locations'),
|
||
__('Suluova', 'wp-ultimo-locations'),
|
||
__('Taşova', 'wp-ultimo-locations'),
|
||
);
|