В следующем коде показано, как пометить строку для перевода:
from django.utils.translation import gettext as _ output = _('Text to be translated.')