diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2009-04-16 13:27:46 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2009-04-16 13:27:46 +0000 |
| commit | b8abb9b872e2ed05c058bb0d517a5c83fe4a14aa (patch) | |
| tree | 293bf6fc6c50bfebdf39b8efbe554a5b0ca5368e /docs | |
| parent | e471bbe2099bca630650acc7f6b15c7cad5e2c3f (diff) | |
[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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/topics/i18n.txt b/docs/topics/i18n.txt index aca727a442..140adce74c 100644 --- a/docs/topics/i18n.txt +++ b/docs/topics/i18n.txt @@ -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 |
