Initial Commit
This commit is contained in:
55
inc/country/mx/bcs.php
Normal file
55
inc/country/mx/bcs.php
Normal file
@ -0,0 +1,55 @@
|
||||
<?php // phpcs:ignore - @generation-checksum MX-BCS-31
|
||||
/**
|
||||
* State City List for BCS - MX.
|
||||
*
|
||||
* City count: 31
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for BCS - MX.
|
||||
*
|
||||
* 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(
|
||||
__('Bahía Asunción', 'wp-ultimo-locations'),
|
||||
__('Bahía Tortugas', 'wp-ultimo-locations'),
|
||||
__('Cabo San Lucas', 'wp-ultimo-locations'),
|
||||
__('Chametla', 'wp-ultimo-locations'),
|
||||
__('Ciudad Constitución', 'wp-ultimo-locations'),
|
||||
__('Ciudad Insurgentes', 'wp-ultimo-locations'),
|
||||
__('Colonia del Sol', 'wp-ultimo-locations'),
|
||||
__('Comondú', 'wp-ultimo-locations'),
|
||||
__('El Centenario', 'wp-ultimo-locations'),
|
||||
__('El Pescadero', 'wp-ultimo-locations'),
|
||||
__('El Silencio', 'wp-ultimo-locations'),
|
||||
__('La Paz', 'wp-ultimo-locations'),
|
||||
__('La Playa', 'wp-ultimo-locations'),
|
||||
__('La Rivera', 'wp-ultimo-locations'),
|
||||
__('Las Margaritas', 'wp-ultimo-locations'),
|
||||
__('Las Palmas', 'wp-ultimo-locations'),
|
||||
__('Las Veredas', 'wp-ultimo-locations'),
|
||||
__('Loreto', 'wp-ultimo-locations'),
|
||||
__('Los Barriles', 'wp-ultimo-locations'),
|
||||
__('Los Cabos', 'wp-ultimo-locations'),
|
||||
__('Melitón Albáñez Domínguez', 'wp-ultimo-locations'),
|
||||
__('Miraflores', 'wp-ultimo-locations'),
|
||||
__('Mulegé', 'wp-ultimo-locations'),
|
||||
__('Puerto Adolfo Lopez Mateos', 'wp-ultimo-locations'),
|
||||
__('Puerto San Carlos', 'wp-ultimo-locations'),
|
||||
__('San Francisco', 'wp-ultimo-locations'),
|
||||
__('San José del Cabo', 'wp-ultimo-locations'),
|
||||
__('Santa Rosalía', 'wp-ultimo-locations'),
|
||||
__('Todos Santos', 'wp-ultimo-locations'),
|
||||
__('Villa Alberto Andrés Alvarado Arámburo', 'wp-ultimo-locations'),
|
||||
__('Villa Morelos', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user