Skip to content

Commit bcc7397

Browse files
author
Yuriy Martini
committed
publish translations
1 parent 53535eb commit bcc7397

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/LaravelFilemanagerServiceProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ public function boot()
2121

2222
$this->loadViewsFrom(__DIR__.'/views', 'laravel-filemanager');
2323

24+
$this->publishes([
25+
__DIR__.'/../resources/lang' => 'resources/lang/vendor/laravel-filemanager',
26+
], ['lfm', 'lang', 'lfm_lang']);
27+
2428
$this->publishes([
2529
__DIR__.'/../config/lfm.php' => base_path('config/lfm.php'),
2630
], 'lfm_config');

0 commit comments

Comments
 (0)