1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

Translations are now automatically included

This commit is contained in:
Toby Zerner
2015-11-02 18:52:41 +10:30
parent 25e8c53af3
commit 5ffac115ad

View File

@@ -34,7 +34,6 @@ class AddClientAssets
__DIR__.'/../../less/forum/extension.less'
]);
$event->addBootstrapper('flarum/mentions/main');
$event->addTranslations('flarum-mentions.forum');
}
}
}