diff --git a/extensions/pusher/src/Listener/AddClientAssets.php b/extensions/pusher/src/Listener/AddClientAssets.php index 3bef0c107..8666b3c7f 100644 --- a/extensions/pusher/src/Listener/AddClientAssets.php +++ b/extensions/pusher/src/Listener/AddClientAssets.php @@ -34,7 +34,6 @@ class AddClientAssets __DIR__.'/../../less/forum/extension.less' ]); $event->addBootstrapper('flarum/pusher/main'); - $event->addTranslations('flarum-pusher.forum'); } if ($event->isAdmin()) { @@ -42,7 +41,6 @@ class AddClientAssets __DIR__ . '/../../js/admin/dist/extension.js' ]); $event->addBootstrapper('flarum/pusher/main'); - $event->addTranslations('flarum-pusher.admin'); } } }