You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: