django/tests/i18n/project_dir/__init__.py

5 lines
165 B
Python

# Sample project used by test_extraction.CustomLayoutExtractionTests
from django.utils.translation import gettext as _
string = _("This is a project-level string")