Hello All,
I'm in a battle with views and drupal 7 :)

Unfortunately in drupal 7 and i18 it's not possible anymore to create:
"Mixed current language (if available) or default language (if not) and language neutral."

So i hoped i could do this with a view. I now created the following filters:
Filter criteria
Content: Published (Yes)
AND
Content translation: Language (= Current user's language) OR
Content translation: Language (= Default site language) OR
Content translation: Language (= No language)

But this results in double content when i translate the content (default language is german, then i translate that text to french.. i visit the french view and i see the german and french version.)

Perhaps you guys know of a way?

Comments

vthirteen’s picture

Component: User interface » Code
Category: support » feature

it's unbelievable that this issue has not been addressed yet

stonk’s picture

There is an unofficial D7 port of Select Translation available: https://drupal.org/node/1098708. I am currently using it to do pretty much exactly what you are describing above. HTH.

stonk’s picture

Issue summary: View changes

changed text