/tests/regressiontests/i18n/commands/__init__.py
https://code.google.com/p/mango-py/ · Python · 8 lines · 3 code · 3 blank · 2 comment · 0 complexity · 3f5a5ac4e446adad940cc231b85a87f3 MD5 · raw file
- 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.")