mirror of
https://github.com/Hopiu/django.git
synced 2026-03-31 21:30:33 +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")
|