Skip to content

Commit

Permalink
[TASK] Extension description changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickymathewkweb committed Jan 9, 2020
1 parent 0b4dfb1 commit 157522e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

## What does it do?
This extension provides option to translate content elements and tca record fields to desired language(supported by [Deepl](https://www.deepl.com/en/api.html)). As a fallback, Google translate option is also provided as they provide support for many languages that deepl isn’t providing.
Fork of deepltranslate from pitsolutions.This extension provides option to translate content elements and tca record fields to desired language(supported by [Deepl](https://www.deepl.com/en/api.html)). As a fallback, Google translate option is also provided as they provide support for many languages that deepl isn’t providing.

For both Deepl translate and Google translate, there are two modes-normal and autodetect, where the later autodetects source language and translates it to the desired language.

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

$EM_CONF[$_EXTKEY] = [
'title' => 'Deepl Translate',
'description' => 'This extension provides option to translate content element, and tca record texts to Deepl and Google supported languages.',
'description' => 'Fork of deepltranslate from pitsolutions.This extension provides option to translate content element, and tca record texts to Deepl and Google supported languages.',
'category' => 'module',
'author' => 'Ricky Mathew Kuruvilla, Anu Bhuvanendran Nair',
'author_email' => 'ricky@web-vision.de, anu@web-vision.de',
Expand Down

0 comments on commit 157522e

Please sign in to comment.