Commit a47153c8 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10561 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent f0d75dbe
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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
      Django itself, see :ref:`contributing-translations`.

Th script runs over your project source tree or your application source tree and
pulls out all strings marked for translation. It creates (or updates) a message
file in the directory ``locale/LANG/LC_MESSAGES``. In the ``de`` example, the
file will be ``locale/de/LC_MESSAGES/django.po``.
The script runs over your project source tree or your application source tree
and pulls out all strings marked for translation. It creates (or updates) a
message file in the directory ``locale/LANG/LC_MESSAGES``. In the ``de``
example, the file will be ``locale/de/LC_MESSAGES/django.po``.

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