Download the PHP package teamneusta/pimcore-translation-migration-bundle without Composer
On this page you can find all versions of the php package teamneusta/pimcore-translation-migration-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download teamneusta/pimcore-translation-migration-bundle
More information about teamneusta/pimcore-translation-migration-bundle
Files in teamneusta/pimcore-translation-migration-bundle
Package pimcore-translation-migration-bundle
Short Description Migrates Symfony translations to Pimcore
License GPL-3.0-or-later
Informations about the package pimcore-translation-migration-bundle
Pimcore Translation Migration Bundle
This bundle combines the advantages of Symfony translation files and translations in the Pimcore admin backend.
This bundle reads standard symfony translation files and migrates them to Pimcore translations. Changed Pimcore translations are not overwritten (compared creationDate
and modificationDate
).
Installation
-
Require the bundle
-
Enable the bundle
Add the Translation Migration Bundle to your
config/bundles.php
:
Usage
This bundle provides a Symfony command that just executes the migration.
For an example of how to use it, look at the documentation.
Configuration
There is no configuration available.
Contribution
Feel free to open issues for any bug, feature request, or other ideas.
Please remember to create an issue before creating large pull requests.
Local Development
To develop on local machine, the vendor dependencies are required.
We use composer scripts for our main quality tools. They can be executed via the bin/composer
file as well.
For the tests there is a different script, that includes a database setup.
All versions of pimcore-translation-migration-bundle with dependencies
pimcore/pimcore Version ^10.5.1 || ^11.0
symfony/console Version ^5.4 || ^6.0
symfony/finder Version ^5.4 || ^6.0
symfony/framework-bundle Version ^5.0 || ^6.0
symfony/yaml Version ^5.0 || ^6.0