Laravel-Lang / publisher

Publisher provides functionality for working with application localization
https://laravel-lang.com/packages-publisher.html
MIT License
211 stars 25 forks source link

Publisher doesn't detect Jetstream Translations in Laravel 10 #321

Closed luisprmat closed 1 year ago

luisprmat commented 1 year ago

Environment

Issue description

@andrey-helldar In Laravel 9 it was detected if jetstream was installed and the translations were added, in Laravel 10 only the framework translations are added, that is, it is not working

image

There may also be bugs with breeze or other packages

Steps to reproduce

Result Spanish translations for Jetstream Views weren't added.

andrey-helldar commented 1 year ago

I understood the reason. I'll do it now :)

Jetstream 3.0 is out now: https://github.com/laravel/jetstream/releases/tag/v3.0.0

image

andrey-helldar commented 1 year ago

laravel-lang/lang 12.17.0 is released: https://github.com/Laravel-Lang/lang/releases/tag/12.17.0

Also, you can replace a composer require laravel-lang/publisher laravel-lang/lang laravel-lang/attributes --dev command with composer require laravel-lang/common --dev 🙂

image