Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/i18n/project_dir/app_with_locale/models.py
blob: ab35d5002a1e3af8383ba80edfcc12eebc6c1b71 (plain)
1
2
3
from django.utils.translation import ugettext as _

string = _("This app has a locale directory")