summaryrefslogtreecommitdiff
path: root/tests/regressiontests/i18n/commands/__init__.py
blob: ffd439140ea7f9949f9fc9f2e9ab8a266a8b29dc (plain)
1
2
3
4
5
6
7
8
from django.utils.translation import ugettext as _

# Translators: This comment should be extracted
dummy1 = _("This is a translatable string.")

# This comment should not be extracted
dummy2 = _("This is another translatable string.")