From f95cc87522c4876ee0b3a5bfbd1ce447d9ef32d7 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 2 Nov 2015 18:52:47 +1030 Subject: [PATCH] Translations are now automatically included --- extensions/pusher/src/Listener/AddClientAssets.php | 2 -- 1 file changed, 2 deletions(-) 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'); } } }