Posted by David Stosik on February 8, 2013 at 8:56am
2 followers
| Project: | Internationalization |
| Version: | 7.x-1.x-dev |
| Component: | Menus |
| Category: | feature request |
| Priority: | normal |
| Assigned: | David Stosik |
| Status: | needs review |
Issue Summary
Hello,
Drupal core has a page that lists all menu items for each menu (path example: admin/structure/menu/manage/main-menu). This page lists the menu's links in a table, with an "Operations" column containing links such as "edit", "reset" or "delete". I suggest to add a "translate" link to allow users to create/edit menu translations.
I'm working on the patch right now, and will provide it soon (just thought of some checks I'd better add).
Regards,
David
Comments
#1
Patch is attached here.
Feel free to test and give feedback.
Regards,
David
This patch is part of the #1day1patch initiative.
#2
Just wanted to add a screenshot.
David
#3
There's a
admin/structure/menu/item/{}/translateinside, not sure the empty brackets are intended ;-)#4
I left an error in my patch, fixed in the one attached below.