summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-05-09 04:23:43 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-05-09 04:23:43 +0000
commit663d17897eb26851cd41de888af41ec824f32fa6 (patch)
tree0773f6a6c5a2c7f9f9b0b7a8643bfdfe41e27a4f /docs/topics
parentb626d6024017138c4bfd76c8116269c9773df564 (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/topics')
-rw-r--r--docs/topics/i18n/deployment.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/topics/i18n/deployment.txt b/docs/topics/i18n/deployment.txt
index 6cb772d3ab..1a4f5fa4d5 100644
--- a/docs/topics/i18n/deployment.txt
+++ b/docs/topics/i18n/deployment.txt
@@ -124,8 +124,6 @@ Notes:
selection to German and English (and any sublanguage, like de-ch or
en-us).
- .. _LANGUAGES setting: ../settings/#languages
-
* If you define a custom ``LANGUAGES`` setting, as explained in the
previous bullet, it's OK to mark the languages as translation strings
-- but use a "dummy" ``ugettext()`` function, not the one in