summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/tempfile.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-12-26Latest round of jcrey's I18N patches. Specifically,bwarsaw1-2/+6
GetConfigInfo(): Set $LANG to the list's preferred language. Pass the desired language to the maketext() call.
2000-12-26Latest set of I18N patches from jcrey. Specifically,bwarsaw1-5/+8
SendSubscribeAck(), SendUnsubscribeAck(), MailUserPassword(): Set $LANG to user's preferred language. Call maketext() with language.
2000-12-26Latest set of I18N patches from jcrey. Specifically,bwarsaw1-3/+3
HandleBouncingAddress(): Call maketext() with list's preferred language. Don't hardcode Content-Type: charset to "us-ascii".
2000-12-26jcrey's latest round of I18N changes.bwarsaw9-127/+201
2000-12-26Latest set of I18N patches from jcrey. Specifically,bwarsaw1-1/+4
process(): set $LANG to the list's preferred language, and also pass this into the maketext() call.
2000-12-26Latest set of I18N patches from jcrey. Specifically,bwarsaw1-19/+34
Exception classes: Mark the `rejection' strings for translation, but don't similarly mark the class docstrings. pygettext.py is able to extract these strings without markings. hold_for_approval(): Other changes to support I18N include setting $LANG to list's preferred language; marking more strings as translatable. There's duplicate code here which can be refactored much better.
2000-12-26Latest set of I18N patches from jcrey. Specifically,bwarsaw1-7/+10
process(): set $LANG to list's preferred language and use wherever necessary. Mark more strings as translatable. Don't hardcode Content-Type: charset to "us-ascii".
2000-12-26mail_passwords(): subj is marked for translation. Call maketext()bwarsaw1-2/+3
with the list's preferred language.
2000-12-26main(): Call maketext() with the list's preferred language.bwarsaw2-2/+2