teamneusta/pimcore-translation-migration-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

teamneusta/pimcore-translation-migration-bundle

最新稳定版本:1.3.0

Composer 安装命令:

composer require teamneusta/pimcore-translation-migration-bundle

包简介

Migrates Symfony translations to Pimcore

README 文档

README

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

统计信息

  • 总下载量: 10.42k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 10
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2022-11-29