view babel3/babel/messages/tests/data/project/file1.py @ 493:0b228ee775fe experimental

Copy over trunk.
author jruigrok
date Thu, 15 Apr 2010 05:54:28 +0000
parents
children cddcd04db33e
line wrap: on
line source
# -*- coding: utf-8 -*-
# file1.py for tests

from gettext import gettext as _
def foo():
    # TRANSLATOR: This will be a translator coment,
    # that will include several lines
    print _('bar')
Copyright (C) 2012-2017 Edgewall Software