我有这个/resource/lang/fr.json文件来翻译“可翻译”字词。一切都很好,但是:
@lang (
"If you're having trouble clicking": actionText \ "button, copy and paste
the URL below \ n".
'in your web browser: [: actionURL] (: actionURL)',
[
'actionText' => $ actionText,
'actionURL' => $ actionUrl
]
)
我不知道如何翻译!
此文件的路径: 供应商/laravel/framework/src/Illuminate/Notifications/resources/views/email.blade.php 线52
答案 0 :(得分:0)
已解决
法语翻译解决方案
添加到/resource/lang/fr.json
...
"If you’re having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser: [:actionURL](:actionURL)": "Si vous avez des problèmes en cliquant sur le bouton \":actionText\", faites un copié/collé de l'url ci-dessous dans votre navigateur :\n [:actionURL](:actionURL)",
...