Skip to content
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
262 changes: 0 additions & 262 deletions CHANGELOG.md

This file was deleted.

21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
This extension provides automated translation of pages, content and records in TYPO3
for languages supported by [DeepL](https://www.deepl.com/de/docs-api/).

> [!IMPORTANT]
> Please be aware that this package and extension will no longer be provided
> with package name `web-vision/wv_deepltranslate` and upgrading to the next
> major version requires to remove it first and require it with the new name.
> See upgrade section or instruction for the next major version.

## Features

* Translate content elements via TYPO3 built-in translation wizard
Expand Down Expand Up @@ -45,13 +51,26 @@ Install with your favour:
* [Git](https://github.com/web-vision/wv_deepltranslate)

We prefer composer installation:

```bash
composer req web-vision/wv_deepltranslate
composer require 'web-vision/wv_deepltranslate':'^4.5'
```

The DeepL translation buttons are only displayed once you have set up the API
and desired target languages. Read the documentation to find out how to do this.

## Upgrade to next version major version

> [!IMPORTANT]
> Please be aware that this package and extension will no longer be provided
> with package name `web-vision/wv_deepltranslate` and upgrading to the next
> major version requires to remove it first and require it with the new name.

```shell
composer remove 'web-vision/wv_deepltranslate' \
&& composer require 'web-vision/deepltranslate-core':'^5'
```

## Documentation

Read online: https://docs.typo3.org/p/web-vision/wv_deepltranslate/main/en-us/
Expand Down