mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.8.x] Added link to Babel's message extracting functionality.
Backport of 6e51d5d0e531c6aead9ebd638a63ffdc32245e5a from master
This commit is contained in:
parent
76bf4bc111
commit
55f80d28d4
@ -1451,8 +1451,8 @@ multiple times::
|
||||
.. admonition:: Using Jinja2 templates?
|
||||
|
||||
:djadmin:`makemessages` doesn't understand the syntax of Jinja2 templates.
|
||||
To extract strings from a project containing Jinja2 templates, use Babel_
|
||||
instead.
|
||||
To extract strings from a project containing Jinja2 templates, use `Message
|
||||
Extracting`_ from Babel_ instead.
|
||||
|
||||
Here's an example ``babel.cfg`` configuration file::
|
||||
|
||||
@ -1471,6 +1471,7 @@ multiple times::
|
||||
in general, and doesn't depend on ``gettext``. For more information, read
|
||||
its documentation about `working with message catalogs`_.
|
||||
|
||||
.. _Message extracting: http://babel.pocoo.org/docs/messages/#message-extraction
|
||||
.. _Babel: http://babel.pocoo.org/
|
||||
.. _working with message catalogs: http://babel.pocoo.org/docs/messages/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user