I used i18n_taxonomy_localize_terms to translate name and description.

CommentFileSizeAuthor
taxonomy_menu_translate_description.patch861 bytesbenys

Comments

SaxxIng’s picture

The patch works very well! Great!

summit’s picture

+1 for this patch! Greetings, Martijn

dstol’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

luc4’s picture

Version: 7.x-1.x-dev » 6.x-2.9
Assigned: Unassigned » luc4
Category: task » bug
Status: Closed (fixed) » Needs review

      // Run the name through check_plain
        $title = tt('taxonomy:term:'. $term->tid .':name', $term->name . $display_num);
		
     if($term->description) {
            $item['options']['attributes']['title'] = tt('taxonomy:term:'. $term->tid .':description', $term->description);
        }

Ok?

hles’s picture

Version: 6.x-2.9 » 7.x-1.x-dev
Assigned: luc4 » Unassigned
Status: Needs review » Closed (fixed)

Unassigning from luc4. Patch was commited so closing the issue. If there is any other issue with the patch, do create another issue about what's wrong about it.