Enable translation of site sbw, add deepl translation ext

This commit is contained in:
Björn Fromme
2021-10-28 16:53:33 +02:00
parent a5d15d8d32
commit e36d608457
3 changed files with 83 additions and 4 deletions
+19 -2
View File
@@ -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: ''