Skip to content

Commit

Permalink
Fixing missing translations from admin-ui and admin-translations pack…
Browse files Browse the repository at this point in the history
…ages (#147)
  • Loading branch information
palypster authored Nov 6, 2019
1 parent 6e8c24c commit 84d6bb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Console/Commands/CraftableInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -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', [
Expand Down

0 comments on commit 84d6bb4

Please sign in to comment.