问题
Laravel provides an ability to use different language by using app.config + lang
folder. However, I don't see any reference in the docs on how to translate base email.
I've enabled email verification, however email is sent using English what confuses my users. How do I translate it?
回答1:
So as described in https://laravel.com/docs/5.7/localization#defining-translation-strings, simply add a json file to lang folder, named with the desired language, using the strings that you want translate as keys of json object:
来源:https://stackoverflow.com/questions/52557143/laravel-5-7-verify-email-localization