Active
Project:
Internationalization Views
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2010 at 06:54 UTC
Updated:
15 Feb 2012 at 20:22 UTC
Jump to comment: Most recent file
Comments
Comment #1
cyberwolf commentedThe actual problem is that the field handler changes the values retrieved by the Views query. See i18nviews_handler_field_taxonomy_term_name::pre_render():
It shouldn't change the original value, instead it should render the translated value in the render() method. Attached is a patch that fixes this for the term name.
Probably other stuff needs fixing as well, like the term description.
Comment #2
dawehnerThis seems to be a duplicate of #1283024: Translation overrides field values