localization

This commit is contained in:
2022-11-30 23:15:52 +01:00
parent 1ba27e4f40
commit 3e3b7d7b2b
16 changed files with 176 additions and 155 deletions

View File

@@ -11,7 +11,7 @@ use Core\Objects\Router\Router;
class Account extends TemplateDocument {
public function __construct(Router $router, string $templateName) {
parent::__construct($router, $templateName);
$this->languageModules = ["general", "account"];
$this->languageModules[] = "account";
$this->title = "Account";
$this->searchable = false;
$this->enableCSP();