llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.71k stars 11.87k forks source link

Does LLVM have a doc translation? #101809

Open tttturtle-russ opened 2 months ago

tttturtle-russ commented 2 months ago

Hi, thanks for your brilliant work, it's a great and useful framework. I'm a college student majoring in CSE, and I've been learning LLVM framework lately. LLVM only has documentation in English, I would like to know if there is any other version of the document, e.g. Chinese. If not, I would translate some into Chinese for the convenience of other Chinese users.

NakanoMiku39 commented 2 months ago

Agree and I would like to help if needed

paperchalice commented 2 months ago

Sphinx supports internationalization, so it is possible to extract pot from rst docs in llvm/docs and deploy them in 3rd party site, e.g. readthedocs.

tttturtle-russ commented 2 months ago

Sphinx supports internationalization, so it is possible to extract pot from rst docs in llvm/docs and deploy them in 3rd party site, e.g. readthedocs.

Thank you, I will give it a try.