diff --git a/extensions/pusher/extend.php b/extensions/pusher/extend.php index 72bcae15b..497bc48c1 100644 --- a/extensions/pusher/extend.php +++ b/extensions/pusher/extend.php @@ -28,6 +28,8 @@ return [ (new Extend\Routes('api')) ->post('/pusher/auth', 'pusher.auth', AuthController::class), + new Extend\Locales(__DIR__.'/locale'), + function (Dispatcher $events, Container $container) { $container->bind(Pusher::class, function ($app) { $settings = $app->make(SettingsRepositoryInterface::class); diff --git a/extensions/pusher/locale/.gitkeep b/extensions/pusher/locale/.gitkeep new file mode 100644 index 000000000..e69de29bb