Hi all,

I've got a website full of beans and nodes. Internationalization is fully configured and everything is translatable via entity translation.
Various languages are installed and enabled, manual translation works like a charm.

What I need now is to get an overview of all nodes and beans that have and haven't been translated. It seems like this module can do that but no matter what I do the translation management UI remains empty. It lists no nodes or entities... If I click on a node's translate tab, I don't see a button to request a translation. I've assigned a number of language skills to the UID1 user. To no avail. Plus I'm actually hoping that I don't have to request translations node-by-node, bean-by-bean.... I'm just looking for an overview of what needs to be translated and what has already been done.

I do get an error "There are no translatable node types on this site." but my content types are all properly set to be translatable (with field translation).

The Translation Overview module promises something like this but on the project page it reccommends to use tmgmt instead, noting that Translation Overview won't see a D8 release.

I appreciate any assitance. Thanks in advance.

CommentFileSizeAuthor
#2 tmgmt_view.PNG41.49 KBitsnadeem
#2 Drupal_tmgmt_issue.PNG17.9 KBitsnadeem

Comments

AlfTheCat created an issue. See original summary.

itsnadeem’s picture

StatusFileSize
new17.9 KB
new41.49 KB

Go to Structure->Views. click on edit link of view admin/tmgmt/sources/node.
In that view select master and add additional context filter using translation status.This will give additional filter in content overview page. Note this drop down display only when target language selected.Please Find Attachments.

alfthecat’s picture

Thanks a lot itsnadeem!
I also found that by adding a relationship to entity translation, it's easy to make a view of untranslated content :)