Skip to content

Commit

Permalink
Merge pull request #2 from web-vision/task/change-vendor-and-classnames
Browse files Browse the repository at this point in the history
[TASK] Extension description changes.
  • Loading branch information
rickymathewkweb authored Jan 14, 2020
2 parents db9644f + 157522e commit 1448781
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 1448781

Please sign in to comment.