| Commit message (Collapse) | Author | Files | Lines |
|
GetConfigInfo(): Set $LANG to the list's preferred language. Pass the
desired language to the maketext() call.
|
|
SendSubscribeAck(), SendUnsubscribeAck(), MailUserPassword(): Set
$LANG to user's preferred language. Call maketext() with language.
|
|
HandleBouncingAddress(): Call maketext() with list's preferred
language. Don't hardcode Content-Type: charset to "us-ascii".
|
|
|
|
process(): set $LANG to the list's preferred language, and also pass
this into the maketext() call.
|
|
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.
|
|
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".
|
|
with the list's preferred language.
|
|
|