[imp] Imp/horde cvs RELENG_3/RELENG_2 problems: language and threading

Hans Morten Kind Kind@it.uib.no
Tue, 26 Mar 2002 13:21:07 +0100


> > The menu bar language bug still is there: Application links
> > ('Addressbook' in > > Imp, 'Mail' in Turba) in the menubar are
> > displayed in the wrong language.
> 
> Absolutely correct. We haven't found a workaround for this yet.

This seems to do the trick around here:

In templates/menu/menu.inc (et al)

  Menu::printItem(Horde::url($registry->getInitialPage($app)),
              _($registry->getParam('name', $app)),  // gettext here
              $registry->getParam('icon', $ app), '');

hmk