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

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

Open
mgralikowski opened this issue Oct 19, 2019 · 2 comments
Open

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

mgralikowski opened this issue Oct 19, 2019 · 2 comments

Comments

@mgralikowski
Copy link

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
Copy link

victorsilent commented May 21, 2020

which version did you pick to run with laravel 5.8?

@mgralikowski
Copy link
Author

"~2.6",

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

2 participants