Closed (duplicate)
Project:
Entity Translation
Version:
7.x-1.x-dev
Component:
Base system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2012 at 20:55 UTC
Updated:
24 May 2012 at 08:14 UTC
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
Comment #1
bforchhammer commentedYou 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.
Comment #2
creathing commentedI 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?