openclaw/scripts/docs-i18n
Mason Huang 257b251e26
fix(docs): continue partial i18n batches after file errors (#91642)
Summary:
- This PR passes the existing docs-i18n `--allow-partial` flag into sequential and parallel doc-mode schedulin ... ion as terminal, adds regression tests, and removes one non-null assertion in Microsoft Foundry onboarding.
- PR surface: Source 0, Other +286. Total +286 across 3 files.
- Reproducibility: yes. at source level: current main returns from sequential doc mode on the first `processFi ... d not run Go tests because this review is read-only, but the PR adds direct regression cases for that path.

Automerge notes:
- PR branch already contained follow-up commit before automerge: fix(docs): continue partial i18n batches after file errors
- PR branch already contained follow-up commit before automerge: fix(clawsweeper): address review for automerge-openclaw-openclaw-9164…

Validation:
- ClawSweeper review passed for head b66c0983b4.
- Required merge gates passed before the squash merge.

Prepared head SHA: b66c0983b4
Review: https://github.com/openclaw/openclaw/pull/91642#issuecomment-4656851389

Co-authored-by: Mason Huang <masonxhuang@tencent.com>
Co-authored-by: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com>
Co-authored-by: clawsweeper[bot] <274271284+clawsweeper[bot]@users.noreply.github.com>
Approved-by: hxy91819
Co-authored-by: hxy91819 <8814856+hxy91819@users.noreply.github.com>
2026-06-09 08:10:54 +00:00
..
testdata/behavior
behavior_baseline_test.go
codex_command_unix.go
codex_command_windows.go
codex_command_windows_test.go
doc_chunked_raw.go
doc_mode.go
doc_mode_test.go
glossary.go
go.mod
go.sum
html_translate.go
localized_links.go
localized_links_test.go
main.go fix(docs): continue partial i18n batches after file errors (#91642) 2026-06-09 08:10:54 +00:00
main_test.go fix(docs): continue partial i18n batches after file errors (#91642) 2026-06-09 08:10:54 +00:00
markdown_segments.go
masking.go
order.go
placeholders.go
process.go fix: make docs i18n frontmatter translation resilient (#91578) 2026-06-09 03:43:01 +00:00
prompt.go
prompt_test.go
relocalize.go
relocalize_test.go
segment.go
tm.go
translator.go fix: make docs i18n frontmatter translation resilient (#91578) 2026-06-09 03:43:01 +00:00
translator_test.go fix: make docs i18n frontmatter translation resilient (#91578) 2026-06-09 03:43:01 +00:00
util.go
util_test.go