laravel-translator-cli maintained by bariew
Description
Laravel command that interactively helps you import missing keys.
Author
Last update
2020/03/30 15:17
(dev-master)
License
Downloads
12
Tags
Laravel-Translator
Laravel command that interactively helps you find missing keys.
Installation
Run:
composer require bariew/laravel-trasnlator-cli
Add the service provider into your Laravel app (app/config/app.php):
'providers' => array(
...
'Bariew\Translator\TranslatorServiceProvider'
...
)
That's it!
Usage
php artisan translator:generate
Warning: Saving translation changes to disk will overwrite all lang files.
Features
The Laravel Translator command allows you to:
- Check for missing translation lines.
- Save changes to disk.