Commands
Import Languages
Imports all the languages which are in the filesystem language directory:
php artisan languages:import-languages
Import Translations
Imports all the translations from filesystem into the database:
php artisan languages:import-translations
Find missing Translations
Finds all missing translations keys from other languages in the DB and creates new records:
php artisan languages:find-missing-translations
Export Translations
Exports all the approved translations in the DB and overwrites the values in the filesystem:
php artisan languages:export-translations