Translate specified language
You can now instruct langscanner to find keys and create/update the translation file for a specific language.
For example:
php artisan langscaner nl
The above command will create a nl.json
file with all the missing translation keys. If the file already exists, it will update it.
It won't, however, affect any of the other translation files.