Skip to content

Translate specified language

Compare
Choose a tag to compare
@druc druc released this 04 Jul 17:15
· 17 commits to master since this release

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.