diff options
| author | Simon Willison <simon@simonwillison.net> | 2008-09-11 02:43:32 +0000 |
|---|---|---|
| committer | Simon Willison <simon@simonwillison.net> | 2008-09-11 02:43:32 +0000 |
| commit | 1c78bf4b985c58b19552f5060829b71c3df72344 (patch) | |
| tree | 5578baf82be1b785743043c270f7fdd44cc90694 /docs/internals | |
| parent | b0da050b830ac902f16cc5f6891ea64ed9ae1457 (diff) | |
Small documentation tweaks, fixes #9000 - thanks, ramiro
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9010 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/contributing.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt index 52b52d6f7e..0f94f5b380 100644 --- a/docs/internals/contributing.txt +++ b/docs/internals/contributing.txt @@ -403,7 +403,7 @@ translated, here's what to do: * Create translations using the methods described in the :ref:`i18n documentation <topics-i18n>`. For this you will use the ``django-admin.py makemessages`` tool. In this particular case it should be run from the - top-level``django`` directory of the Django source tree. + top-level ``django`` directory of the Django source tree. The script runs over the entire Django source tree and pulls out all strings marked for translation. It creates (or updates) a message file in @@ -415,7 +415,7 @@ translated, here's what to do: * Repeat the last two steps for the ``djangojs`` domain (by appending the ``-d djangojs`` command line option to the ``django-admin.py`` - invocations. + invocations.) * Create a diff of the ``.po`` file(s) against the current Subversion trunk. |
