37 lines
899 B
PHP
37 lines
899 B
PHP
<?php // phpcs:ignore - @generation-checksum TR-64-12
|
||
/**
|
||
* State City List for 64 - TR.
|
||
*
|
||
* City count: 12
|
||
*
|
||
* @package WP_Ultimo\Country
|
||
* @since 2.0.11
|
||
*/
|
||
|
||
// Exit if accessed directly
|
||
defined('ABSPATH') || exit;
|
||
|
||
/**
|
||
* State City List for 64 - 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(
|
||
__('Banaz', 'wp-ultimo-locations'),
|
||
__('Bölme', 'wp-ultimo-locations'),
|
||
__('Eşme', 'wp-ultimo-locations'),
|
||
__('Güllü', 'wp-ultimo-locations'),
|
||
__('Karahallı', 'wp-ultimo-locations'),
|
||
__('Kızılcasöğüt', 'wp-ultimo-locations'),
|
||
__('Merkez', 'wp-ultimo-locations'),
|
||
__('Selçikler', 'wp-ultimo-locations'),
|
||
__('Sivaslı', 'wp-ultimo-locations'),
|
||
__('Ulubey', 'wp-ultimo-locations'),
|
||
__('Uşak', 'wp-ultimo-locations'),
|
||
__('İlyaslı', 'wp-ultimo-locations'),
|
||
);
|