summaryrefslogtreecommitdiff
path: root/tests/messages/data/project/file2.py
blob: 9991ea89ec72f2b58f1c827ba92d98a918ceb8a1 (plain)
1
2
3
4
5
6
7
8
9
# -*- coding: utf-8 -*-
# file2.py for tests

from gettext import ngettext

def foo():
    # Note: This will have the TRANSLATOR: tag but shouldn't
    # be included on the extracted stuff
    print ngettext('foobar', 'foobars', 1)