[Python-Dev] Translating docs
martin at v.loewis.de
martin at v.loewis.de
Sun Feb 26 01:43:34 CET 2006
More information about the Python-Dev mailing list
Sun Feb 26 01:43:34 CET 2006
- Previous message: [Python-Dev] Translating docs
- Next message: [Python-Dev] Translating docs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Zitat von Facundo Batista <facundobatista at gmail.com>: > The question is, it's ok to use a third party system for this > initiative? Or you (we) prefer to host it in-house? Someone alredy > thought of this? I thought about it at one time, and I think the doc strings can be translated very well using gettext-based procedures; I once submitted a POT file to the translation project: http://www.iro.umontreal.ca/translation/registry.cgi?domain=python Translating the library reference as such is more difficult, because it can't be translated in small chunks very well. Some group of French translators once translated everything for 1.5.2, and that translation never got updated. Regards, Martin
- Previous message: [Python-Dev] Translating docs
- Next message: [Python-Dev] Translating docs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list