runroom/translation-bundle

This package is abandoned and no longer maintained. The author suggests using the runroom-packages/translation-bundle package instead.

Manage translations on the Sonata Admin interface

Installs: 1 762

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 3

Open Issues: 1

Type:symfony-bundle

2.1.0 2020-03-03 14:41 UTC

This package is auto-updated.

Last update: 2020-03-16 16:43:40 UTC


README

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

ci qa

Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

composer require runroom/translation-bundle

Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php file of your project:

// config/bundles.php

return [
    // ...
    Runroom\TranslationBundle\TranslationBundle::class => ['all' => true],
];

Update doctrine schema

Finally, execute doctrine schema update to create the new tables:

console doctrine:schema:update --force

License

This bundle is under the MIT license.