mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -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
7b6877b278
commit
452abf7c7f
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