Added link to Babel's message extracting functionality.
This commit is contained in:
parent
94a36cfd8c
commit
6e51d5d0e5
|
@ -1549,8 +1549,8 @@ multiple times::
|
||||||
.. admonition:: Using Jinja2 templates?
|
.. admonition:: Using Jinja2 templates?
|
||||||
|
|
||||||
:djadmin:`makemessages` doesn't understand the syntax of Jinja2 templates.
|
:djadmin:`makemessages` doesn't understand the syntax of Jinja2 templates.
|
||||||
To extract strings from a project containing Jinja2 templates, use Babel_
|
To extract strings from a project containing Jinja2 templates, use `Message
|
||||||
instead.
|
Extracting`_ from Babel_ instead.
|
||||||
|
|
||||||
Here's an example ``babel.cfg`` configuration file::
|
Here's an example ``babel.cfg`` configuration file::
|
||||||
|
|
||||||
|
@ -1569,6 +1569,7 @@ multiple times::
|
||||||
in general, and doesn't depend on ``gettext``. For more information, read
|
in general, and doesn't depend on ``gettext``. For more information, read
|
||||||
its documentation about `working with message catalogs`_.
|
its documentation about `working with message catalogs`_.
|
||||||
|
|
||||||
|
.. _Message extracting: http://babel.pocoo.org/docs/messages/#message-extraction
|
||||||
.. _Babel: http://babel.pocoo.org/
|
.. _Babel: http://babel.pocoo.org/
|
||||||
.. _working with message catalogs: http://babel.pocoo.org/docs/messages/
|
.. _working with message catalogs: http://babel.pocoo.org/docs/messages/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue