With the localizer menu module enabled, I can create a new menu successfully. However, if I edit the newly created menu in order to add a translation, I'm missing the language dropdown menu at the very top of the editing form. Therefore I'm not able to add any translations to the menu.
I assume that's a bug? Or has the translation for the menus not been implemented yet?

Comments

Roberto Gerola’s picture

Category: bug » support
Status: Active » Fixed

The menu translation has been implemented, but the interface has changed.
All the translations : varibales, menus, taxonomy, are available here :
/admin/content/localizer/strings

There is also the node translation interface :
/admin/content/localizer/content

both are available from Administer->Content management

deining’s picture

Title: Cannot create translations for menus » deisgn of content interface / was: cannot create translations for menus

O.k., found it.
However, I'm wondering why the language dropdown was removed in the menu editor. Would be a good addition to the newly created interface IMHO, allowing you to change menu titles rapidly. If I look at the node content editor, it the langauge dropdown was retained, too, so why remove it for the menu editor? Wasn't bad at all in the previous version IMHO.
Also I'm asking myself: what is the 'Save' button at the bottom of http://www.myhost.tld/it/admin/content/localizer/content for?
Also: why are there checkboxes at the left hand side of each translation set?

Roberto Gerola’s picture

> I'm wondering why the language dropdown was removed in the menu editor.
Because :
1. having multiple language switchers was very confusing for the users
2. you had to assign admin privileges to the translators only to translate a label
3. the code and the system implemented was too complex

An idea to have in place translation support could be to implement it with Ajax
and a jQuery popup div.

>I'm asking myself: what is the 'Save' button at the bottom of
To associate in one shot translations to multiple nodes

>why are there checkboxes at the left hand side of each translation set?
For future use : Bulk operations on all selected items

Anonymous’s picture

Status: Fixed » Closed (fixed)

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