定制 dmitryd/dd-deepl 二次开发

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

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

dmitryd/dd-deepl

最新稳定版本:v13.1.2

Composer 安装命令:

composer require dmitryd/dd-deepl

包简介

A TYPO3 CMS extension to translate pages, content and records with DeepL

README 文档

README

This projects contains a TYPO3 CMS extnsions that uses DeepL official PHP API library to translate TYPO3 content to various languages. DeepL is possibly the best available online translator on the Internet.

Differences from other similar extensions are:

  • No legacy code (the extension is made from scratch for TYPO3 11/12)
  • The extension uses official API instead of https calls
  • The extension allows to manage & use glossaries in an easy way
  • The code is minimalistic to make sure very little of needs to be changed in future

Installation

  1. Install using composer:
composer req "dmitryd/dd-deepl"
  1. Add static Typoscript from EXT:dd_deepl/Configuration/TypoScript/
  2. Add DeepL API key either to TypoScript or to the TYPO3_DEEPL_API_KEY environment variable. You can get the key by registering with DeepL.

Warning! Due to dependencies on various 3rd party packages, this extension works only if TYPO3 is installed in composer mode. There will be no support for non-composer installations.

Usage

When you translate the page or content, you will see an additional option for using DeepL for translations.

In the List module each language button is duplicated with a small DeepL overlay on it. Clicking this button will localize and translate the record using DeepL. Only tables with names starting from tx_ can be translated (so no luck for tt_address, for example).

Copyright

The extension is copyright (c) by Dmitry Dulepov, 2023.

Contact me by email if you need a custom TYPO3 extension made for you.

统计信息

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

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 14
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-08-27