Easy to use package that helps you with the translation of your Laravel application locally.
✅ Check all locales
✅ Check nested translations
✅ Check nested directories
✅ Display where translations are found
✅ Display where translations are missing
✅ Export all translations to CSV for easy sharing with your translator
composer require fschirinzi/translation-manager-for-laravel --dev
Use default Laravel's path to lang files:
php artisan translations:validate
You can specify a relative or absolute path to lang
directory location:
php artisan translations:validate --dir=/other/dir/with/my-custom-languages
php artisan translations:export -o /tmp/my-translations.csv
Translation Manager For Laravel
is open-sourced software licensed under the MIT license.