mercredi 21 novembre 2018

how to translate the default message in laravel 5.7

I don't know how to translate the message below which is default in laravel 5.7.

@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,
    ]
)

I have used en.json & zh.json to translate some message.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire