2017 © Pedro Peláez
 

symfony-bundle trans-bundle

LidaaTransBundle

image

lidaa/trans-bundle

LidaaTransBundle

  • Wednesday, October 10, 2012
  • by lidaa
  • Repository
  • 2 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

LidaaTransBundle

Build Status, (*1)

Provides a web interface to manage translations of different project bundles, (*2)

Requirement

  • Symfony version 2.0.9 or later (2.0.x)

Installation

1- Add the following lines in your deps file:, (*3)

[LidaaTransBundle]
     git=git://github.com/lidaa/LidaaTransBundle.git
     target=/bundles/Lidaa/TransBundle

2- Now, run the vendors script to download the bundle:, (*4)

$ php bin/vendors install

3- Add LidaaTransBundle to your application kernel:, (*5)

// app/AppKernel.php
public function registerBundles()
{
     return array(
         // ...
         new Lidaa\TransBundle\LidaaTransBundle(),
         // ...
     );
}

4- Add the 'Lidaa' namespace to your autoloader:, (*6)

// app/autoload.php
$loader->registerNamespaces(array(
     //...
     'Lidaa' => __DIR__.'/../vendor/bundles',
     //...
));

Usage

Load editor in browser, (*7)

app_dev.php/_translator/index

TODO

  • Add support for translation files based on xml or php

enjoy :), (*8)

The Versions

10/10 2012

dev-master

9999999-dev https://github.com/lidaa/LidaaTransBundle

LidaaTransBundle

  Sources   Download

MIT

The Requires

 

by Avatar lidaa

symfony2 trans