from django.utils.translation import ugettext def getOptDict(): optArr = { 1: ugettext('Test 1'), 2: ugettext('Test 2'), } return optArr
No comments:
Post a Comment