What about multilingual menus?
At this moments it displays all the menu items without consider their language.

CommentFileSizeAuthor
#1 i18n-1350482-1.patch2.1 KBnikosnikos

Comments

nikosnikos’s picture

StatusFileSize
new2.1 KB

Here's a patch to translate menu items with i18n module if enabled.

nikosnikos’s picture

Status: Active » Needs review

I forgot to change the status

olafski’s picture

Issue summary: View changes

Using version 7.x-2.0-beta1 I had the same problem as nikosnikos, but as far as I remember only on node/*/edit pages. The problem has been fixed by the patch in #1, thank you!

Unfortunately I'm not able to review the code quality of the patch but I saw some removed and some added empty lines in the patch (which I ignored when I patched the relevant file manually).

edit: Sorry, I was wrong, the problem has not been fixed. On node/*/edit pages Quickbar still displays menu items without considering their language. On other pages the module displays only translated menu items.