The following code appear in the email.blade.php:
@lang(
"If you’re having trouble clicking the \":actionText\" button, copy and paste the URL below\n".
'into your web browser: [:actionURL](:actionURL)',
[
'actionText' => $actionText,
'actionURL' => $actionUrl,
]
)
How should the json-translation file look like when it contains newlines and parameters. All other translations in my json-file work well except the one mentioned above (second last below):
{
"Reset Password Notification": "Nulstil adgangskode notifikation",
"You are receiving this email because we received a password reset request for your account.": "Du modtager denne email fordi vi har modtagen en anmodning om nulstilling af adgangskoden til din konto.",
"Reset Password": "Nulstil adgangskode",
"This password reset link will expire in :count minutes.": "Dette link til nulstilling af adgangskode vil udløbe om :count minutter.",
"If you did not request a password reset, no further action is required.": "Hvis du ikke har anmodet om at nulstille din adgangskode, så skal du ikke foretage dig yderligere.",
"Verify Email Address": "Verificer e-mailadresse",
"Please click the button below to verify your email address.": "Klik venligst på knappen nedenfor for at verificere din e-mailadresse.",
"If you did not create an account, no further action is required.": "Hvis du ikke har anmodet om at oprette en konto, så skal du ikke foretage dig yderligere.",
"Regards": "Med venlig hilsen",
"Hello!": "Hej",
"Whoops!": "Ups!",
"If you’re having trouble clicking the :actionText button, copy and paste the URL below\ninto your web browser: [:actionURL](:actionURL)": "Hvis du har problemer med at klikke på :actionText-knappen, så kopier følgende adresse ind i din webbrowser:[:actionURL](:actionURL)",
"All rights reserved.": "Alle rettigheder forbeholdt."
}