feat(zh): add Chinese translations in zh/ directory
Add Chinese (Simplified) translations for all documentation, organized under a dedicated zh/ directory that mirrors the English folder structure. Co-authored-by: tanqingkuang <tanqingkuang@users.noreply.github.com> Translations originally contributed by @tanqingkuang in #45. Restructured from *-CN.md suffix pattern into zh/ directory to prevent the EPUB builder (scripts/build_epub.py collect_folder_files) from picking up Chinese files via glob("*.md") inside module folders.
This commit is contained in:
14
zh/07-plugins/documentation/commands/sync-docs.md
Normal file
14
zh/07-plugins/documentation/commands/sync-docs.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: 同步文档
|
||||
description: 将文档与代码变更保持同步
|
||||
---
|
||||
|
||||
# 文档同步
|
||||
|
||||
同步文档与代码库:
|
||||
|
||||
1. 检测代码变更
|
||||
2. 找出过时文档
|
||||
3. 更新受影响的文档
|
||||
4. 验证示例是否仍然可用
|
||||
5. 更新版本号
|
||||
Reference in New Issue
Block a user