mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #14141: docs now use the :doc: construct for links between documents.
Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a352154e42
commit
728effcfbd
181 changed files with 1222 additions and 1525 deletions
|
@ -1,5 +1,3 @@
|
|||
.. _topics-i18n:
|
||||
|
||||
=====================================
|
||||
Internationalization and localization
|
||||
=====================================
|
||||
|
@ -23,10 +21,10 @@ associated with each of these tasks (although it's perfectly normal if you
|
|||
find yourself performing more than one of these roles):
|
||||
|
||||
* For application authors wishing to make sure their Django apps can be
|
||||
used in different locales: :ref:`topics-i18n-internationalization`.
|
||||
* For translators wanting to translate Django apps: :ref:`topics-i18n-localization`.
|
||||
used in different locales: :doc:`/topics/i18n/internationalization`.
|
||||
* For translators wanting to translate Django apps: :doc:`/topics/i18n/localization`.
|
||||
* For system administrators/final users setting up internationalized apps or
|
||||
developers integrating third party apps: :ref:`topics-i18n-deployment`.
|
||||
developers integrating third party apps: :doc:`/topics/i18n/deployment`.
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue