2017 © Pedro Peláez
 

symfony-bundle loco-bundle

A Symfony bundle that downloads the translation files from the localise.biz API and places them in the right folder.

image

jcid/loco-bundle

A Symfony bundle that downloads the translation files from the localise.biz API and places them in the right folder.

  • Wednesday, August 17, 2016
  • by cmodijk
  • Repository
  • 3 Watchers
  • 6 Stars
  • 4,598 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 11 % Grown

The README.md

SymfonyInsight, (*1)

README

Installation

Install JcidLocoBundle using Composer., (*2)

$ composer require jcid/loco-bundle

Enable the bundle in the kernel:, (*3)

``` php <?php // app/AppKernel.php, (*4)

public function registerBundles() { $bundles = array( // ... new Jcid\Bundle\LocoBundle\JcidLocoBundle(), ); }, (*5)


Usage ----- Configuration example

jcid_loco: key: locales: nl: nl_NL en: en_US de: de_DE domains: - email - messages - validators, (*6)


After that you could download your translations with the Symfony2 command

php app/console translation:loco:download ```, (*7)

The Versions

17/08 2016

dev-master

9999999-dev

A Symfony bundle that downloads the translation files from the localise.biz API and places them in the right folder.

  Sources   Download

MIT

The Requires

 

17/08 2016

0.5.1

0.5.1.0

Bundle that downlods the translation files from the localise.biz api and places them in the right folder.

  Sources   Download

MIT

The Requires

 

09/04 2016

0.5.0

0.5.0.0

Bundle that downlods the translation files from the localise.biz api and places them in the right folder.

  Sources   Download

MIT

The Requires

 

24/03 2016

0.3.0

0.3.0.0

Bundle that downlods the translation files from the localise.biz api and places them in the right folder.

  Sources   Download

MIT

The Requires

 

08/03 2016

0.2.0

0.2.0.0

Bundle that downlods the translation files from the localise.biz api and places them in the right folder.

  Sources   Download

MIT

The Requires

 

04/05 2014

0.1.0

0.1.0.0

Bundle that downlods the translation files from the localise.biz api and places them in the right folder.

  Sources   Download

MIT

The Requires