Menu titles and descriptions don't need to be translated
kiamlaluno - October 12, 2008 - 12:57
| Project: | Flexifilter |
| Version: | 6.x-1.1-rc1 |
| Component: | Code - Misc |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
On Drupal 6.x, the translation of the menu titles and descriptions (like given in the hook_menu() implementation) are already done by the core; there is no need to pass the translated text in the implementation of the hook, which would cause t() to be called twice.

#1
Yes, this was fixed with http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/flexifilter... a while ago.
#2
The issue has never been fixed in 6.x-1.1-rc1.
The development snapshot 6.x-1.x-dev is not even usable. Apart that, fixes done in a development snapshot should be back ported to the official release.