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