i18n a Python app

Donn Ingle donn.ingle at gmail.com
Sun Dec 2 06:27:48 EST 2007


Another thought, how would one provide translations for doc strings?

class Boo:
 """This class goes Boo!"""

Can one do this, which does not seem likely:
class Boo:
 _( "This class goes Boo!" )


\d




More information about the Python-list mailing list