Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #324

Merged
merged 2 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 12 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down