summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-02-22 00:44:27 +0000
committerJannis Leidel <jannis@leidel.info>2010-02-22 00:44:27 +0000
commit9ee2d5c646bc078aa336cb0b12d6f28d6bfbb436 (patch)
tree5958ccb1fb07db152acc827b3997fd7232fa4519 /docs/topics
parent5059de200b09782b0c44d27be5fdcff9fd8ef183 (diff)
[1.1.X] Fixed #11714 - Document a few of the i18n function that can be used outside views and templates. Thanks, Jarek Zgoda and Ramiro Morales.
Backport or r12473. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/i18n/index.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/i18n/index.txt b/docs/topics/i18n/index.txt
index eed385276b..5e84463957 100644
--- a/docs/topics/i18n/index.txt
+++ b/docs/topics/i18n/index.txt
@@ -18,11 +18,11 @@ Essentially, Django does two things:
to their language preferences.
The complete process can be seen as divided in three stages. It is also possible
-to identify an identical number of roles with very well defined responsabilities
+to identify an identical number of roles with very well defined responsibilities
associated with each of these tasks (although it's perfectly normal if you
find yourself performing more than one of these roles):
- * For applicacion authors wishing to make sure their Django apps can be
+ * For application authors wishing to make sure their Django apps can be
used in different locales: :ref:`topics-i18n-internationalization`.
* For translators wanting to translate Django apps: :ref:`topics-i18n-localization`.
* For system administrators/final users setting up internationalized apps or