procyonweb / laravel-translation-generator
Translation generator for Laravel, Blade and Vue
v4.2.1
2023-06-07 10:52 UTC
Requires
- php: ^8.0
- ext-json: *
- ext-zip: *
- guzzlehttp/guzzle: ^7.0.1
- illuminate/console: ^8.0|^9.0|^10.0
- illuminate/contracts: ^8.0|^9.0|^10.0
- illuminate/support: ^8.0|^9.0|^10.0
README
Translation file generator for Laravel, Blade and Vue with upload and download from Phrase.com.
Installation
composer require procyonweb/laravel-translation-generator
php artisan vendor:publish --provider="ProcyonWeb\TranslationGenerator\ServiceProvider"
Usage
php artisan translation:show-missing {lang=en} # shows untranslated text in file php artisan translation:show-files # shows all files found by configuration php artisan translation:generate {lang=en} {--upload} # generates missing keys for translation file and upload to Phrase php artisan translation:download # download all translation from Phrase
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email gabor@procyonweb.lu instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.