summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2013-12-04 10:26:03 -0300
committerRamiro Morales <cramm0@gmail.com>2013-12-04 10:28:43 -0300
commitc8cf49e5c48eca4936c3729d1a4f963a4666c282 (patch)
tree1d3524c27c944f78f5ba8fbe83666124ef03b842 /docs
parent3f8583a2c8978096be177bc7c95955e65eebee5f (diff)
[1.6.x] Added link to localized formatting doc from main index.
abb04f1f3f from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt3
-rw-r--r--docs/topics/i18n/formatting.txt5
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 4a2c099d1c..c4e9f2dcb3 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -225,7 +225,8 @@ regions:
* :doc:`Overview <topics/i18n/index>` |
:doc:`Internationalization <topics/i18n/translation>` |
- :ref:`Localization <how-to-create-language-files>`
+ :ref:`Localization <how-to-create-language-files>` |
+ :doc:`Localized Web UI formatting and form input <topics/i18n/formatting>`
* :doc:`"Local flavor" <topics/localflavor>`
* :doc:`Time zones </topics/i18n/timezones>`
diff --git a/docs/topics/i18n/formatting.txt b/docs/topics/i18n/formatting.txt
index fc3f37de32..e306d4ab44 100644
--- a/docs/topics/i18n/formatting.txt
+++ b/docs/topics/i18n/formatting.txt
@@ -7,8 +7,9 @@ Format localization
Overview
========
-Django's formatting system is capable to display dates, times and numbers in templates using the format specified for the current :term:`locale <locale
-name>`. It also handles localized input in forms.
+Django's formatting system is capable of displaying dates, times and numbers in
+templates using the format specified for the current
+:term:`locale <locale name>`. It also handles localized input in forms.
When it's enabled, two users accessing the same content may see dates, times and
numbers formatted in different ways, depending on the formats for their current