summaryrefslogtreecommitdiff
path: root/tests/i18n/commands/code.sample
blob: a5f1520ecba595721309fd97513a6231214c11ce (plain)
1
2
3
4
from django.utils.translation import gettext

# This will generate an xgettext warning
my_string = gettext("This string contain two placeholders: %s and %s" % ('a', 'b'))