Typically when you are using hook_init or hook_exit, IIRC. http://api.drupal.org/api/5/function/hook_init http://api.drupal.org/api/4.7/function/hook_init http://api.drupal.org/api/4.6/function/hook_init http://api.drupal.org/api/5/function/hook_exit http://api.drupal.org/api/4.7/function/hook_exit http://api.drupal.org/api/4.6/function/hook_exit See for instance http://drupal.org/node/58497 ----- Original Message ----- From: "Joakim Stai" <joakimstai@gmail.com> To: <development@drupal.org> Sent: Saturday, March 17, 2007 10:33 AM Subject: Re: [development] Proposed hook_message_alter
Maybe this also means that for some modules which can't use t(), it might be a worthwile recommendation to module authors to comment in code why they are not using it: there are still some cases where you can't use it.
Out of curiosity and in case I should know this, in what situations can I not use t()?
Joakim