from django.utils.translation.trans_real import translation trans_en = translation('en') trans_es = translation('es') print trans_en.ugettext('word') print trans_es.ugettext('word')
Post a Comment
No comments:
Post a Comment