joedixon / laravel-translation

Translation management for your Laravel application.
MIT License
694 stars 230 forks source link

change lang path from /resources/lang to /lang #273

Open fbollon opened 1 year ago

fbollon commented 1 year ago

Change to allow loading of package translations when language files are located in /lang instead of /resources/lang

joedixon commented 1 year ago

Hey @fbollon - thanks for submitting this PR.

I hacked on this myself last night and discovered the package does not use the correct lang path for newer versions of Laravel. Does this PR solve your issue? https://github.com/joedixon/laravel-translation/pull/275