Active
Project:
Internationalization Views
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 May 2011 at 17:26 UTC
Updated:
2 Jun 2011 at 17:12 UTC
Its great that taxonomy:all terms field is translated in this latest dev. But i see that if i have summary in arguments that all the terms are still in default language. Hope this is fixed soon? :-)
Comments
Comment #1
Marko B commentedThis way it works. I made preprocess in template.php
if ($vars['rows'][$id]->term_node_tid){
$vars['rows'][$id]->link = tt('taxonomy:term:'. $argument->summary_argument($row) .':name', $argument->summary_name($row));
}
else{
$vars['rows'][$id]->link = $argument->summary_name($row);
}