Add empty locale extender to clear cache properly on enable/disable.

See https://github.com/flarum/core/pull/2020#issuecomment-616149583
This commit is contained in:
Alexander Skvortsov 2020-06-19 22:16:32 -04:00
parent df7d4d1907
commit ce66d7d43b
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ return [
(new Extend\Frontend('admin'))
->js(__DIR__.'/js/dist/admin.js'),
new Extend\Locales(__DIR__.'/locale'),
function (Dispatcher $events) {
$events->subscribe(Listener\AddApiAttributes::class);
$events->subscribe(Listener\CreatePostWhenDiscussionIsStickied::class);

View File