You should be able to translate all strings using the json format. For example and all translated languages you can download them here: https://github.com/caouecs/Laravel-lang/tree/master/json
Jan 18, 2019
3
Level 5
How can I translate the Verification email template?
Hello, Using the lang/json files I could translate all strings of the verify email template except the footer: @lang( "If you’re having trouble clicking the ":actionText" button, copy and paste the URL below\n". 'into your web browser: :actionURL', [ 'actionText' => $actionText, 'actionURL' => $actionUrl, ] ) Anybody knows how to translate it please? Thank you in advance
Level 88
Please or to participate in this conversation.