You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[!!!][TASK] Remove DeepL Translate fallback to HREF and ISO config
DeeplTranslate only supports a narrowed down list of selected
languages, which is only a subset of TYPO3 supported languages
and the reason why a dedicated option `DeeplTranslate Language`
is provided on the SiteConfig language level.
As a left over from the original `Proof-of-Concept` phase and
the first version iteration a fallback to SiteConfig language
`HREF` and `ISO Locale` has been in place trying to get some
kind of fallback. That turned out not to be that reliable and
becomes more unreliable and invalid with planned upcoming
features.
Even with the fallback in place it has been recommended to
specify the deepl translate language manually for a long time
and the fallback is now removed in favour of explicit, manual
configuration.
> [!IMPORTANT]
> This is technically breaking and SiteConfiguration needs to
> be checked and the language set manually to mitigate this issue.
> This can be done already since quite a lot version.
message:"#^Property WebVision\\\\Deepltranslate\\\\Core\\\\Service\\\\LanguageService\\:\\:\\$possibleLangMatches type has no value type specified in iterable type array\\.$#"
55
-
count:1
56
-
path:../../../Classes/Service/LanguageService.php
57
-
58
53
-
59
54
message:"#^Call to method write\\(\\) on an unknown class TYPO3\\\\CMS\\\\Core\\\\Configuration\\\\SiteWriter\\.$#"
message:"#^Property WebVision\\\\Deepltranslate\\\\Core\\\\Service\\\\LanguageService\\:\\:\\$possibleLangMatches type has no value type specified in iterable type array\\.$#"
60
-
count:1
61
-
path:../../../Classes/Service/LanguageService.php
62
-
63
58
-
64
59
message:"#^Method WebVision\\\\Deepltranslate\\\\Core\\\\Utility\\\\DeeplBackendUtility\\:\\:buildBackendRoute\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
0 commit comments