Skip to content

Commit 531eaa1

Browse files
Resolve translation-inventory with Session 2 actions
Add a Resolution section documenting which files were placed, moved, or deleted, with references to the relevant commits.
1 parent 8c5b84b commit 531eaa1

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/translation-inventory.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,19 @@ All remaining `src/` files are pure English in both code and comments. Full list
161161
2. `README_en.md` — update from synced `README_cn.md` or `README.md`
162162
3. `docs/mcp.md` — fresh English translation (referenced from both READMEs)
163163
4. `docs/configuration.md` — fresh English translation (referenced from both READMEs)
164+
165+
---
166+
167+
## Resolution — Session 2
168+
169+
All translations placed, file structure finalized.
170+
171+
| Inventory entry | Action taken | Commit |
172+
|---|---|---|
173+
| `docs/configuration.md` — fresh translation (Chinese → English) | Staging file `docs/en-configuration.md` copied over upstream Chinese original; staging file deleted. | `b0854ad` |
174+
| `docs/mcp.md` — fresh translation (Chinese → English) | Staging file `docs/en-mcp.md` copied over upstream Chinese original; staging file deleted. | `b0854ad` |
175+
| `README.md` (upstream Chinese) — create English counterpart | New English `README.md` authored by operator (staged as `docs/README-en.md`) moved to repo root, replacing upstream Chinese original. | `14b3c49` |
176+
| `README_cn.md` (upstream Chinese, stale) — sync with fork features | Fork-aware Chinese translation (staged as `docs/cn-readme.md`) moved to repo root as `README_cn.md`, replacing upstream stale copy. | `14b3c49` |
177+
| `README_en.md` — update or remove | Deleted. `README.md` is now the canonical English README, making the separate `README_en.md` convention redundant. | N/A — file was untracked, so deletion is not in git history. |
178+
| All `docs/tools/*.md`, `.deepcode/AGENTS.md`, `docs/prompts/init_command.md.ejs`, `.husky/pre-commit` | No action needed (already English). ||
179+
| All 55 pure-English `src/` files | No action needed. ||

0 commit comments

Comments
 (0)