Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
galexpert opened this issue Apr 13, 2023 · 0 comments

Comments

@galexpert
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant