fschirinzi / translation-manager-for-laravel
Package to manage Laravel translations locally
Fund package maintenance!
fschirinzi
Requires
- php: ^7.1.3|^8.0
- illuminate/console: ^6.0|^7.0|^8.0|^9.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0
Requires (Dev)
- orchestra/testbench: ^4.0|^5.0|^6.0|^7.0
- phpunit/phpunit: ^8.5|^9.2
README
Easy to use package that helps you with the translation of your Laravel application locally.
Features
✅ 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
Installation
composer require fschirinzi/translation-manager-for-laravel --dev
Usage
Validation
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
Export
php artisan translations:export -o /tmp/my-translations.csv
Maintainers
License
Translation Manager For Laravel
is open-sourced software licensed under the MIT license.