From a6da7badfd5a96dafa446e3934c5625c209e357a Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Thu, 15 Aug 2002 16:44:12 +0000 Subject: process(): Make sure the help.txt template comes from the currently active language, which will be the sender's preferred language if they are a member, or the list's preferred language otherwise. The currently active language is available in the message metadata. --- Mailman/Commands/cmd_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/Commands/cmd_help.py') diff --git a/Mailman/Commands/cmd_help.py b/Mailman/Commands/cmd_help.py index 295354f74..e2d865e83 100644 --- a/Mailman/Commands/cmd_help.py +++ b/Mailman/Commands/cmd_help.py @@ -86,7 +86,7 @@ def process(res, args): 'requestaddr' : mlist.GetRequestEmail(), 'adminaddr' : mlist.GetOwnerEmail(), 'commands' : commands, - }, mlist=mlist, raw=1) + }, mlist=mlist, lang=res.msgdata['lang'], raw=1) # Now add to the response res.results.append('help') res.results.append(helptext) -- cgit v1.2.3-70-g09d2