summaryrefslogtreecommitdiff
path: root/tests/messages/data/project/file1.py
blob: 80ad00c66ccda610642b1f4c29f69de2c5b4d630 (plain)
1
2
3
4
5
6
7
8
# -*- 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')