Actions
Bug #94397
closedTranslation Button is shown in connected mode if l10n_source differs from l18n_parent
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2021-06-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If I translate a content element (in the backend) not from the standard language but from a translation, it always shows the translation button. So the issue is with translating from a translation where the `l18n_parend` is not equal to `l10n_source`. (See more details here: #92937-3)
Example translated with the TYPO3 backend translation modal:
EN -> DA -> DE = Translation button is shown
EN -> DA = No translation button is shown
EN -> DE = Also no translation button is shown
By clicking the button again the wizard opens, finds nothing to translate and it will circle endlessly in the last step.
Tested with TYPO3 10.4.17 & 11.2.dev
Files
Actions