more language cleanup and adding mysql-servers to customer add/delete in UI

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-04-29 09:36:46 +02:00
parent fe747b321c
commit 0dc77997fe
16 changed files with 84 additions and 131 deletions

View File

@@ -125,9 +125,9 @@ class FroxlorTwig extends AbstractExtension
return Settings::Get($setting);
}
public function getLang($identifier = null)
public function getLang($identifier = null, array $arguments = [])
{
return UI::getLng($identifier);
return lng($identifier, $arguments);
}
public function getLink($linkopts)