From 058818397674f773db48d82be4af72a590b8334b Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 5 Nov 2005 04:24:19 +0000 Subject: [PATCH] Fixed ReST bugs in i18n.txt from [1087] git-svn-id: http://code.djangoproject.com/svn/django/trunk@1089 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/i18n.txt | 4 ++-- 1 file 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.")