Enable translation of site sbw, add deepl translation ext
This commit is contained in:
Generated
+63
-2
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "095a4d9414c3d470033f401d064b852d",
|
||||
"content-hash": "36a311e61a4ff3cfbad6814620549759",
|
||||
"packages": [
|
||||
{
|
||||
"name": "b13/container",
|
||||
@@ -8087,6 +8087,67 @@
|
||||
},
|
||||
"time": "2021-03-29T13:02:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "web-vision/wv_deepltranslate",
|
||||
"version": "2.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/web-vision/wv_deepltranslate.git",
|
||||
"reference": "1c2b1a8ca117f4dbf5b6df4aafe36f33512ebff4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/web-vision/wv_deepltranslate/zipball/1c2b1a8ca117f4dbf5b6df4aafe36f33512ebff4",
|
||||
"reference": "1c2b1a8ca117f4dbf5b6df4aafe36f33512ebff4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "~7.2.0 || ~7.3.0 || ~7.4.0",
|
||||
"typo3/cms-backend": "^9.5 || ^10.4 || ^11.4",
|
||||
"typo3/cms-core": "^9.5 || ^10.4 || ^11.4",
|
||||
"typo3/cms-extbase": "^9.5 || ^10.4 || ^11.4",
|
||||
"typo3/cms-fluid": "^9.5 || ^10.4 || ^11.4"
|
||||
},
|
||||
"type": "typo3-cms-extension",
|
||||
"extra": {
|
||||
"typo3/cms": {
|
||||
"extension-key": "wv_deepltranslate"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"WebVision\\WvDeepltranslate\\": "Classes"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ricky Mathew",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "Anu Bhuvanendran Nair",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Fork of deepltranslate from pitsolutions.This extension provides option to translate content element, and tca record texts to Deepl and Google supported languages using Deepl and Googletranslate Api services.",
|
||||
"keywords": [
|
||||
"deepl",
|
||||
"extension",
|
||||
"googletranslate",
|
||||
"translate",
|
||||
"typo3",
|
||||
"webvision"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/web-vision/wv_deepltranslate/issues",
|
||||
"source": "https://github.com/web-vision/wv_deepltranslate/tree/2.0.0"
|
||||
},
|
||||
"time": "2021-09-20T08:57:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/assert",
|
||||
"version": "1.10.0",
|
||||
@@ -8611,7 +8672,7 @@
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": "^7.3",
|
||||
"php": "^7.4",
|
||||
"ext-curl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-libxml": "*",
|
||||
|
||||
Reference in New Issue
Block a user