Needs review
Project:
Taxonomy Filter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2013 at 12:36 UTC
Updated:
25 Mar 2013 at 12:36 UTC
In "taxonomy_filter.theme.inc", the text "remove" which is in line 65, is not translated when using the module in a multilanguage environment.
Line 72 should be changed from:
$variables['post_link'] = theme('taxonomy_filter_link', array('name' => $name, 'attributes' => $link));
to
$variables['post_link'] = theme('taxonomy_filter_link', array('name' => t($name), 'attributes' => $link));
I know it's themeable and i should be able to rewrite it in my theme, but just for precision! :)
Thanks for your job
fb