Replies: 1 comment 5 replies
-
Hello! JSON files should be in the
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm switching an existing project to laravel-lang.
The lang directory has some PHP files divided by context. So, the directory structure is like:
Running the command
php artisan lang:update
everything is update, except for the .json (in the lang directory) that are not containing translations from custom php files (ex. common.php).Is there a way to include them? Thanks
Beta Was this translation helpful? Give feedback.
All reactions