mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 16:14:26 +02:00
Issue 9743: Added translatable texts
This commit is contained in:
parent
f6873cc912
commit
972c9f7bc0
10 changed files with 148 additions and 124 deletions
|
@ -49,8 +49,11 @@ class WebFinger extends BaseModule
|
|||
|
||||
$tpl = Renderer::getMarkupTemplate('webfinger.tpl');
|
||||
return Renderer::replaceMacros($tpl, [
|
||||
'$addr' => $addr,
|
||||
'$res' => $res,
|
||||
'$title' => DI::l10n()->t('Webfinger Diagnostic'),
|
||||
'$submit' => DI::l10n()->t('Submit'),
|
||||
'$lookup' => DI::l10n()->t('Lookup address:'),
|
||||
'$addr' => $addr,
|
||||
'$res' => $res,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue