Why "lang:add" always implicitly includes en?
sergejostir opened this issue · 2 comments
sergejostir commented
- Lang Publisher Version: 11.1.9
- Laravel Version: 8.73.2
- PHP Version: 7.4.10
Description:
When I run php artisan lang:add de
, it also overwrites my en
files. Shouldn't it only add de
in this case?
Steps To Reproduce:
- Run
php artisan lang:add de
- See your
en
files getting overwritten
andrey-helldar commented
That's right, in your case a new localization should be added. Existing localizations should not be changed.
I will fix this bug shortly.
andrey-helldar commented
Fixed in the v11.1.10
.
Thank you!