Sync process
The sync process is an artisan command which perform the following tasks:
- Look for new translatable texts on your project (call to
__()method) and add them to eachlocaletranslation file. - Removes deprecated translations from each
localetranslation file.
This process is necessary to keep your translations files updated thus, it must be called as frequently as possible.
Might be a good idea calling sync as an step of your deployment process.
In order to call the process, you can do it with:
php artisan i18n:sync