I like how this module works, and it keeps my menus nice an uncluttered even when supporting many (8) languages!

When adding translations for menu items, I'd like to be able to just show the strings for one menu at a time. The module currently will show every menu string, which can make it hard to find the string you're trying to translate.

This patch adds a new select list to the filter options for menus. If you choose a menu name, only strings from that menu will be displayed below. If you set it back to "All", all menu items are displayed (this matches current module behavior).

I was a little unsure how to connect the menu_links and locale_source tables, so any suggestions to improve that sql statement are welcome.

Comments

jonhattan’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Assigned: kscheirer » Unassigned
StatusFileSize
new3.87 KB

D7 version.

jonhattan’s picture

devad’s picture