Remove city database to reduce package size

This commit is contained in:
David Stone
2025-02-07 23:49:22 -07:00
parent d71413886b
commit 2941c8b946
543 changed files with 22746 additions and 745243 deletions

View File

@ -115,7 +115,7 @@ class Country_US extends Country {
*/
public function get_name() {
return __('United States', 'wp-ultimo-locations');
return __('United States', 'wp-ultimo');
}
/**
@ -127,72 +127,72 @@ class Country_US extends Country {
protected function states() {
return array(
'AL' => __('Alabama', 'wp-ultimo-locations'),
'AK' => __('Alaska', 'wp-ultimo-locations'),
'AS' => __('American Samoa', 'wp-ultimo-locations'),
'AZ' => __('Arizona', 'wp-ultimo-locations'),
'AR' => __('Arkansas', 'wp-ultimo-locations'),
'UM-81' => __('Baker Island', 'wp-ultimo-locations'),
'CA' => __('California', 'wp-ultimo-locations'),
'CO' => __('Colorado', 'wp-ultimo-locations'),
'CT' => __('Connecticut', 'wp-ultimo-locations'),
'DE' => __('Delaware', 'wp-ultimo-locations'),
'DC' => __('District of Columbia', 'wp-ultimo-locations'),
'FL' => __('Florida', 'wp-ultimo-locations'),
'GA' => __('Georgia', 'wp-ultimo-locations'),
'GU' => __('Guam', 'wp-ultimo-locations'),
'HI' => __('Hawaii', 'wp-ultimo-locations'),
'UM-84' => __('Howland Island', 'wp-ultimo-locations'),
'ID' => __('Idaho', 'wp-ultimo-locations'),
'IL' => __('Illinois', 'wp-ultimo-locations'),
'IN' => __('Indiana', 'wp-ultimo-locations'),
'IA' => __('Iowa', 'wp-ultimo-locations'),
'UM-86' => __('Jarvis Island', 'wp-ultimo-locations'),
'UM-67' => __('Johnston Atoll', 'wp-ultimo-locations'),
'KS' => __('Kansas', 'wp-ultimo-locations'),
'KY' => __('Kentucky', 'wp-ultimo-locations'),
'UM-89' => __('Kingman Reef', 'wp-ultimo-locations'),
'LA' => __('Louisiana', 'wp-ultimo-locations'),
'ME' => __('Maine', 'wp-ultimo-locations'),
'MD' => __('Maryland', 'wp-ultimo-locations'),
'MA' => __('Massachusetts', 'wp-ultimo-locations'),
'MI' => __('Michigan', 'wp-ultimo-locations'),
'UM-71' => __('Midway Atoll', 'wp-ultimo-locations'),
'MN' => __('Minnesota', 'wp-ultimo-locations'),
'MS' => __('Mississippi', 'wp-ultimo-locations'),
'MO' => __('Missouri', 'wp-ultimo-locations'),
'MT' => __('Montana', 'wp-ultimo-locations'),
'UM-76' => __('Navassa Island', 'wp-ultimo-locations'),
'NE' => __('Nebraska', 'wp-ultimo-locations'),
'NV' => __('Nevada', 'wp-ultimo-locations'),
'NH' => __('New Hampshire', 'wp-ultimo-locations'),
'NJ' => __('New Jersey', 'wp-ultimo-locations'),
'NM' => __('New Mexico', 'wp-ultimo-locations'),
'NY' => __('New York', 'wp-ultimo-locations'),
'NC' => __('North Carolina', 'wp-ultimo-locations'),
'ND' => __('North Dakota', 'wp-ultimo-locations'),
'MP' => __('Northern Mariana Islands', 'wp-ultimo-locations'),
'OH' => __('Ohio', 'wp-ultimo-locations'),
'OK' => __('Oklahoma', 'wp-ultimo-locations'),
'OR' => __('Oregon', 'wp-ultimo-locations'),
'UM-95' => __('Palmyra Atoll', 'wp-ultimo-locations'),
'PA' => __('Pennsylvania', 'wp-ultimo-locations'),
'PR' => __('Puerto Rico', 'wp-ultimo-locations'),
'RI' => __('Rhode Island', 'wp-ultimo-locations'),
'SC' => __('South Carolina', 'wp-ultimo-locations'),
'SD' => __('South Dakota', 'wp-ultimo-locations'),
'TN' => __('Tennessee', 'wp-ultimo-locations'),
'TX' => __('Texas', 'wp-ultimo-locations'),
'UM' => __('United States Minor Outlying Islands', 'wp-ultimo-locations'),
'VI' => __('United States Virgin Islands', 'wp-ultimo-locations'),
'UT' => __('Utah', 'wp-ultimo-locations'),
'VT' => __('Vermont', 'wp-ultimo-locations'),
'VA' => __('Virginia', 'wp-ultimo-locations'),
'UM-79' => __('Wake Island', 'wp-ultimo-locations'),
'WA' => __('Washington', 'wp-ultimo-locations'),
'WV' => __('West Virginia', 'wp-ultimo-locations'),
'WI' => __('Wisconsin', 'wp-ultimo-locations'),
'WY' => __('Wyoming', 'wp-ultimo-locations'),
'AL' => __('Alabama', 'wp-ultimo'),
'AK' => __('Alaska', 'wp-ultimo'),
'AS' => __('American Samoa', 'wp-ultimo'),
'AZ' => __('Arizona', 'wp-ultimo'),
'AR' => __('Arkansas', 'wp-ultimo'),
'UM-81' => __('Baker Island', 'wp-ultimo'),
'CA' => __('California', 'wp-ultimo'),
'CO' => __('Colorado', 'wp-ultimo'),
'CT' => __('Connecticut', 'wp-ultimo'),
'DE' => __('Delaware', 'wp-ultimo'),
'DC' => __('District of Columbia', 'wp-ultimo'),
'FL' => __('Florida', 'wp-ultimo'),
'GA' => __('Georgia', 'wp-ultimo'),
'GU' => __('Guam', 'wp-ultimo'),
'HI' => __('Hawaii', 'wp-ultimo'),
'UM-84' => __('Howland Island', 'wp-ultimo'),
'ID' => __('Idaho', 'wp-ultimo'),
'IL' => __('Illinois', 'wp-ultimo'),
'IN' => __('Indiana', 'wp-ultimo'),
'IA' => __('Iowa', 'wp-ultimo'),
'UM-86' => __('Jarvis Island', 'wp-ultimo'),
'UM-67' => __('Johnston Atoll', 'wp-ultimo'),
'KS' => __('Kansas', 'wp-ultimo'),
'KY' => __('Kentucky', 'wp-ultimo'),
'UM-89' => __('Kingman Reef', 'wp-ultimo'),
'LA' => __('Louisiana', 'wp-ultimo'),
'ME' => __('Maine', 'wp-ultimo'),
'MD' => __('Maryland', 'wp-ultimo'),
'MA' => __('Massachusetts', 'wp-ultimo'),
'MI' => __('Michigan', 'wp-ultimo'),
'UM-71' => __('Midway Atoll', 'wp-ultimo'),
'MN' => __('Minnesota', 'wp-ultimo'),
'MS' => __('Mississippi', 'wp-ultimo'),
'MO' => __('Missouri', 'wp-ultimo'),
'MT' => __('Montana', 'wp-ultimo'),
'UM-76' => __('Navassa Island', 'wp-ultimo'),
'NE' => __('Nebraska', 'wp-ultimo'),
'NV' => __('Nevada', 'wp-ultimo'),
'NH' => __('New Hampshire', 'wp-ultimo'),
'NJ' => __('New Jersey', 'wp-ultimo'),
'NM' => __('New Mexico', 'wp-ultimo'),
'NY' => __('New York', 'wp-ultimo'),
'NC' => __('North Carolina', 'wp-ultimo'),
'ND' => __('North Dakota', 'wp-ultimo'),
'MP' => __('Northern Mariana Islands', 'wp-ultimo'),
'OH' => __('Ohio', 'wp-ultimo'),
'OK' => __('Oklahoma', 'wp-ultimo'),
'OR' => __('Oregon', 'wp-ultimo'),
'UM-95' => __('Palmyra Atoll', 'wp-ultimo'),
'PA' => __('Pennsylvania', 'wp-ultimo'),
'PR' => __('Puerto Rico', 'wp-ultimo'),
'RI' => __('Rhode Island', 'wp-ultimo'),
'SC' => __('South Carolina', 'wp-ultimo'),
'SD' => __('South Dakota', 'wp-ultimo'),
'TN' => __('Tennessee', 'wp-ultimo'),
'TX' => __('Texas', 'wp-ultimo'),
'UM' => __('United States Minor Outlying Islands', 'wp-ultimo'),
'VI' => __('United States Virgin Islands', 'wp-ultimo'),
'UT' => __('Utah', 'wp-ultimo'),
'VT' => __('Vermont', 'wp-ultimo'),
'VA' => __('Virginia', 'wp-ultimo'),
'UM-79' => __('Wake Island', 'wp-ultimo'),
'WA' => __('Washington', 'wp-ultimo'),
'WV' => __('West Virginia', 'wp-ultimo'),
'WI' => __('Wisconsin', 'wp-ultimo'),
'WY' => __('Wyoming', 'wp-ultimo'),
);
}
}