/tests/regressiontests/i18n/commands/__init__.py
Python | 8 lines | 3 code | 3 blank | 2 comment | 0 complexity | 3f5a5ac4e446adad940cc231b85a87f3 MD5 | raw file
Possible License(s): BSD-3-Clause
- 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.")