dmitryd / dd_deepl

3 stars 9 forks source link

Translation buttons in List module are missing #39

Open m41r opened 3 months ago

m41r commented 3 months ago

According to the docs there should be buttons in the list module to translate the elements into the corresponding languages. But they aren't there.

System:

t-bittner commented 1 month ago

I have the same problem that the button is not available in the list view.

typo3: 12.4.19 php: 8.2.18 dd-deepl: v12.7.0

edit: the button is available for objects such as news elements. Only for “normal” content elements (e.g. text media) on pages, the button is not available in the list view.

Any ideas why this is happening?

BluechipZellAmSee commented 1 month ago

The Buttons are only available for tables with prefix tx_. As tt_content starts with tt_ the buttons are not available. See Resources/Public/JavaScript/ListLocalization.js

h-e-l-l-o-w-o-r-l-d commented 1 month ago

Textmedia is probably the most used content element. Please consider to make it possible.

izaquieltome commented 1 week ago

I also mentioned this exact issue in ticket #35 in June. Fact is, that it worked back in the days, but does not anymore. And as mentioned right: textmedia (or core content elements in general) are used the most and should have the option again. Also PAGES should get the option back.