In the theme_faceted_search_ui_facet_label fonction of the faceted_search_ui.module, please remplace $label = $facets[$index]->get_label(); by $label = t($facets[$index]->get_label());
In the theme_faceted_search_ui_facet_label fonction of the faceted_search_ui.module, please remplace $label = $facets[$index]->get_label(); by $label = t($facets[$index]->get_label());
Comments
Comment #1
miiimoooAre you sure you're using 18n taxonomy? Because for me it works as it is having the i18ntaxonomy module enabled and translating terms using that (but I have an issue with the title which doesn't get translated).
Comment #2
David Lesieur commentedThis was an issue with CCK Facets, which has been fixed.
Comment #3
David Lesieur commented