From 356c2e353da99bad66f690c128ff45963527a9a9 Mon Sep 17 00:00:00 2001 From: Boris Hinzer Date: Fri, 3 May 2024 09:56:22 +0200 Subject: [PATCH 1/2] Update README.md Altered README.md for latest add-ons and EAP status. --- README.md | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 3322441d..e6a79b01 100644 --- a/README.md +++ b/README.md @@ -7,35 +7,30 @@ # TYPO3 extension `wv_deepltranslate` -This extension provides automated translation of pages, content and records -to languages supported by [DeepL](https://www.deepl.com/de/docs-api/). +This extension provides automated translation of pages, content and records in TYPO3 +for languages supported by [DeepL](https://www.deepl.com/de/docs-api/). ## Features -* Bulk translation via TYPO3 built-in Translation Wizard +* Translate content elements via TYPO3 built-in translation wizard * Single drop down translation parallel to regular page translation * Translate your page with all fields you want * One-Click translation of single records * Glossary support * Manage your own glossaries in TYPO3 - * synchronise glossaries to DeepL API - * translate content using your glossaries + * Synchronise glossaries to DeepL API + * Translate content using your glossaries -## TYPO3 v12 Early-Access-Programme +## Early-Access-Programm -A TYPO3 LTS 12 ready versions is currently available for Early-Access-Partners. -Partners receive the following services and advantages: +Early access partners of DeepL Translate will benefit from exclusive access to all add-ons, developer preview versions, access to private GitHub repositories, priority support, logo placement and a backlink on the official website. You will also get access to the DeepL Translate version 5.0 announced for TYPO3 v13. -* Access to the latest extension version wv_deepltranslate — **Ready for TYPO3 12 LTS** -* **Access** to code repository for **12 months**, extended access for - **Composer** users for **15 months** (via packagist.com) -* Preferential access to support services -* Your logo and link on our DeepL Translate website -* **PREVIEW**: Access to demo instances with exclusive insights -* **EXCLUSIVE**: Add-On Extension: Activate Translated Content — Activates all - translated content on a page at the touch of a button. +The following add-ons are currently available as part of the Early Access Program: - The tedious activation of individual content elements is no longer necessary. +* **DeepL Translate Assets**: Translation of file meta data with DeepL +* **DeepL Translate Auto-Renew**: Automatic creation of pages and content elements in translations, renewal of translations when the original language changes +* **DeepL Translate Bulk**: Bulk translation of pages and content based on the page tree +* **Enable Translated Content**: Activation of all translated content elements with one click Find out more: https://www.web-vision.de/en/deepl.html From dc339b3c39dff156fab239c67417b08c9fa994c5 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 3 May 2024 12:06:27 +0200 Subject: [PATCH 2/2] [TASK] Update composer description value --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b93cade5..2ec9db5c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "web-vision/wv_deepltranslate", "type": "typo3-cms-extension", - "description": "This extension provides option to translate content element, and TCA record texts to DeepL supported languages using DeepL API services.", + "description": "This extension provides option to translate content element, and TCA record texts to DeepL supported languages using DeepL API services with TYPO3 CMS", "license": ["GPL-2.0-or-later"], "homepage": "https://www.web-vision.de/en/automated-translations-with-typo3-and-deepl.html", "minimum-stability": "beta",