mirror of
https://github.com/django/django.git
synced 2024-11-20 08:24:58 +00:00
c651331b34
Thanks Tim Graham for the review.
4 lines
97 B
Python
4 lines
97 B
Python
from django.utils.translation import gettext as _
|
|
|
|
string = _("This app has a locale directory")
|