2017 © Pedro Peláez
 

symfony-bundle translation-bundle

Symfony2 Bundle for Translation Workflow

image

openclassrooms/translation-bundle

Symfony2 Bundle for Translation Workflow

  • Tuesday, December 8, 2015
  • by openclassrooms-admin
  • Repository
  • 16 Watchers
  • 0 Stars
  • 4,772 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

TranslationBundle

Build Status Coverage Status SensioLabsInsight, (*1)

Symfony2 Bundle that checks missing translations keys and fix Transifex behavior, (*2)

Installation

This bundle can be installed using composer:, (*3)

composer require openclassrooms/translation-bundle or by adding the package to the composer.json file directly., (*4)

{
    "require": {
        "openclassrooms/translation-bundle": "*"
    }
}

After the package has been installed, add the bundle to the AppKernel.php file:, (*5)

// in AppKernel::registerBundles()
    $bundles = array(
        // ...
        new OpenClassrooms\Bundle\TranslationBundle\OpenClassroomsTranslationBundle(),
        // ...
);

Configuration

Add the elasticsearch hosts to the config.yml, (*6)

``` yml openclassrooms_translation: locale_source: fr locale_targets: - en - es bundles: - AppBundle - UserBundle, (*7)

```, (*8)

The Versions

08/12 2015

dev-master

9999999-dev

Symfony2 Bundle for Translation Workflow

  Sources   Download

MIT

The Requires

 

The Development Requires

by OpenClassrooms

translation

01/07 2015

dev-OC-3176_transifix

dev-OC-3176_transifix

Symfony2 Bundle for Translation Workflow

  Sources   Download

MIT

The Requires

 

The Development Requires

by OpenClassrooms

translation