Entity Translation Filter is a minimalist approach of making multilingual
content managed via entity translations correctly selected / filtered in views
(and later probably other content listing queries).
The module cares a.t.m. cares automatically for correct translation selection
for node based views when using entity_translation.module for managing
multilingual content.
The current approach employs hook_rewrite_query.
Later solution might include a dedicated and explicitely addable views filter.
The filter selects only entities, which:
* are language neutral (later controllable via switch, see ToDos)
* have their original language version matching the current display language
* have an entity_translation record matching the current display language
Requirements:
* Views
* Entity Translation
Similar projects:
* Currently (2012-01-13) there does not seem to be other similar modules.
Further Development
The aim is to drive this towards a first generally appropriate solution fast within this sandbox module and then ideally to move the code over to Entity Translation itself.
There are currently a lot of possible improvements.
First in line: