PageRenderTime 38ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/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
Possible License(s): BSD-3-Clause
  1. from django.utils.translation import ugettext as _
  2. # Translators: This comment should be extracted
  3. dummy1 = _("This is a translatable string.")
  4. # This comment should not be extracted
  5. dummy2 = _("This is another translatable string.")