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

46
inc/country/br/ac.php Normal file
View File

@ -0,0 +1,46 @@
<?php // phpcs:ignore - @generation-checksum BR-AC-22
/**
* State City List for AC - BR.
*
* City count: 22
*
* @package WP_Ultimo\Country
* @since 2.0.11
*/
// Exit if accessed directly
defined('ABSPATH') || exit;
/**
* State City List for AC - BR.
*
* 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(
__('Acrelândia', 'wp-ultimo-locations'),
__('Assis Brasil', 'wp-ultimo-locations'),
__('Brasiléia', 'wp-ultimo-locations'),
__('Bujari', 'wp-ultimo-locations'),
__('Capixaba', 'wp-ultimo-locations'),
__('Cruzeiro do Sul', 'wp-ultimo-locations'),
__('Epitaciolândia', 'wp-ultimo-locations'),
__('Feijó', 'wp-ultimo-locations'),
__('Jordão', 'wp-ultimo-locations'),
__('Manoel Urbano', 'wp-ultimo-locations'),
__('Marechal Thaumaturgo', 'wp-ultimo-locations'),
__('Mâncio Lima', 'wp-ultimo-locations'),
__('Plácido de Castro', 'wp-ultimo-locations'),
__('Porto Acre', 'wp-ultimo-locations'),
__('Porto Walter', 'wp-ultimo-locations'),
__('Rio Branco', 'wp-ultimo-locations'),
__('Rodrigues Alves', 'wp-ultimo-locations'),
__('Santa Rosa do Purus', 'wp-ultimo-locations'),
__('Sena Madureira', 'wp-ultimo-locations'),
__('Senador Guiomard', 'wp-ultimo-locations'),
__('Tarauacá', 'wp-ultimo-locations'),
__('Xapuri', 'wp-ultimo-locations'),
);