mirror of
https://github.com/Hopiu/django.git
synced 2026-05-11 00:53:09 +00:00
Thanks Rémy Hubscher, Ramiro Morales, Unai Zalakain and Tim Graham for the reviews. Also fixes #16084.
3 lines
98 B
Python
3 lines
98 B
Python
from django.utils.translation import ugettext as _
|
|
|
|
string = _("This app has a locale directory")
|