35 lines
812 B
PHP
35 lines
812 B
PHP
<?php // phpcs:ignore - @generation-checksum TR-08-10
|
|
/**
|
|
* State City List for 08 - TR.
|
|
*
|
|
* City count: 10
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for 08 - 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(
|
|
__('Ardanuç', 'wp-ultimo-locations'),
|
|
__('Arhavi', 'wp-ultimo-locations'),
|
|
__('Artvin', 'wp-ultimo-locations'),
|
|
__('Borçka', 'wp-ultimo-locations'),
|
|
__('Hopa', 'wp-ultimo-locations'),
|
|
__('Kemalpaşa', 'wp-ultimo-locations'),
|
|
__('Murgul', 'wp-ultimo-locations'),
|
|
__('Seyitler', 'wp-ultimo-locations'),
|
|
__('Yusufeli', 'wp-ultimo-locations'),
|
|
__('Şavşat', 'wp-ultimo-locations'),
|
|
);
|