laravel-translation icon indicating copy to clipboard operation
laravel-translation copied to clipboard

how to connect files with translations from other modules for example Modules\MyModule\Resources\lang\

Open galexpert opened this issue 1 year ago • 0 comments

Hello, please help me to solve the problem. I have a module with structure like laravel/APP . I want to set up the work of translations in a different way, for example, site.loc\Modules\MyModule\Resources\lang
'scan_paths' => [ base_path(), app_path(), resource_path(), base_path('Modules\MyModule\Resources\lang') ], But none of the options work... laravel translation stubbornly does not see my files with translations... Please help me!!! I will be very grateful for any help

galexpert avatar Apr 13 '23 20:04 galexpert