This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
24
Releases
Wiki
Activity
950112548e
django
/
tests
/
i18n
/
project_dir
/
app_no_locale
/
models.py
4 lines
98 B
Python
Raw
Normal View
History
Unescape
Escape
Converted usage of ugettext* functions to their gettext* aliases Thanks Tim Graham for the review.
2017-01-26 19:58:33 +00:00
from
django
.
utils
.
translation
import
gettext
as
_
Enabled makemessages to support several translation directories Thanks Rémy Hubscher, Ramiro Morales, Unai Zalakain and Tim Graham for the reviews. Also fixes #16084.
2013-11-30 09:53:08 +00:00
string
=
_
(
"
This app has no locale directory
"
)