mirror of
https://github.com/django/django.git
synced 2025-02-09 00:45:23 +00:00
4 lines
98 B
Python
4 lines
98 B
Python
from django.utils.translation import gettext as _
|
|
|
|
string = _("This app has no locale directory")
|