summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-01-26 15:01:58 +0000
committerJannis Leidel <jannis@leidel.info>2010-01-26 15:01:58 +0000
commitdf82175c17667b76ac968e059583f795b8909526 (patch)
treebdf151177304383a65640bb7e00bc6aebfec90ff /docs/topics
parent12d3799dd2248a3c6e61191355ed5ac43869c691 (diff)
downloaddjango-df82175c17667b76ac968e059583f795b8909526.tar.gz
Fixed #12673 - Require a version of GNU gettext of 0.1.5 and above.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/i18n.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/topics/i18n.txt b/docs/topics/i18n.txt
index 70a8dd77cc..2a1b1107be 100644
--- a/docs/topics/i18n.txt
+++ b/docs/topics/i18n.txt
@@ -512,6 +512,16 @@ creation and upkeep of these files.
The old tool ``bin/make-messages.py`` has been moved to the command
``django-admin.py makemessages`` to provide consistency throughout Django.
+.. admonition:: Gettext utilities
+
+ The ``makemessages`` command (and ``compilemessages`` discussed later) use
+ commands from the GNU gettext toolset: ``xgetetxt``, ``msgfmt``,
+ ``msgmerge`` and ``msguniq``.
+
+ .. versionchanged:: 1.2
+
+ The minimum version of the ``gettext`` utilities supported is 0.15.
+
To create or update a message file, run this command::
django-admin.py makemessages -l de
@@ -1062,7 +1072,7 @@ or want to test or compile a changed message file, you will need the
* ``gettext-runtime-X.zip``
* ``gettext-tools-X.zip``
- ``X`` is the version number, we recomend using ``0.15`` or higher.
+ ``X`` is the version number, we are requiring ``0.15`` or higher.
* Extract the contents of the ``bin\`` directories in both files to the
same folder on your system (i.e. ``C:\Program Files\gettext-utils``)