Author: russellm
Date: 2009-04-16 08:27:46 -0500 (Thu, 16 Apr 2009)
New Revision: 10568
Modified:
django/branches/releases/1.0.X/docs/topics/i18n.txt
Log:
[1.0.X] Fixed #10822 -- Corrected minor typo in i18n docs. Thanks to
prairiedogg for the report.
Merge of r10561 from trunk.
Modified: django/branches/releases/1.0.X/docs/topics/i18n.txt
===================================================================
--- django/branches/releases/1.0.X/docs/topics/i18n.txt 2009-04-16 12:48:46 UTC
(rev 10567)
+++ django/branches/releases/1.0.X/docs/topics/i18n.txt 2009-04-16 13:27:46 UTC
(rev 10568)
@@ -454,10 +454,10 @@
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---