This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
0
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2024-12-01 15:42:04 +01:00
Code
Issues
Releases
Wiki
Activity
92975bcd5f
django
/
tests
/
i18n
/
project_dir
/
app_with_locale
/
models.py
4 lines
97 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 20:58:33 +01: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 10:53:08 +01:00
string
=
_
(
"
This app has a locale directory
"
)
Copy Permalink