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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | translation_table-914090.patch | 4.13 KB | jonhattan |
| #1 | translation_table-914090.patch | 3.87 KB | jonhattan |
| single_menu.patch | 3.23 KB | kscheirer |
Comments
Comment #1
jonhattanD7 version.
Comment #2
jonhattanNew patch also addressing #901254: Menu items translation: Filter to display only multilingual items
Comment #3
devad commentedMenu name filter is added here: #2543878: Multiple fixes and improvements. Block and views support added