summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2013-01-25 13:50:37 -0300
committerRamiro Morales <cramm0@gmail.com>2013-01-25 20:43:21 -0300
commit5ab24e205af03835fe2e5b856ec253e7405e6769 (patch)
treed6e30e8de59e7addd526de0dfa7dda177afe1153 /docs
parent2d8b0315f46d24c6567a05422bd609f3a689bda8 (diff)
[1.5.x] Added more shortcuts to i18n docs in index page.
5b99d5a from master
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 971c2ff479..d234cdcbd9 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -221,8 +221,11 @@ Django offers a robust internationalization and localization framework to
assist you in the development of applications for multiple languages and world
regions:
-* :doc:`Internationalization <topics/i18n/index>`
+* :doc:`Overview <topics/i18n/index>` |
+ :doc:`Internationalization <topics/i18n/translation>` |
+ :ref:`Localization <how-to-create-language-files>`
* :doc:`"Local flavor" <ref/contrib/localflavor>`
+* :doc:`Time zones </topics/i18n/timezones>`
Python compatibility
====================