fix(core): add translations on the login page

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
pull/42113/head
Grigorii K. Shartsev 2023-12-07 14:56:59 +07:00 committed by backportbot-nextcloud[bot]
parent cd428124ff
commit 1adffd4284
1 changed files with 1 additions and 0 deletions

@ -53,6 +53,7 @@ class BeforeTemplateRenderedListener implements IEventListener {
// todo: make login work without these
Util::addScript('core', 'common');
Util::addScript('core', 'main');
Util::addTranslations('core');
}
if ($event instanceof BeforeTemplateRenderedEvent) {