mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(core): add translations on the login page
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue