PHPackages                             coolshop/cool-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. coolshop/cool-sonata-translation-bundle

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

coolshop/cool-sonata-translation-bundle
=======================================

Integration of translation into sonata admin

2.0.4(9y ago)070MITPHPPHP &gt;=5.3.0

Since Jul 16Pushed 9y ago6 watchersCompare

[ Source](https://github.com/Coolshop/CoolSonataTranslationBundle)[ Packagist](https://packagist.org/packages/coolshop/cool-sonata-translation-bundle)[ RSS](/packages/coolshop-cool-sonata-translation-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (23)Used By (0)

CoolSonataTranslationBundle
===========================

[](#coolsonatatranslationbundle)

The CoolSonataTranslationBundle is the bundle that manage to handle your Symfony Translations into Database. The integration with Sonata Admin is possible thanks to [Ibrows](https://github.com/ibrows/IbrowsSonataTranslationBundle)

[![image](https://raw.githubusercontent.com/Coolshop/CoolSonataTranslationBundle/master/Resources/doc/screen/overview.png)](https://raw.githubusercontent.com/Coolshop/CoolSonataTranslationBundle/master/Resources/doc/screen/overview.png)

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

[](#installation)

Add the following lines in your composer.json:

```
{
    "require": {
        "coolshop/cool-sonata-translation-bundle" : "^2.0",
    }
}

```

To start using the bundle, register the CoolSonataTranslationBundle in your application's kernel class:

```
