vsch / laravel-translation-manager

Enhanced Management of Laravel 4 & 5 Translations, with Yandex Translation API assisted translations.
MIT License
181 stars 84 forks source link

Is json supported? Laravel emails are not translated L5.8 #151

Open mgralikowski opened 5 years ago

mgralikowski commented 5 years ago

For example Reset Password Email is not translated. In Laravel 5.8 we have lines like this: ->subject(Lang::getFromJson('Reset Password Notification')) And it return always Reset Password Notification.

But when i remove getFromJson from library and original method is used, then translation works properly.

victorsilent commented 4 years ago

which version did you pick to run with laravel 5.8?

mgralikowski commented 4 years ago

"~2.6",