소스 검색

Added link to localized formatting doc from main index.

Ramiro Morales 11 년 전
부모
커밋
abb04f1f3f
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 1
      docs/index.txt
  2. 3 2
      docs/topics/i18n/formatting.txt

+ 2 - 1
docs/index.txt

@@ -229,7 +229,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>`
 

+ 3 - 2
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