定制 ntriga/pimcore-deepl 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

ntriga/pimcore-deepl

最新稳定版本:11.0.2

Composer 安装命令:

composer require ntriga/pimcore-deepl

包简介

Use Deepl in your Pimcore project to translate documents and objects.

README 文档

README

Use Deeple in Pimcore

Features

  • Objects: Translate your objects' fields into multiple languages.

Dependencies

Release Supported Pimcore Versions Supported Symfony Versions Maintained Branch
1.x 11.0 6.2 Feature Branch master

Installation

You can install the package via composer:

composer require ntriga/pimcore-deepl

Add Bundle to bundles.php:

return [
    Ntriga\PimcoreDeepl\PimcoreDeeplBundle::class => ['all' => true],
];

Add your Deepl API key to your .env.local file:

DEEPL_API_KEY=your-api-key

Default configuration

Default configuration for the bundle can look like this:

parameters:
    deepl_glossary_prefix: 'pimcore-deepl-prefix'
    deepl_source_lang: 'nl'
    deepl_target_langs:
        - 'fr'

    deepl_glossary:
        "default string":
            fr: "wanted translation"

Further configuration

For more information about the setup, check Setup

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

GNU General Public License version 3 (GPLv3). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-06-27