[Python-Dev] Translating docs
martin at v.loewis.de
martin at v.loewis.de
Sun Feb 26 01:43:34 CET 2006
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
More information about the Python-Dev
mailing list