mirror of
https://github.com/flarum/core.git
synced 2025-08-10 02:17:37 +02:00
Translations are now automatically included
This commit is contained in:
@@ -36,7 +36,6 @@ class AddClientAssets
|
||||
__DIR__.'/../../less/forum/extension.less'
|
||||
]);
|
||||
$event->addBootstrapper('flarum/tags/main');
|
||||
$event->addTranslations(['flarum-tags.forum', 'flarum-tags.lib']);
|
||||
}
|
||||
|
||||
if ($event->isAdmin()) {
|
||||
@@ -45,7 +44,6 @@ class AddClientAssets
|
||||
__DIR__.'/../../less/admin/extension.less'
|
||||
]);
|
||||
$event->addBootstrapper('flarum/tags/main');
|
||||
$event->addTranslations(['flarum-tags.admin', 'flarum-tags.lib']);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user