Closed (fixed)
Project:
Drupal core
Component:
comment.module
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Anonymous (not verified)
Created:
3 Oct 2003 at 12:19 UTC
Updated:
17 Oct 2003 at 22:20 UTC
In the comment.module this is at line 4 and 5:
$GLOBALS["cmodes"] = array(1 => t("Flat list - collapsed"), 2 => t("Flat list - expanded"), 3 => t("Threaded list - collapsed"), 4 => t("Threaded list - expanded"));
$GLOBALS["corder"] = array(1 => t("Date - newest first"), 2 => t("Date - oldest first"));
The options are t()'d in a nice way, but aren't available for translation. I set the priority to 'critical', so we don't forget.
Comments
Comment #1
dries commentedFixed. I moved the global variables to a function. I did not put them in _init() to avoid the string being translated for every single page view.
Comment #2
(not verified) commentedAutomatically closed due to inactivity (marked fixed for 14 days).