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

@ -65,7 +65,7 @@ class Country_SG extends Country {
*/
public function get_name() {
return __('Singapore', 'wp-ultimo-locations');
return __('Singapore', 'wp-ultimo');
}
/**
@ -77,11 +77,11 @@ class Country_SG extends Country {
protected function states() {
return array(
'01' => __('Central Singapore Community Development Council', 'wp-ultimo-locations'),
'02' => __('North East Community Development Council', 'wp-ultimo-locations'),
'03' => __('North West Community Development Council', 'wp-ultimo-locations'),
'04' => __('South East Community Development Council', 'wp-ultimo-locations'),
'05' => __('South West Community Development Council', 'wp-ultimo-locations'),
'01' => __('Central Singapore Community Development Council', 'wp-ultimo'),
'02' => __('North East Community Development Council', 'wp-ultimo'),
'03' => __('North West Community Development Council', 'wp-ultimo'),
'04' => __('South East Community Development Council', 'wp-ultimo'),
'05' => __('South West Community Development Council', 'wp-ultimo'),
);
}
}