From 84d6bb49b35be23b64407dad3cc2f343c27032ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20Perd=C3=ADk?= Date: Wed, 6 Nov 2019 17:35:02 +0100 Subject: [PATCH] Fixing missing translations from admin-ui and admin-translations packages (#147) --- src/Console/Commands/CraftableInstall.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Console/Commands/CraftableInstall.php b/src/Console/Commands/CraftableInstall.php index c881502..3053ead 100644 --- a/src/Console/Commands/CraftableInstall.php +++ b/src/Console/Commands/CraftableInstall.php @@ -178,7 +178,9 @@ private function scanAndSaveTranslations(): void '// here you can add your own directories // base_path(\'routes\'), // uncomment if you have translations in your routes i.e. you have localized URLs base_path(\'vendor/brackets/admin-auth/src\'), - base_path(\'vendor/brackets/admin-auth/resources\'),' + base_path(\'vendor/brackets/admin-auth/resources\'), + base_path(\'vendor/brackets/admin-ui/resources\'), + base_path(\'vendor/brackets/admin-translations/resources\'),' ); $this->call('admin-translations:scan-and-save', [