Issue 31793: Allow to specialize smart quotes in documentation translations (original) (raw)
Issue31793
Created on 2017-10-15 09:49 by mdk, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 4006 | merged | python-dev,2017-10-15 09:55 | |
PR 4324 | merged | python-dev,2017-11-07 16:48 | |
PR 4325 | merged | python-dev,2017-11-07 16:49 |
Messages (7) | ||
---|---|---|
msg304429 - (view) | Author: Julien Palard (mdk) * ![]() |
Date: 2017-10-15 09:49 |
It would be great to allow each translation to specify their smart-quotes configuration, typically Japanese prefer no smart-quotes: - https://github.com/python/docsbuild-scripts/issues/32 It's easily done by adding a Doc/docutils.conf file, I'm opening a PR. | ||
msg304666 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2017-10-20 17:34 |
Patch is trivial two lines but needs review and merge from someone familiar with Sphinx stuff. [Éric, https://docs.python.org/devguide/experts.html contains the invalid Eric.Araujo] | ||
msg305779 - (view) | Author: Inada Naoki (methane) * ![]() |
Date: 2017-11-07 16:46 |
New changeset 5a66c8a64d180b5f3c80307924adaec53cc8faa3 by INADA Naoki (Julien Palard) in branch 'master': bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006) https://github.com/python/cpython/commit/5a66c8a64d180b5f3c80307924adaec53cc8faa3 | ||
msg305782 - (view) | Author: Inada Naoki (methane) * ![]() |
Date: 2017-11-07 16:53 |
New changeset 47eaaa55247b6ad8ae507c0048509c2e3db79bf0 by INADA Naoki (Miss Islington (bot)) in branch '2.7': bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006) https://github.com/python/cpython/commit/47eaaa55247b6ad8ae507c0048509c2e3db79bf0 | ||
msg305783 - (view) | Author: Inada Naoki (methane) * ![]() |
Date: 2017-11-07 16:55 |
New changeset 64f10492dcda4117ac06399ae46ab645cb09b19e by INADA Naoki (Miss Islington (bot)) in branch '3.6': bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006) https://github.com/python/cpython/commit/64f10492dcda4117ac06399ae46ab645cb09b19e | ||
msg305785 - (view) | Author: Inada Naoki (methane) * ![]() |
Date: 2017-11-07 16:59 |
Thanks, Julien. | ||
msg314329 - (view) | Author: Julien Palard (mdk) * ![]() |
Date: 2018-03-23 21:20 |
Reopening as smart quotes is still a source of bugs in Japanese translation, see: https://github.com/python/docsbuild-scripts/issues/32#issuecomment-375801129 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:53 | admin | set | github: 75974 |
2018-11-05 21:20:59 | mdk | set | status: open -> closed |
2018-03-23 21:20:26 | mdk | set | status: closed -> openmessages: + |
2017-11-07 16:59:15 | methane | set | status: open -> closedversions: + Python 2.7messages: + resolution: fixedstage: patch review -> resolved |
2017-11-07 16:55:11 | methane | set | messages: + |
2017-11-07 16:53:26 | methane | set | messages: + |
2017-11-07 16:49:13 | python-dev | set | pull_requests: + <pull%5Frequest4282> |
2017-11-07 16:48:14 | python-dev | set | pull_requests: + <pull%5Frequest4281> |
2017-11-07 16:46:55 | methane | set | nosy: + methanemessages: + |
2017-10-20 17:34:29 | terry.reedy | set | nosy: + terry.reedy, willingc, eric.araujo, ezio.melottimessages: + |
2017-10-15 09:55:25 | python-dev | set | keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest3980> |
2017-10-15 09:49:48 | mdk | create |