overtrue / laravel-lang

:earth_asia: 75 languages support for Laravel application.
MIT License
1.27k stars 146 forks source link

Publishing language files should support publishing to the lang directory #88

Open peibinzhu opened 2 years ago

peibinzhu commented 2 years ago

It is officially supported to place language packs in the resources/lang or lang directory.

The location of language packs for each project is different. The release command should support publishing to the lang directory.

https://laravel.com/docs/9.x/localization

overtrue commented 2 years ago

你是想自己传目录? --dir=resources/lang ?