Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/i18n/project_dir/__init__.py
blob: b32b258e37f725199bae18e587f22919fc921ca2 (plain)
1
2
3
4
# Sample project used by test_extraction.CustomLayoutExtractionTests
from django.utils.translation import ugettext as _

string = _("This is a project-level string")