Add temporary missed translations

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

View File

@ -78,6 +78,8 @@ 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,6 +37,8 @@ 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) {