Enable translation of site sbw, add deepl translation ext
This commit is contained in:
@@ -54,6 +54,7 @@
|
|||||||
"typo3/cms-tstemplate": "^10.4",
|
"typo3/cms-tstemplate": "^10.4",
|
||||||
"typo3/cms-viewpage": "^10.4",
|
"typo3/cms-viewpage": "^10.4",
|
||||||
"wazum/pagetree-resizable": "^1.2",
|
"wazum/pagetree-resizable": "^1.2",
|
||||||
|
"web-vision/wv_deepltranslate": "^2.0",
|
||||||
"yoast-seo-for-typo3/yoast_seo": "^7.2",
|
"yoast-seo-for-typo3/yoast_seo": "^7.2",
|
||||||
"yohang/calendr": "^2.1"
|
"yohang/calendr": "^2.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Generated
+63
-2
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "095a4d9414c3d470033f401d064b852d",
|
"content-hash": "36a311e61a4ff3cfbad6814620549759",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "b13/container",
|
"name": "b13/container",
|
||||||
@@ -8087,6 +8087,67 @@
|
|||||||
},
|
},
|
||||||
"time": "2021-03-29T13:02:55+00:00"
|
"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",
|
"name": "webmozart/assert",
|
||||||
"version": "1.10.0",
|
"version": "1.10.0",
|
||||||
@@ -8611,7 +8672,7 @@
|
|||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "^7.3",
|
"php": "^7.4",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-libxml": "*",
|
"ext-libxml": "*",
|
||||||
|
|||||||
@@ -6,14 +6,14 @@ baseVariants:
|
|||||||
disableStaticFileCache: false
|
disableStaticFileCache: false
|
||||||
errorHandling:
|
errorHandling:
|
||||||
-
|
-
|
||||||
errorCode: '404'
|
errorCode: 404
|
||||||
errorHandler: Page
|
errorHandler: Page
|
||||||
errorContentSource: 't3://page?uid=608'
|
errorContentSource: 't3://page?uid=608'
|
||||||
languages:
|
languages:
|
||||||
-
|
-
|
||||||
title: Deutsch
|
title: Deutsch
|
||||||
enabled: true
|
enabled: true
|
||||||
languageId: '0'
|
languageId: 0
|
||||||
base: /
|
base: /
|
||||||
typo3Language: de
|
typo3Language: de
|
||||||
locale: de_DE.UTF-8
|
locale: de_DE.UTF-8
|
||||||
@@ -22,6 +22,22 @@ languages:
|
|||||||
hreflang: de-DE
|
hreflang: de-DE
|
||||||
direction: ''
|
direction: ''
|
||||||
flag: de
|
flag: de
|
||||||
|
websiteTitle: ''
|
||||||
|
-
|
||||||
|
title: Englisch
|
||||||
|
enabled: true
|
||||||
|
base: /en/
|
||||||
|
typo3Language: default
|
||||||
|
locale: en_US.UTF-8
|
||||||
|
iso-639-1: en
|
||||||
|
websiteTitle: ''
|
||||||
|
navigationTitle: ''
|
||||||
|
hreflang: ''
|
||||||
|
direction: ''
|
||||||
|
fallbackType: strict
|
||||||
|
fallbacks: ''
|
||||||
|
flag: us
|
||||||
|
languageId: 1
|
||||||
rootPageId: 24
|
rootPageId: 24
|
||||||
routeEnhancers:
|
routeEnhancers:
|
||||||
TeamPlugin:
|
TeamPlugin:
|
||||||
@@ -57,3 +73,4 @@ routes:
|
|||||||
route: robots.txt
|
route: robots.txt
|
||||||
type: staticText
|
type: staticText
|
||||||
content: "User-agent: *\r\nDisallow: /typo3/\r\nDisallow: /typo3_src/\r\nAllow: /typo3/sysext/frontend/Resources/Public/*\r\n"
|
content: "User-agent: *\r\nDisallow: /typo3/\r\nDisallow: /typo3_src/\r\nAllow: /typo3/sysext/frontend/Resources/Public/*\r\n"
|
||||||
|
websiteTitle: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user