add translate

This commit is contained in:
hufeixiong
2021-11-25 12:15:19 +08:00
parent 04305772ec
commit 50a71a94fa
13 changed files with 2061 additions and 956 deletions

3
script/translateText.js Normal file
View File

@@ -0,0 +1,3 @@
const { faqtranslate, guidetranslate } = require('./translate');
faqtranslate();
guidetranslate();