[issue38057] Docs: source code don't can be translate

2019-09-14 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

This tracker is for issues possibly leading to patches for the CPython 
repository.  Translations are not part of this repository and I am pretty sure 
that .po files are not either.

--
nosy: +terry.reedy
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38057] Docs: source code don't can be translate

2019-09-08 Thread Adorilson Bezerra


Adorilson Bezerra  added the comment:

I'm not using the Sphinx itself. I'm just a translator.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38057] Docs: source code don't can be translate

2019-09-08 Thread Ammar Askar


Ammar Askar  added the comment:

What version of Sphinx are you using? As far as I know, Sphinx supports 
internationalization for autodoc, so this should be possible.

--
nosy: +ammar2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38057] Docs: source code don't can be translate

2019-09-08 Thread Adorilson Bezerra

New submission from Adorilson Bezerra :

The source code examples in documentation doesn't can be translated because it 
doesn't included in po files (and after in transifex).

It would be wonderful if we can to translate the code:

class MyClass:
"""A simple example class"""
i = 12345

def f(self):
return 'hello world'

to:

class MinhaClasse:
"""Um exemplo simples de classe"""
i = 12345
def f(self):
return 'olá, mundo'

--
assignee: docs@python
components: Documentation
messages: 351330
nosy: adorilson, docs@python
priority: normal
severity: normal
status: open
title: Docs: source code don't can be translate
type: enhancement
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com