[issue24978] Contributing to Python 2x and 3x Documentation. Translation to Russian.
New submission from Eugene: I am very much begging pardon if this is not the place to ask for, but.. I would like to make a thorough translation of the official Library Reference and the beginners guide to Python 2.x 3.x in Russian language. I am aware this type of translation will be placed at https://wiki.python.org/moin/RussianLanguage as current https://docs.python.org/2/ does not allow changing language. I am pretty much aware the translation should not sound any differently from the original in terms of its style, form and overall attitude. And I would also like to know, if possible, can this link be promoted somewhere at python.org. I am not in the slightest have the intentions of promoting in anywhere but in the place where most russian programmers could most definitely find it - at the oficial Python website. Kind regards, Evgeniy. ---------- assignee: docs@python components: Documentation messages: 249478 nosy: docs@python, overr1de priority: normal severity: normal status: open title: Contributing to Python 2x and 3x Documentation. Translation to Russian. type: enhancement versions: Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24978> _______________________________________
Brett Cannon added the comment: Is it time we start managing translations somehow? Or at least have a link off of docs.python.org to various translations so they are easier to discover? ---------- nosy: +brett.cannon _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24978> _______________________________________
Georg Brandl added the comment: Someone will have to step up to manage this effort. The technical side is pretty much solved with sphinx-i18n. I think this is something the PSF should sponsor. (I wrote a proposal to the board a while ago, but I couldn't find a candidate to do it.) ---------- nosy: +georg.brandl _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24978> _______________________________________
Sebastian A. Brachi added the comment:
I wrote a proposal to the board a while ago I couldn't find that proposal, could you post a link to it? Thanks!
---------- nosy: +Sebastian A. Brachi _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24978> _______________________________________
Cheryl Sabella <chekat2@gmail.com> added the comment: Adding a reference to PEP 545 for contributing documentation translations. ---------- nosy: +csabella _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue24978> _______________________________________
Terry J. Reedy <tjreedy@udel.edu> added the comment: There are now several official translations: see current doc pages, the bottom of https://devguide.python.org/experts/, and https://www.python.org/dev/peps/pep-0545/. According to the pep, discussion is on doc-sig. https://mail.python.org/mailman/listinfo/doc-sig 'third party' is not quite right, but there is no 'separate repository and issues tracker' selection. Carol, perhaps devguide 7. Documenting Python should have a short new section 7.6 Translations with at least the above info, better formatted. ---------- nosy: +terry.reedy, willingc resolution: -> third party stage: -> resolved status: open -> closed title: Contributing to Python 2x and 3x Documentation. Translation to Russian. -> Contributing to Documentation. Translation to Russian. _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue24978> _______________________________________
participants (6)
-
Brett Cannon -
Cheryl Sabella -
Eugene -
Georg Brandl -
Sebastian A. Brachi -
Terry J. Reedy