Update tranlation text domain

This commit is contained in:
David Stone
2025-02-15 23:19:24 -07:00
parent 217009caab
commit f05ab77418
424 changed files with 6368 additions and 6368 deletions

View File

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