It's strange. The menu items are not localized but the tooltips are.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | webmaster_menu-localize_menu_items-1694590-7.patch | 495 bytes | nikosnikos |
It's strange. The menu items are not localized but the tooltips are.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | webmaster_menu-localize_menu_items-1694590-7.patch | 495 bytes | nikosnikos |
Comments
Comment #1
rosell.dk commentedYou are right about that. And yes, its a bug.
As I actually prefer that neither menu item nor tooltip are localized, I will make it customizable whether the toolbar is localized or not. Defaulting it to being localized.
Comment #2
Wolfgang Reszel commentedThat's great. Cool would be, to be able to force a language.
Comment #3
rosell.dk commentedMy proposal will have to wait as it wasn't as straightforward as I imagined. I will just fix the bug now.
The bug: that menu items aren't localized
My proposed feature: to be able to force a language
I have created a new issue for the proposed feature (http://drupal.org/node/1770296)
Comment #4
rosell.dk commentedFixed and released as 7.x-1.1
Comment #5
nikosnikos commentedIn 7.x-1.1 the menu items are not translated for me.
I use i18n_menu to translate my items with this option checked in my "edit menu" tab :
Translate and Localize. Menu items with language will allow translations. Menu items without language will be localized.A solution is to use
i18n_menu_localize_tree()inwebmaster_menu_get_tree:Comment #6
nikosnikos commentedComment #7
nikosnikos commentedHere's a patch for #5
Comment #8
rosell.dk commentedSorry for this very late reaction. I have tested the patch, and it works fine. I will commit soon.
Comment #9
rosell.dk commentedSorry for this very late reaction. I have tested the patch, and it works fine. Thank you, nikosnikos. I will commit soon.
Comment #10
rosell.dk commentedThe patch has now been committed. I expect to roll a new release in about a week, after going through the rest of the issues that have accumulated
Comment #11
rosell.dk commented