2017 © Pedro Peláez
 

library laravel-translator

Laravel command that interactively helps you translate missing keys.

image

mariuzzo/laravel-translator

Laravel command that interactively helps you translate missing keys.

  • Friday, December 26, 2014
  • by rmariuzzo
  • Repository
  • 2 Watchers
  • 19 Stars
  • 2,188 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 2 Versions
  • 12 % Grown

The README.md

Laravel-Translator

Laravel command that interactively helps you translate missing keys., (*1)

Gitter, (*2)

Laravel Translator screenshot, (*3)

Installation

Add the following line to your composer.json file under require:, (*4)

"mariuzzo/laravel-translator": "1.0.*"

Then run:, (*5)

composer update

Add the service provider into your Laravel app (app/config/app.php):, (*6)

'providers' => array(
    ...
    'Mariuzzo\Translator\TranslatorServiceProvider'
    ...
)

That's it!, (*7)

Usage

This project comes with a single command which start the translator. The translator will ask what you want to do., (*8)

php artisan translator:start

Warning: Saving translation changes to disk will overwrite all lang files., (*9)

Features

The Laravel Translator command allows you to:, (*10)

  • Check for missing translation lines.
  • Translate interactively missing translation lines.
  • Save changes to disk.

How to contribute?

All help are more than welcome!, (*11)

Development Workflow

  1. Fork this repository.
  2. Clone your fork and create a feature branch from develop., (*12)

    git checkout develop 
    git checkout -b feature-fancy-name
    
  3. Install development dependencies., (*13)

    composer update
    
  4. Code and be happy!, (*14)

  5. Submit a pull request.

Tests

404 Test not found! This is the very first release, try again later, and you will find the tests., (*15)

The Versions

26/12 2014

dev-master

9999999-dev https://github.com/rmariuzzo/Laravel-Translator

Laravel command that interactively helps you translate missing keys.

  Sources   Download

MIT

The Requires

 

laravel command cli translation translator localization

26/12 2014

1.0.0

1.0.0.0 https://github.com/rmariuzzo/Laravel-Translator

Laravel command that interactively helps you translate missing keys.

  Sources   Download

MIT

The Requires

 

laravel command cli translation translator localization