diff --git a/composer.json b/composer.json index 935df95d..647d3fc3 100644 --- a/composer.json +++ b/composer.json @@ -54,6 +54,7 @@ "typo3/cms-tstemplate": "^10.4", "typo3/cms-viewpage": "^10.4", "wazum/pagetree-resizable": "^1.2", + "web-vision/wv_deepltranslate": "^2.0", "yoast-seo-for-typo3/yoast_seo": "^7.2", "yohang/calendr": "^2.1" }, diff --git a/composer.lock b/composer.lock index c8d81090..59d115f1 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "*", diff --git a/config/sites/ski-boarderweek/config.yaml b/config/sites/ski-boarderweek/config.yaml index 1267c598..4b464515 100644 --- a/config/sites/ski-boarderweek/config.yaml +++ b/config/sites/ski-boarderweek/config.yaml @@ -6,14 +6,14 @@ baseVariants: disableStaticFileCache: false errorHandling: - - errorCode: '404' + errorCode: 404 errorHandler: Page errorContentSource: 't3://page?uid=608' languages: - title: Deutsch enabled: true - languageId: '0' + languageId: 0 base: / typo3Language: de locale: de_DE.UTF-8 @@ -22,6 +22,22 @@ languages: hreflang: de-DE direction: '' 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 routeEnhancers: TeamPlugin: @@ -57,3 +73,4 @@ routes: route: robots.txt type: staticText content: "User-agent: *\r\nDisallow: /typo3/\r\nDisallow: /typo3_src/\r\nAllow: /typo3/sysext/frontend/Resources/Public/*\r\n" +websiteTitle: ''