Skip to content

Commit 6a215cf

Browse files
committed
wip
1 parent c12f30b commit 6a215cf

File tree

78 files changed

+7717
-566
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+7717
-566
lines changed

.claude/settings.local.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@
1515
"Bash(git pull:*)",
1616
"Bash(git stash:*)",
1717
"Bash(git push:*)",
18-
"Bash(for lang in de en ja fr es ko)",
1918
"Bash(do)",
2019
"Bash(echo:*)",
2120
"Bash(done)",
2221
"Bash(for lang in de en es fr ja ko pt ru tr)",
23-
"Bash(for lang in de fr es ko ja ru)",
24-
"Bash(do echo \"=== $lang features ===\")",
25-
"Bash(ls:*)"
22+
"Bash(ls:*)",
23+
"Bash(grep:*)",
24+
"Bash(python3:*)"
2625
],
2726
"deny": [],
2827
"ask": []

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
1. 选择目标语言,比如按照 docs/ 下的顺序,先选中目标为 de,并创建此语言专用特性分支(切分支前确保主分支是最新的)。
1111
1. 使用 npm run sync:de 命令同步到目标语言。
1212
1. 如果已经存在对应的文件,则检查内容是否需要更新。
13-
1. 找出对应语言下内容为待翻译的文件,并翻译。
13+
1. 找出对应语言下内容为待翻译的文件(todo.md),并翻译。
1414
1. 开始翻译中文对应的内容为目标语言,如果是外链,代码,则不翻译,并且删除在中文目录下没有的仅在目标语言目录中存在的文件。
1515
1. 翻译完成后请仔细检查,确保所有内容都已翻译,尤其是不能存在任何占位符待翻译的文档。
1616
1. docs/{locale}/sidebar.ts 请确保仅仅是语言目录不同,其他内容保持跟中文的(docs/zh/sidebar.ts)一致。
1717
1. 翻译完成一个语言后,确保目标语言下的文件结构跟中文一模一样,如果发现遗漏则重复此翻译流程。
1818
1. 翻译完成后仔细对比,确保没有遗漏,每一个文件都翻译了,不要多也不要少。
19+
1. 每完成一个文件的翻译,请执行 npm run todo:de 命令,确保 todo.md 中的文件都翻译了。
1920
1. 翻译完成后请执行 vitepress 的 build 命令,确保生成静态文件不出错,不能存在死链和任何报错信息。
2021
1. 如果发现问题,请及时修复并重新执行 build 命令。
2122
1. 翻译完成后请提交并推送到远程仓库,创建 Pull Request。

SYNC_DOCS_README.md

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)