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
The package laravel-lang/lang version 15 dropped support for Laravel 10.x
Pull request #175 added laravel-lang/lang version 15 support to laravel-lang/common package, tha was merged on 6.2, breaking translations on Laravel 10.x.
Steps to reproduce
Create a new Laravel 10.x app
Add laravel-lang/common 6.2
Call artisan lang:add es
Only 3 php files are copied to /lang/es
lang/es/actions.php
lang/es/http-statuses.php
lang/es/validation.php
And 1 JSON file to /lang
lang/es/es.json
Expected to see:
lang/es/actions.php
lang/es/auth.php
lang/es/http-statuses.php
lang/es/pagination.php
lang/es/passwords.php
lang/es/validation.php
And for example, validation.php is missing many keys, like 'required'.
The text was updated successfully, but these errors were encountered:
neurotools
changed the title
[Bug]: laravel-lang/lang 15 doesn't support Laravel 10.x, so it's 6.2 breaks compatibility with Laravel 10.x
[Bug]: laravel-lang/lang 15 doesn't support Laravel 10.x, so version 6.2 breaks compatibility with Laravel 10.x
May 11, 2024
Lang Package Name
laravel-lang/common
Lang Package Version
6.2
Laravel Framework Version
10.48.10
PHP Version
8.3.7
Dependencies
Issue description
The package laravel-lang/lang version 15 dropped support for Laravel 10.x
Pull request #175 added laravel-lang/lang version 15 support to laravel-lang/common package, tha was merged on 6.2, breaking translations on Laravel 10.x.
Steps to reproduce
Only 3 php files are copied to /lang/es
And 1 JSON file to /lang
Expected to see:
And for example, validation.php is missing many keys, like 'required'.
The text was updated successfully, but these errors were encountered: