diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-01-25 13:50:37 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-01-25 13:50:37 -0300 |
| commit | 5b99d5a330fc412ce56b9e5f9cf0b971654da90c (patch) | |
| tree | 67624f30d4a4a984497bcebda5ca6ad03e27935b /docs/index.txt | |
| parent | 2babab0bb351ff7a13fd23795f5e926a9bf95d22 (diff) | |
Added more shortcuts to i18n docs in index page.
Diffstat (limited to 'docs/index.txt')
| -rw-r--r-- | docs/index.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt index d047abafd4..73b378de4d 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" <topics/localflavor>` +* :doc:`Time zones </topics/i18n/timezones>` Python compatibility ==================== |
