diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-09 04:23:43 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-09 04:23:43 +0000 |
| commit | 663d17897eb26851cd41de888af41ec824f32fa6 (patch) | |
| tree | 0773f6a6c5a2c7f9f9b0b7a8643bfdfe41e27a4f /docs/internals | |
| parent | b626d6024017138c4bfd76c8116269c9773df564 (diff) | |
Fixed #13497 -- Corrected various typos and markup problems in docs. Thanks to Ramiro Morales for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13144 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 de839e5237..c555f205b1 100644 --- a/docs/internals/contributing.txt +++ b/docs/internals/contributing.txt @@ -393,8 +393,8 @@ Submitting and maintaining translations Various parts of Django, such as the admin site and validation error messages, are internationalized. This means they display different text depending on a user's language setting. For this, Django uses the same internationalization -infrastructure that is available to Django applications that is described -in the :ref:`i18n documentation<topics-i18n>`. +infrastructure available to Django applications described in the +:ref:`i18n documentation<topics-i18n>`. These translations are contributed by Django users worldwide. If you find an incorrect translation, or if you'd like to add a language that isn't yet |
