What about multilingual menus?
At this moments it displays all the menu items without consider their language.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | i18n-1350482-1.patch | 2.1 KB | nikosnikos |
What about multilingual menus?
At this moments it displays all the menu items without consider their language.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | i18n-1350482-1.patch | 2.1 KB | nikosnikos |
Comments
Comment #1
nikosnikos commentedHere's a patch to translate menu items with i18n module if enabled.
Comment #2
nikosnikos commentedI forgot to change the status
Comment #3
olafskiUsing version 7.x-2.0-beta1 I had the same problem as nikosnikos, but as far as I remember only on
node/*/editpages.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/*/editpages Quickbar still displays menu items without considering their language. On other pages the module displays only translated menu items.