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