summaryrefslogtreecommitdiff
path: root/tests/messages/data/project/file1.py
blob: 460d94152071a1e957da50ed7c870fef5d998def (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'))