dev-master
9999999-dev https://github.com/lidaa/LidaaTransBundleLidaaTransBundle
MIT
The Requires
- php >=5.3.2
- symfony/symfony >=2.0.9,<2.0.15
by lidaa
symfony2 trans
LidaaTransBundle
Provides a web interface to manage translations of different project bundles, (*2)
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', //... ));
Load editor in browser, (*7)
app_dev.php/_translator/index
enjoy :), (*8)
LidaaTransBundle
MIT
symfony2 trans