Skip to content

Commit

Permalink
[1.0.X] Fixed #10822 -- Corrected minor typo in i18n docs. Thanks to …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
freakboy3742 committed Apr 16, 2009
1 parent e471bbe commit b8abb9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/topics/i18n.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8abb9b

Please sign in to comment.