Skip to content

Commit

Permalink
update dest folder
Browse files Browse the repository at this point in the history
  • Loading branch information
wblfrank08 committed Jul 23, 2024
1 parent 6477069 commit f677df4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions auto-translator-github.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
# 设置翻译的路径
dir_to_translate = "testdir/en-to-translate"
dir_translated = {
"en": "docs/en",
"jp": "docs/jp",
"zh": "docs/zh"
"en": "testdir/docs/en",
"jp": "testdir/docs/jp",
"zh": "testdir/docs/zh"
}

# 不进行翻译的文件列表
Expand Down
6 changes: 3 additions & 3 deletions auto-translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
# 设置翻译的路径
dir_to_translate = "testdir/en-to-translate"
dir_translated = {
"en": "docs/en",
"jp": "docs/jp",
"zh": "docs/zh"
"en": "testdir/docs/en",
"jp": "testdir/docs/jp",
"zh": "testdir/docs/zh"
}

# 不进行翻译的文件列表
Expand Down

0 comments on commit f677df4

Please sign in to comment.