Possible bug with Menu.inc in regards to localisation. (Not sure if this is a discussion or I should log it somewhere.)
Posted by antony.lovric on September 1, 2011 at 3:02pm
Ok, here goes, I'm working on a Drupal 6, multilingual site (French and English) and there are two (2) parent menu items have menu item children that point to a child menu item (a view, view_jobs).
Whenever I look a the view in Drupal, it is showing me the wrong translation for the 'parent' breadcrumb. (It always shows the french term.) I think I've tracked the problem down to a query against the menu_links table.
The following query is around line #898, menu.inc, 1.255.2.38. (this is the elaborated query)
Read more