Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cedricziel/typo3-ext-transladder

Do weird things to your content
https://github.com/cedricziel/typo3-ext-transladder

translation typo3-cms-extension typo3-extension

Last synced: 11 days ago
JSON representation

Do weird things to your content

Awesome Lists containing this project

README

        

# TYPO3 Extension "transladder"

Minimal extension to translate your content through a DataHandler hook.

![backend image](Resources/Public/Images/Backend.jpg?raw=true)

Target language support:

* bavarian through the great, great [Andreas Hummel / Respekt-empire.de](http://www.respekt-empire.de/Translator/?page=imprint)
* any target language through [Google Translate](https://translate.google.de/)

## Installation

You need to use composer mode. This package requires external libraries.

```
composer require cedricziel/transladder
```

## Configuration

Configure the extension through the ExtensionManager.
You need a [Google Translate API key](https://console.developers.google.com/apis/api/translate.googleapis.com/overview)
if you want to use Google Translate.

## License

GPL2+