I have two nodes translated by entity translation.

When I create menu entry as Undefined language, menu link is generated only in original language version.
When I create menu entry as any langauge, menu link is also generated only in original language.
In other language there are not generated menu link, even if the menu entry have set it's language.

Comments

bforchhammer’s picture

Status: Active » Closed (duplicate)

You need to install the i18n_menu module (dev-version post Feb 15th), then will you be able to localize menu items with "undefined language" via the "edit menu item" page. See #1182058: Add Entity Translation (entity_translation) support for menu items using Menu Translation.

The menu item on the node form is currently always displayed in the default language, even if there is a translation. This problem is being fixed as part of #1444866: UI for translation of menu items for entity-translated nodes.

creathing’s picture

Component: Code » Base system

I have the same problem, even with the latest dev version (7.x-1.5+29-dev)

My menu contains product categories as parent menu items and products as their children. I have been able to translate the product categories on the 'translate menu' page, because they are just menu items with no node attached. The products are entity translatable nodes. In the original language, they appear as children of the product categories, but in the other languages, only the product categories are shown.

Any suggestions?