Initial Commit
This commit is contained in:
50
inc/country/in/ar.php
Normal file
50
inc/country/in/ar.php
Normal file
@ -0,0 +1,50 @@
|
||||
<?php // phpcs:ignore - @generation-checksum IN-AR-26
|
||||
/**
|
||||
* State City List for AR - IN.
|
||||
*
|
||||
* City count: 26
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for AR - IN.
|
||||
*
|
||||
* 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(
|
||||
__('Along', 'wp-ultimo-locations'),
|
||||
__('Anjaw', 'wp-ultimo-locations'),
|
||||
__('Basar', 'wp-ultimo-locations'),
|
||||
__('Bomdila', 'wp-ultimo-locations'),
|
||||
__('Changlang', 'wp-ultimo-locations'),
|
||||
__('Dibang Valley', 'wp-ultimo-locations'),
|
||||
__('East Kameng', 'wp-ultimo-locations'),
|
||||
__('East Siang', 'wp-ultimo-locations'),
|
||||
__('Hayuliang', 'wp-ultimo-locations'),
|
||||
__('Itanagar', 'wp-ultimo-locations'),
|
||||
__('Khonsa', 'wp-ultimo-locations'),
|
||||
__('Kurung Kumey', 'wp-ultimo-locations'),
|
||||
__('Lohit District', 'wp-ultimo-locations'),
|
||||
__('Lower Dibang Valley', 'wp-ultimo-locations'),
|
||||
__('Lower Subansiri', 'wp-ultimo-locations'),
|
||||
__('Margherita', 'wp-ultimo-locations'),
|
||||
__('Naharlagun', 'wp-ultimo-locations'),
|
||||
__('Pasighat', 'wp-ultimo-locations'),
|
||||
__('Tawang', 'wp-ultimo-locations'),
|
||||
__('Tezu', 'wp-ultimo-locations'),
|
||||
__('Tirap', 'wp-ultimo-locations'),
|
||||
__('Upper Siang', 'wp-ultimo-locations'),
|
||||
__('Upper Subansiri', 'wp-ultimo-locations'),
|
||||
__('West Kameng', 'wp-ultimo-locations'),
|
||||
__('West Siang', 'wp-ultimo-locations'),
|
||||
__('Ziro', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user