diff --git a/docs/index.txt b/docs/index.txt index df6861aa1c..e5c92a2073 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -229,7 +229,8 @@ regions: * :doc:`Overview ` | :doc:`Internationalization ` | - :ref:`Localization ` + :ref:`Localization ` | + :doc:`Localized Web UI formatting and form input ` * :doc:`"Local flavor" ` * :doc:`Time zones ` 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 `. 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 `. 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