summaryrefslogtreecommitdiff
path: root/tests/messages/data/project/file2.py
blob: b6214932e487241f6de9be86f87a17b83e062646 (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))