Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cedricziel/typo3-ext-transladder
- Owner: cedricziel
- Created: 2016-12-07T14:39:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T07:45:29.000Z (over 6 years ago)
- Last Synced: 2024-10-11T20:09:43.377Z (25 days ago)
- Topics: translation, typo3-cms-extension, typo3-extension
- Language: PHP
- Size: 35.2 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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+