Download the PHP package mariuzzo/laravel-translator without Composer
On this page you can find all versions of the php package mariuzzo/laravel-translator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mariuzzo/laravel-translator
More information about mariuzzo/laravel-translator
Files in mariuzzo/laravel-translator
Package laravel-translator
Short Description Laravel command that interactively helps you translate missing keys.
License MIT
Homepage https://github.com/rmariuzzo/Laravel-Translator
Informations about the package laravel-translator
Laravel-Translator
Laravel command that interactively helps you translate missing keys.
Installation
Add the following line to your composer.json
file under require
:
Then run:
Add the service provider into your Laravel app (app/config/app.php
):
That's it!
Usage
This project comes with a single command which start the translator. The translator will ask what you want to do.
Warning: Saving translation changes to disk will overwrite all lang files.
Features
The Laravel Translator command allows you to:
- Check for missing translation lines.
- Translate interactively missing translation lines.
- Save changes to disk.
How to contribute?
All help are more than welcome!
Development Workflow
- Fork this repository.
-
Clone your fork and create a feature branch from develop.
-
Install development dependencies.
- Code and be happy!
- Submit a pull request.
Tests
404 Test not found! This is the very first release, try again later, and you will find the tests.