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

marcoka’s picture

tested, seems to work. i will report back if i discover any errors/problems.

marcoka’s picture

reporting back. that makes some problems here. menu is empty and page load was increasing up to 30 seconds

marcoka’s picture

Status: Active » Closed (duplicate)

better solution
#1540828: i18n Titles