PHPackages                             lostrepos/sonata-translation-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. lostrepos/sonata-translation-bundle

ActiveSymfony-bundle[Localization &amp; i18n](/categories/localization)

lostrepos/sonata-translation-bundle
===================================

Integration of lexik translation into sonata admin

v1.1.0(6y ago)025MITPHPPHP &gt;=5.3.0

Since Apr 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/lostrepos/sonata-translation-bundle)[ Packagist](https://packagist.org/packages/lostrepos/sonata-translation-bundle)[ RSS](/packages/lostrepos-sonata-translation-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

SonataTranslationBundle
=======================

[](#sonatatranslationbundle)

The SonataTranslationBundle is an integration of the LexikTranslationBundle into the SonataAdminBundle.

[![image](https://camo.githubusercontent.com/1a5897a61d49ecb317e95475cbbf11218246e6e4d387bd6c4cd4a14ad5bfea15/68747470733a2f2f7261772e6769746875622e636f6d2f6962726f77732f4962726f7773536f6e6174615472616e736c6174696f6e42756e646c652f6d61737465722f5265736f75726365732f646f632f73637265656e2f6f766572766965772e706e67)](https://camo.githubusercontent.com/1a5897a61d49ecb317e95475cbbf11218246e6e4d387bd6c4cd4a14ad5bfea15/68747470733a2f2f7261772e6769746875622e636f6d2f6962726f77732f4962726f7773536f6e6174615472616e736c6174696f6e42756e646c652f6d61737465722f5265736f75726365732f646f632f73637265656e2f6f766572766965772e706e67)

Installation
------------

[](#installation)

Add the following lines in your composer.json:

```
{
    "require": {
		"ibrows/sonata-translation-bundle" : "dev-master",
    }
}

```

To start using the bundle, register the SonataTranslationBundle and LexikTranslationBundle in your application's kernel class:

```
