Initial Commit

This commit is contained in:
David Stone
2024-11-30 18:24:12 -07:00
commit e8f7955c1c
5432 changed files with 1397750 additions and 0 deletions

40
inc/country/my/12.php Normal file
View File

@ -0,0 +1,40 @@
<?php // phpcs:ignore - @generation-checksum MY-12-16
/**
* State City List for 12 - MY.
*
* City count: 16
*
* @package WP_Ultimo\Country
* @since 2.0.11
*/
// Exit if accessed directly
defined('ABSPATH') || exit;
/**
* State City List for 12 - MY.
*
* 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(
__('Bandar Labuan', 'wp-ultimo-locations'),
__('Beaufort', 'wp-ultimo-locations'),
__('Donggongon', 'wp-ultimo-locations'),
__('Keningau', 'wp-ultimo-locations'),
__('Kinarut', 'wp-ultimo-locations'),
__('Kota Belud', 'wp-ultimo-locations'),
__('Kota Kinabalu', 'wp-ultimo-locations'),
__('Kudat', 'wp-ultimo-locations'),
__('Lahad Datu', 'wp-ultimo-locations'),
__('Papar', 'wp-ultimo-locations'),
__('Putatan', 'wp-ultimo-locations'),
__('Ranau', 'wp-ultimo-locations'),
__('Sandakan', 'wp-ultimo-locations'),
__('Semporna', 'wp-ultimo-locations'),
__('Taman Rajawali', 'wp-ultimo-locations'),
__('Tawau', 'wp-ultimo-locations'),
);