summaryrefslogtreecommitdiffstats
path: root/askbot/const
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/const
parentdf308aa37c4a91276d09007f6f55c706c8d9b1f6 (diff)
downloadaskbot-966720dcfefa3f8daced7ae9fef7ef5df00af0af.tar.gz
askbot-966720dcfefa3f8daced7ae9fef7ef5df00af0af.tar.bz2
askbot-966720dcfefa3f8daced7ae9fef7ef5df00af0af.zip
added basic support for multilingual content
Diffstat (limited to 'askbot/const')
-rw-r--r--askbot/const/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/const/__init__.py b/askbot/const/__init__.py
index 9ec48b87..0240d7f5 100644
--- a/askbot/const/__init__.py
+++ b/askbot/const/__init__.py
@@ -4,7 +4,7 @@ All constants could be used in other modules
For reasons that models, views can't have unicode
text in this project, all unicode text go here.
"""
-from django.utils.translation import ugettext as _
+from django.utils.translation import ugettext_lazy as _
import re
CLOSE_REASONS = (