1
0
mirror of https://github.com/django/django.git synced 2025-07-18 16:49:13 +00:00

[1.0.X] Fixed #10822 -- Corrected minor typo in i18n docs. Thanks to prairiedogg for the report.

Merge of r10561 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10568 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2009-04-16 13:27:46 +00:00
parent e471bbe209
commit b8abb9b872

View File

@ -454,10 +454,10 @@ The script should be run from one of three places:
path). This is only relevant when you are creating a translation for path). This is only relevant when you are creating a translation for
Django itself, see :ref:`contributing-translations`. Django itself, see :ref:`contributing-translations`.
Th script runs over your project source tree or your application source tree and The script runs over your project source tree or your application source tree
pulls out all strings marked for translation. It creates (or updates) a message and pulls out all strings marked for translation. It creates (or updates) a
file in the directory ``locale/LANG/LC_MESSAGES``. In the ``de`` example, the message file in the directory ``locale/LANG/LC_MESSAGES``. In the ``de``
file will be ``locale/de/LC_MESSAGES/django.po``. example, the file will be ``locale/de/LC_MESSAGES/django.po``.
By default ``django-admin.py makemessages`` examines every file that has the By default ``django-admin.py makemessages`` examines every file that has the
``.html`` file extension. In case you want to override that default, use the ``.html`` file extension. In case you want to override that default, use the