Fixed ReST bugs in i18n.txt from [1087]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-11-05 04:24:19 +00:00
parent 6dbc781a2a
commit 0588183976
1 changed files with 2 additions and 2 deletions

View File

@ -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.")