View of nodes and their translations
Posted
by kratib
on Stack Overflow
See other posts from Stack Overflow
or by kratib
Published on 2010-03-29T04:30:58Z
Indexed on
2010/03/29
4:33 UTC
Read the original article
Hit count: 274
I'm trying to create a view of nodes and their translations. Specifically, I want each row to show the node title for each language.
The way I'm doing it right now is by filtering the view by a specific language, then adding one relationship of type "Node translation: Translations" for each language on the site. I can then choose the "Node: Title" field, once for the original language and once per relationship.
The problem with this approach is that the nodes that don't exist in the filtered language, but exist in other languages, are not included in the view. That's what I need help with.
© Stack Overflow or respective owner