Download the PHP package tradesegur/translation-bundle without Composer
On this page you can find all versions of the php package tradesegur/translation-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tradesegur/translation-bundle
More information about tradesegur/translation-bundle
Files in tradesegur/translation-bundle
Download tradesegur/translation-bundle
More information about tradesegur/translation-bundle
Files in tradesegur/translation-bundle
Vendor tradesegur
Package translation-bundle
Short Description Fork from Lexik Translation Bundle (lexik/translation-bundle). Thanks to Cedric Girard and Dev Lexik.
License MIT
Homepage https://github.com/joakdatradesegur/LexikTranslationBundle
Package translation-bundle
Short Description Fork from Lexik Translation Bundle (lexik/translation-bundle). Thanks to Cedric Girard and Dev Lexik.
License MIT
Homepage https://github.com/joakdatradesegur/LexikTranslationBundle
Please rate this library. Is it a good library?
Informations about the package translation-bundle
Overview
This Symfony bundle allows you to:
- import translation files content into the database and provide a GUI to edit translations.
- export translations from the database into files.
- have an overview to check translation domains are completely translated.
- add new translations in the database.
The idea is to:
- write your translations files (xliff, yml or php) as usual for at least one language (the default language of your website for example).
- load translations into the database by using a command line.
- freely edit/add translation through an edition page.
The bundle overrides the translator service and provides a DatabaseLoader. Database translations content is loaded last so it overrides content from xliff, yml and php translations files. You can also export translations from the database into files in case you need to get translations files with the same content as the database.
Documentation
For installation and configuration refer to Resources/doc/index.md
Here is a little screen shot of the edition page :)

All versions of translation-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2 || ^7.3
symfony/framework-bundle Version ~4.3|| ~5.0
symfony/translation Version ^v4.3.0| ^v5.0.0
symfony/yaml Version ^v4.3.0 || ^v5.0.0
symfony/event-dispatcher Version ^v4.3.0 || ^v5.0.0
ext-json Version *
ext-dom Version *
symfony/framework-bundle Version ~4.3|| ~5.0
symfony/translation Version ^v4.3.0| ^v5.0.0
symfony/yaml Version ^v4.3.0 || ^v5.0.0
symfony/event-dispatcher Version ^v4.3.0 || ^v5.0.0
ext-json Version *
ext-dom Version *
The package tradesegur/translation-bundle contains the following files
Loading the files please wait ...