summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-05 04:24:19 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-05 04:24:19 +0000
commit058818397674f773db48d82be4af72a590b8334b (patch)
tree433e0a7732f704d0daa5b3e12e9601a111fdedc5 /docs
parent6dbc781a2a20dceb5de9f3ed0e98e2c7ff2c0689 (diff)
Fixed ReST bugs in i18n.txt from [1087]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/i18n.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/i18n.txt b/docs/i18n.txt
index 83b25a7597..cbc96e2218 100644
--- a/docs/i18n.txt
+++ b/docs/i18n.txt
@@ -38,7 +38,7 @@ How to internationalize your app: in three steps
1. Embed translation strings in your Python code and templates.
2. Get translations for those strings, in whichever languages you want to
support.
- 2. Activate the locale middleware in your Django settings.
+ 3. Activate the locale middleware in your Django settings.
How to specify translation strings
==================================
@@ -293,7 +293,7 @@ mappings between translation strings and the actual translated text for the
particular language.
For example, if your Django app contained a translation string for the text
-``"Welcome to my site.", like so::
+``"Welcome to my site."``, like so::
_("Welcome to my site.")