Bug #94397
closedTranslation Button is shown in connected mode if l10n_source differs from l18n_parent
0%
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
Updated by Riccardo De Contardi over 3 years ago
- Related to Bug #92937: Translation wizard of tt_content having l10n_source = 0 shows too many items added
Updated by Nikita Hovratov over 2 years ago
- Is duplicate of Bug #97763: Translation Button shown eventhough already translated added
Updated by Nikita Hovratov over 2 years ago
- Status changed from New to Closed
I accidentally created a new ticket with the same issue and already pushed a patchset there. I will close this ticket then.