summaryrefslogtreecommitdiffstats
path: root/askbot/mail
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-01-06 01:27:02 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-01-06 01:27:33 -0300
commit966720dcfefa3f8daced7ae9fef7ef5df00af0af (patch)
tree845449e225c399c15b24ad308ce2ade868f31fd1 /askbot/mail
parentdf308aa37c4a91276d09007f6f55c706c8d9b1f6 (diff)
downloadaskbot-966720dcfefa3f8daced7ae9fef7ef5df00af0af.tar.gz
askbot-966720dcfefa3f8daced7ae9fef7ef5df00af0af.tar.bz2
askbot-966720dcfefa3f8daced7ae9fef7ef5df00af0af.zip
added basic support for multilingual content
Diffstat (limited to 'askbot/mail')
-rw-r--r--askbot/mail/lamson_handlers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/mail/lamson_handlers.py b/askbot/mail/lamson_handlers.py
index 8bfa86f7..e8caf4d7 100644
--- a/askbot/mail/lamson_handlers.py
+++ b/askbot/mail/lamson_handlers.py
@@ -4,7 +4,7 @@ from django.core.files.uploadedfile import SimpleUploadedFile
from django.conf import settings as django_settings
from django.template import Context
from django.template.loader import get_template
-from django.utils.translation import ugettext as _
+from django.utils.translation import ugettext_lazy as _
from lamson.routing import route, stateless
from lamson.server import Relay
from askbot.models import ReplyAddress, Group, Tag