Project

General

Profile

Bug #94397

Updated by André Buchmann almost 3 years ago

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 

 !clipboard-202106221058-9drz9.png! 

Back