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

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