Initial Commit
This commit is contained in:
33
inc/country/ne/7.php
Normal file
33
inc/country/ne/7.php
Normal file
@ -0,0 +1,33 @@
|
||||
<?php // phpcs:ignore - @generation-checksum NE-7-9
|
||||
/**
|
||||
* State City List for 7 - NE.
|
||||
*
|
||||
* City count: 9
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for 7 - NE.
|
||||
*
|
||||
* 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(
|
||||
__('Département de Gouré', 'wp-ultimo-locations'),
|
||||
__('Département de Kantché', 'wp-ultimo-locations'),
|
||||
__('Département de Tânout', 'wp-ultimo-locations'),
|
||||
__('Gouré', 'wp-ultimo-locations'),
|
||||
__('Magaria', 'wp-ultimo-locations'),
|
||||
__('Matamey', 'wp-ultimo-locations'),
|
||||
__('Mirriah', 'wp-ultimo-locations'),
|
||||
__('Tanout', 'wp-ultimo-locations'),
|
||||
__('Zinder', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user