Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation from other languages than default language does not work #316

Open
peterbenke opened this issue Jan 25, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@peterbenke
Copy link

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.

$sourceLanguageRecord = $this->languageService->getSourceLanguage( $siteInformation['site'] );

Thank you.

@peterbenke peterbenke added the bug Something isn't working label Jan 25, 2024
@NarkNiro NarkNiro added enhancement New feature or request and removed bug Something isn't working labels May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants