This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author adorilson
Recipients adorilson, docs@python
Date 2019-09-08.14:58:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567954703.31.0.993707976717.issue38057@roundup.psfhosted.org>
In-reply-to
Content
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'
History
Date User Action Args
2019-09-08 14:58:23adorilsonsetrecipients: + adorilson, docs@python
2019-09-08 14:58:23adorilsonsetmessageid: <1567954703.31.0.993707976717.issue38057@roundup.psfhosted.org>
2019-09-08 14:58:23adorilsonlinkissue38057 messages
2019-09-08 14:58:23adorilsoncreate