Remove temporary missed translations

This commit is contained in:
Philipp Holzer 2021-05-22 13:50:42 +02:00
parent 719dee2cff
commit 05c98064b4
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
2 changed files with 0 additions and 4 deletions

View File

@ -78,8 +78,6 @@ function blackout_redirect ($a, $b) {
Logger::log('redirecting user to blackout page');
System::externalRedirect($myurl);
}
DI::l10n()->t('blub');
}
function blackout_addon_admin(&$a, &$o) {

View File

@ -37,8 +37,6 @@ function blockbot_addon_admin_post(&$a) {
DI::config()->set('blockbot', 'good_crawlers', $_POST['good_crawlers'] ?? false);
DI::config()->set('blockbot', 'block_gab', $_POST['block_gab'] ?? false);
DI::config()->set('blockbot', 'training', $_POST['training'] ?? false);
DI::l10n()->t('blub');
}
function blockbot_init_1(App $a) {