Is there a way to export the localized Godot 4.x class reference documentation to a markdown file?

Godot Version

4.4.1.stable

Question

I’m a new to Godot from China,and I’m using extra code editor Visual Studio Code. WhenI want to visit the Class refence in VSCode, it always return me an English version. But I see the full translated version is avaliable in Godot Editor, even more comprehensive than the translation of localized online documents.And because of the China’s GFW,I usually can’t visit the online document.
So is there a way to export the localized Godot 4.x class reference documentation to a markdown file so that I can read it anytime without Godot Editor?

https://github.com/html5syt/Godot-Class-Ref-md
Okay, I use AI to wrote a script, It can read+translate using .po file from weblate+convert to markdown file.