Package Data | |
---|---|
Maintainer Username: | rmariuzzo |
Maintainer Contact: | rubens@mariuzzo.com (Rubens Mariuzzo) |
Package Create Date: | 2014-12-24 |
Package Last Update: | 2014-12-26 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-20 03:04:55 |
Package Statistics | |
---|---|
Total Downloads: | 39,906 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 19 |
Total Watchers: | 3 |
Total Forks: | 1 |
Total Open Issues: | 1 |
Laravel command that interactively helps you translate missing keys.
Add the following line to your composer.json
file under require
:
"mariuzzo/laravel-translator": "1.0.*"
Then run:
composer update
Add the service provider into your Laravel app (app/config/app.php
):
'providers' => array(
...
'Mariuzzo\Translator\TranslatorServiceProvider'
...
)
That's it!
This project comes with a single command which start the translator. The translator will ask what you want to do.
php artisan translator:start
Warning: Saving translation changes to disk will overwrite all lang files.
The Laravel Translator command allows you to:
All help are more than welcome!
Fork this repository.
Clone your fork and create a feature branch from develop.
git checkout develop
git checkout -b feature-fancy-name
Install development dependencies.
composer update
Code and be happy!
Submit a pull request.
404 Test not found! This is the very first release, try again later, and you will find the tests.