Translating¶
Python documentation translations are governed by PEP 545. They are built by docsbuild-scripts and hosted on docs.python.org. There are several documentation translations already in production; others are works in progress. See the dashboard for details.
Language |
Contact |
Links |
---|---|---|
Arabic (ar) |
Abdur-Rahmaan Janhangeer (@Abdur-rahmaanJ) |
|
Bengali (bn_IN) |
Kushal Das (@kushaldas) |
|
Julien Palard (@JulienPalard) |
||
Greek (gr) |
Lysandros Nikolaou (@lysnikolaou), Fanis Petkos (@thepetk), Panagiotis Skias (@skpanagiotis) |
|
Hindi (hi_IN) |
Sanyam Khurana (@CuriousLearner) |
|
Hungarian (hu) |
Tamás Bajusz (@gbtami) |
|
Irvan Putra (@irvan-putra), Jeff Jacobson (@jwjacobson) |
||
Italian (it) |
Alessandro Cucci (email) |
|
Kinebuchi Tomohiko (@cocoatomo), Atsuo Ishimoto (@atsuoishimoto) |
||
오동권 (@flowdas) |
||
Marathi (mr) |
Sanket Garade (@sanketgarade, email) |
|
Lithuanian (lt) |
||
Persian (fa) |
Alireza Shabani (@revisto) |
|
Maciej Olko (@m-aciek) |
||
Portuguese (pt) |
Gustavo Toffo |
|
Rafael Fontenelle (@rffontenelle), Marco Rougeth (@rougeth) |
||
Romanian (ro) |
||
Russian (ru) |
Daniil Kolesnikov (@MLGRussianXP, email) |
|
Raúl Cumplido |
||
王威翔 Matt Wang (@mattwang44), Josix Wang |
||
Ege Akman (@egeakman) |
||
How to get help¶
Discussions about translations occur on the Python Docs Discord
#translations channel, translation
mailing list, and there’s a Libera.Chat IRC channel, #python-doc
.
Translation FAQ¶
Which version of the Python documentation should be translated?¶
Consensus is to work on the current stable version. You can then propagate your translation from one branch to another using pomerge.
How should I translate code examples?¶
Translate values in code examples (i.e. string literals) and comments. Don’t translate keywords or names, including variable, function, class, argument, and attribute names.