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
Translation from other languages than default language does not work.
Assuming you have configured the following languages, for example:
Default language
French language
Czech
Translating from the default language to French or Czech works perfectly.
However, it is not possible to translate from French to Czech.
The cause lies in the function:
Classes/Hooks/TranslateHook.php->processTranslateTo_copyAction()
The default language is always defined as the source language here.
Translation from other languages than default language does not work.
Assuming you have configured the following languages, for example:
Translating from the default language to French or Czech works perfectly.
However, it is not possible to translate from French to Czech.
The cause lies in the function:
Classes/Hooks/TranslateHook.php->processTranslateTo_copyAction()
The default language is always defined as the source language here.
$sourceLanguageRecord = $this->languageService->getSourceLanguage( $siteInformation['site'] );
Thank you.
The text was updated successfully, but these errors were encountered: