-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
internals:internationalisationtype:enhancementenhance or introduce a new featureenhance or introduce a new featuretype:proposala feature suggestiona feature suggestion
Milestone
Description
Link markup with i18n strategy recommendation should be added somewhere in the sphinx documentation.
https://groups.google.com/d/msg/sphinx-dev/uLjb0B-J5r0/PY_9MKt6gG8J
#!text
> Here's how you can `download Django`_.
>
> .. _download Django: https://www.djangoproject.com/download/
>
> When translating, this is suboptimal, because if you translate "download
> Django" in the paragraph, the link is lost. So:
> 1. Is there a recommended practice about how to include i18n-friendly links
> in sphinx docs?
1a. Sphinx-1.2b1 already solved this problem.
However, if the two links with `title string`_ style are included in one sentence,
you can not change the order of the links in the translation.
1b. `download Django <link-target-url>`_ style link always work
(include Sphinx-1.1.x).
- Bitbucket: https://bitbucket.org/birkenfeld/sphinx/issue/1191
- Originally reported by: Takayuki Shimizukawa
- Originally created at: 2013-06-10T06:13:44.607
m-aciek
Metadata
Metadata
Assignees
Labels
internals:internationalisationtype:enhancementenhance or introduce a new featureenhance or introduce a new featuretype:proposala feature suggestiona feature suggestion