diff options
| author | Rik <gitaarik@gmail.com> | 2015-09-22 01:09:27 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-22 08:54:24 -0400 |
| commit | 6e51d5d0e531c6aead9ebd638a63ffdc32245e5a (patch) | |
| tree | 79c92fa9b2817d5f18cb64b492d7551aa63ebe21 /docs | |
| parent | 94a36cfd8c66a6be9a1e001b29e4c55071f4e0de (diff) | |
Added link to Babel's message extracting functionality.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index 974f6d31ce..9b46dfe830 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -1549,8 +1549,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:: @@ -1569,6 +1569,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/ |
