I'm trying to create a view whch only lists nodes in the language they were first created, for instance if someone creates a node in english and then it is translated to spanish and other languages, i just want in the list the english version, not the further translated ones, the same goes if the first node is in another language, it doesn't matter, i want to list only the "original" ones, not the translations... Is there a way to do this?

Comments

leanazulyoro’s picture

I'm guessing a new filter "node translation: translated nodes" (or something like that) is needed. it should look for the lower nid among each of the tnids to get the original node (independent of its language) and exclude this very same nid to get only the translated ones.
Why is this needed? here's an example of a situation it could be usefull (which happens to be my situation):
I'm trying to develop a songs lyrics site, in which users may upload new lyics and submit trnaslations for them as well. but as you know, songs come in many languages, i I'd like to make views that lists only the lyrics in their original language.

leanazulyoro’s picture

Status: Active » Closed (fixed)