[New-bugs-announce] [issue38057] Docs: source code don't can be translate

Adorilson Bezerra report at bugs.python.org
Sun Sep 8 10:58:23 EDT 2019


New submission from Adorilson Bezerra <adorilson at gmail.com>:

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 at python
components: Documentation
messages: 351330
nosy: adorilson, docs at python
priority: normal
severity: normal
status: open
title: Docs: source code don't can be translate
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38057>
_______________________________________


More information about the New-bugs-announce mailing list