joedixon / laravel-translation

Translation management for your Laravel application.
MIT License
698 stars 231 forks source link

change lang path to `/lang` #250

Closed efectn closed 1 year ago

joedixon commented 1 year ago

Hey @efectn - thanks for submitting this PR and sorry for the delay in getting back to you.

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

efectn commented 1 year ago

Hey @efectn - thanks for submitting this PR and sorry for the delay in getting back to you.

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? #275

i don't have time to try it but i guess it fixes