Please, add the following in taxonomy_block_build_taxonomy_tree():
global $language;
and
foreach ($data as $term) {
if ($term->language == $language->language) {
$terms[$term->tid] = $term;
}
}in order to only display taxonomy items that match the current language on multilingual sites.
Comments
Comment #1
marcoka commentedtested, seems to work. i will report back if i discover any errors/problems.
Comment #2
marcoka commentedreporting back. that makes some problems here. menu is empty and page load was increasing up to 30 seconds
Comment #3
marcoka commentedbetter solution
#1540828: i18n Titles