Contact Contact Show All Awards & Recognition
Contact
Show All Awards & Recognition

teamneusta/pimcore-translation-migration-bundle

not-reviewed

No Category

No author set

Version

1.2.0

Last updated

Compatible Pimcore Version

-

Contact

-

No  Reviewer

teamneusta/pimcore-translation-migration-bundle

No Category

Project Summary

Migrates Symfony translations to Pimcore


Readme

Pimcore Translation Migration Bundle

CI

Software License

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

  1. Require the bundle

    composer require teamneusta/pimcore-translation-migration-bundle
  2. Enable the bundle

    Add the Translation Migration Bundle to your config/bundles.php:

    Neusta\Pimcore\TranslationMigrationBundle\NeustaPimcoreTranslationMigrationBundle::class => ['all' => true],

Usage

This bundle provides a Symfony command that just executes the migration.

bin/console neusta:translations:migrate

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.

bin/composer install

We use composer scripts for our main quality tools. They can be executed via the bin/composer file as well.

bin/composer cs:fix
bin/composer phpstan

For the tests there is a different script, that includes a database setup.

bin/run-tests

Review status

not-reviewed

?>

No author set

Version

1.2.0

Last updated

Compatible Pimcore Version

-

Contact

-

No  Reviewer