i18n_menu, a standard part of the Internationalization suite, allows you to have menu items which are displayed or not based on the language chosen for them.
However, features uses the path as a unique key and it loses language-configured menu links (if they point to the same path). It *does* in fact store the language associated with the link.
Summarizing:
If I have a menu with two links:
1. Path: node/251, Title:"Some node", Language: 'en' (or no language)
2. Path: node/251, Title: "Una pieza de contenido", Language: 'es'
Then both are shown in the features interface, but only the first one is actually exported.
Comments
Comment #1
rfayOK, so there is no fe_menu. Could have sworn my ability to export menu links came from this module. Guess I'm searching now. Sorry!
Comment #2
rfayMoving to correct project; here's a starter patch.
Comment #3
shaneonabike commented+1 this would be great!
Comment #4
hefox commentedThere's at least one other patch like this, not necessarily for internationlization but basically lost links due to limited identifier. This probably is a duplicate of that and should be addressed there. /toolazytofindissue
Comment #5
hefox commented#927566: Add link title to menu link identifiers to make them more unique.
Comment #5.0
hefox commentedUpdate to remove ref to fe_menu.