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

@ -95,7 +95,7 @@ class Country_CN extends Country {
*/
public function get_name() {
return __('China', 'wp-ultimo-locations');
return __('China', 'wp-ultimo');
}
/**