Laravel-Lang / lang

List of 126 languages for Laravel Framework, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova, Laravel Spark and Laravel UI.

Home Page:https://laravel-lang.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mail notification subcopy isn't translated!

luisprmat opened this issue · comments

Environment

  • Laravel-Lang Version: 10.7.2
  • Laravel Version: 9.10.1
  • PHP Version: 8.1.5

Issue description

@lang(
    "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\n".
    'into your web browser:',
    [
        'actionText' => $actionText,
    ]
) <span class="break-all">[{{ $displayableActionUrl }}]({{ $actionUrl }})</span>

This text isn't translated. From we had the change to laravel versions, i don't know where i must put this translation to be processed by keys.php script.

Steps to reproduce

  • Install a fresh laravel application with jetstream (livewire).
  • Setup email sent.
  • Send a email

I created a file for such keys: #2158

@andrey-helldar This translation was lost in this commit for many languages

@luisprmat, yes, thank you. I also remembered that I saw this key.

As the opportunity arises, I will restore it in all localizations.