You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will check shortly what translations it uses and either add its definition to jetstream files (or other product) or send a PR to the laravel-lang/lang repository.
Description:
This program don't translate laravel breeze keys.
If i want use laravel breeze instead laravel jetstream (with fortify), the keys aren't translated
Steps To Reproduce:
laravel new my-project
cd my-project
composer require laravel/breeze --dev
php artisan breeze:install
, thennpm install
,npm run dev
,php artisan migrate
.composer require andrey-helldar/laravel-lang-publisher --dev
php artisan lang:add es
es
inconfig/app.php
register
for example (This view is not translate)i guess laravel breeze uses translations from laravel jestream and that's the reason why it doesn't work.
The text was updated successfully, but these errors were encountered: