openclaw/docs/.i18n
Peter Steinberger f53346944d
feat: correlate native search outcomes in audit history (#98704)
* feat: correlate native search outcomes in audit history

Metadata-only audit ledger for agent runs and tool actions in the shared
state DB: stable event identity, closed action/status/error vocabularies,
one-way-hashed tool-call ids, never-inferred terminal outcomes for native
web-search (explicit completed/failed only; otherwise unknown), bounded
retention, audit.list gateway RPC and openclaw audit CLI. Squashed from
the 82-commit audit stack for replay onto current main.

* feat(audit): add audit.enabled config gate (default on)

The metadata-only audit ledger records by default: an audit trail enabled
only after an incident cannot explain the incident, and the rows are
strictly less sensitive than the transcripts every install already
stores. audit.enabled=false stops new writes at the gateway subscription
seam; audit.list and openclaw audit keep serving existing records until
they expire. Documented in the configuration reference, protocol page,
and CLI reference.

* fix: repair full-matrix CI findings after rebase

- break the dynamic-tools/dynamic-tool-execution import cycle by
  extracting resolveCodexToolAbortTerminalReason into a leaf module
- restore main's session-worktree protocol exports lost in the
  index.ts auto-merge
- register the audit event writer worker as a knip entry point
- docs table formatting; subagent wait-cancellation test scoped to its
  audit intent (outcome + timing) and advanced past main's new
  lifecycle-timeout retry grace
2026-07-06 12:30:12 +01:00
..
ar-navigation.json docs: add arabic locale scaffolding 2026-04-05 12:37:22 +01:00
de-navigation.json
es-navigation.json
fr-navigation.json
glossary.ar.json docs: preserve LINE across localized docs glossaries (#91442) 2026-06-08 14:33:41 +00:00
glossary.de.json docs: preserve LINE across localized docs glossaries (#91442) 2026-06-08 14:33:41 +00:00
glossary.es.json docs: preserve LINE across localized docs glossaries (#91442) 2026-06-08 14:33:41 +00:00
glossary.fa.json docs: preserve LINE across localized docs glossaries (#91442) 2026-06-08 14:33:41 +00:00
glossary.fr.json docs: preserve LINE across localized docs glossaries (#91442) 2026-06-08 14:33:41 +00:00
glossary.hi.json feat(i18n): add Hindi and Russian docs and Control UI locales 2026-06-26 15:01:15 -07:00
glossary.id.json docs: preserve LINE across localized docs glossaries (#91442) 2026-06-08 14:33:41 +00:00
glossary.it.json docs: preserve LINE across localized docs glossaries (#91442) 2026-06-08 14:33:41 +00:00
glossary.ja-JP.json docs: preserve LINE across localized docs glossaries (#91442) 2026-06-08 14:33:41 +00:00
glossary.ko.json docs: preserve LINE across localized docs glossaries (#91442) 2026-06-08 14:33:41 +00:00
glossary.nl.json docs: preserve LINE across localized docs glossaries (#91442) 2026-06-08 14:33:41 +00:00
glossary.pl.json docs: preserve LINE across localized docs glossaries (#91442) 2026-06-08 14:33:41 +00:00
glossary.pt-BR.json docs: preserve LINE across localized docs glossaries (#91442) 2026-06-08 14:33:41 +00:00
glossary.ru.json feat(i18n): add Hindi and Russian docs and Control UI locales 2026-06-26 15:01:15 -07:00
glossary.th.json docs: preserve LINE across localized docs glossaries (#91442) 2026-06-08 14:33:41 +00:00
glossary.tr.json docs: preserve LINE across localized docs glossaries (#91442) 2026-06-08 14:33:41 +00:00
glossary.uk.json docs: preserve LINE across localized docs glossaries (#91442) 2026-06-08 14:33:41 +00:00
glossary.vi.json docs: preserve LINE across localized docs glossaries (#91442) 2026-06-08 14:33:41 +00:00
glossary.zh-CN.json feat: correlate native search outcomes in audit history (#98704) 2026-07-06 12:30:12 +01:00
glossary.zh-TW.json docs: preserve channel brand terms in Chinese i18n (#91419) 2026-06-08 13:25:30 +00:00
id-navigation.json docs: add it tr id pl publish locales 2026-04-05 14:37:59 +01:00
it-navigation.json docs: add it tr id pl publish locales 2026-04-05 14:37:59 +01:00
ja-navigation.json
ko-navigation.json
pl-navigation.json docs: add it tr id pl publish locales 2026-04-05 14:37:59 +01:00
pt-BR-navigation.json
README.md feat(i18n): add Hindi and Russian docs and Control UI locales 2026-06-26 15:01:15 -07:00
tr-navigation.json docs: add it tr id pl publish locales 2026-04-05 14:37:59 +01:00
translation-workflow.md docs: document hourly translation debounce 2026-05-06 21:10:21 +01:00
zh-Hans-navigation.json docs: absorb docs sweep 2026-05-22 21:52:01 +01:00

OpenClaw docs i18n assets

This folder stores translation config for the source docs repo.

Generated locale trees and live translation memory now live in the publish repo:

  • repo: openclaw/docs
  • local checkout: ~/Projects/openclaw-docs

Source of truth

  • English docs are authored in openclaw/openclaw.
  • The source docs tree lives under docs/.
  • The source repo no longer keeps committed generated locale trees such as docs/zh-CN/**, docs/zh-TW/**, docs/ja-JP/**, docs/es/**, docs/pt-BR/**, docs/ko/**, docs/de/**, docs/fr/**, docs/hi/**, docs/ar/**, docs/it/**, docs/vi/**, docs/nl/**, docs/fa/**, docs/ru/**, docs/tr/**, docs/uk/**, docs/id/**, docs/pl/**, or docs/th/**.

End-to-end flow

  1. Edit English docs in openclaw/openclaw.
  2. Push to main.
  3. openclaw/openclaw/.github/workflows/docs-sync-publish.yml mirrors the docs tree into openclaw/docs.
  4. The sync script rewrites the publish docs/docs.json so the generated locale picker blocks exist there even though they are no longer committed in the source repo.
  5. openclaw/docs/.github/workflows/translate-all.yml waits for main to settle, translates only stale or missing locale pages, and uploads per-locale artifacts.
  6. The publish repo finalizer applies successful locale artifacts and pushes one aggregate chore(i18n): refresh translations commit.
  7. A weekly full run reconciles every locale/page path so flaky model failures are retried without making hot docs commits wait.

Why the split exists

  • Keep generated locale output out of the main product repo.
  • Keep Mintlify on a single published docs tree.
  • Preserve the built-in language switcher for Mintlify-supported generated locales by letting the publish repo own generated locale trees.
  • Keep generated Thai (th) and Persian (fa) docs plus translation memory even though Mintlify does not currently accept those codes in navigation.languages. Their absence from the built-in docs language picker is a host limitation, not a failed translation run.

Locale visibility

  • Control UI supports en, zh-CN, zh-TW, pt-BR, de, es, ja-JP, ko, fr, hi, ar, it, vi, nl, fa, ru, tr, uk, id, pl, and th.
  • Docs translation workflows generate the same non-English locale set in openclaw/docs.
  • The Mintlify docs language picker can expose only the locales accepted by Mintlify navigation.languages; Russian (ru) and Hindi (hi) are now included in the publish configuration.
  • Do not treat locale visibility in generated docs/docs.json as proof that translation artifacts exist. Verify each generated locale folder and its translation memory in openclaw/docs.

Files in this folder

  • glossary.<lang>.json — preferred term mappings used as prompt guidance.
  • zh-Hans-navigation.json — curated zh-Hans Mintlify locale navigation reinserted into the publish repo during sync.
  • ar-navigation.json, de-navigation.json, es-navigation.json, fr-navigation.json, id-navigation.json, it-navigation.json, ja-navigation.json, ko-navigation.json, pl-navigation.json, pt-BR-navigation.json, and tr-navigation.json — starter locale metadata kept alongside the source repo, but the publish sync now clones the full English nav tree for clone-en locales so translated pages are visible in Mintlify without hand-maintaining per-locale nav JSON.
  • <lang>.tm.jsonl — translation memory keyed by workflow + model + text hash.

In this repo, generated locale TM files such as docs/.i18n/zh-CN.tm.jsonl, docs/.i18n/zh-TW.tm.jsonl, docs/.i18n/ja-JP.tm.jsonl, docs/.i18n/es.tm.jsonl, docs/.i18n/pt-BR.tm.jsonl, docs/.i18n/ko.tm.jsonl, docs/.i18n/de.tm.jsonl, docs/.i18n/fr.tm.jsonl, docs/.i18n/ar.tm.jsonl, docs/.i18n/it.tm.jsonl, docs/.i18n/vi.tm.jsonl, docs/.i18n/nl.tm.jsonl, docs/.i18n/fa.tm.jsonl, docs/.i18n/tr.tm.jsonl, docs/.i18n/uk.tm.jsonl, docs/.i18n/id.tm.jsonl, docs/.i18n/pl.tm.jsonl, and docs/.i18n/th.tm.jsonl are intentionally no longer committed.

Glossary format

glossary.<lang>.json is an array of entries:

{
  "source": "troubleshooting",
  "target": "故障排除"
}

Fields:

  • source: English (or source) phrase to prefer.
  • target: preferred translation output.

Translation mechanics

  • scripts/docs-i18n still owns translation generation.
  • Doc mode writes x-i18n.source_hash into each translated page.
  • The publish workflow precomputes a pending file list by comparing the current English source hash to the stored locale x-i18n.source_hash.
  • If the pending count is 0, the expensive translation step is skipped entirely.
  • If there are pending files, the workflow translates only those files.
  • Locale workers retry transient model-format failures, but unchanged files stay skipped because the same hash check runs on each retry.
  • Locale workers upload artifacts; the publish repo finalizer commits all successful locale outputs together.
  • Published GitHub releases dispatch one aggregate translation refresh so release docs can catch up without waiting for the weekly reconciliation.

Operational notes

  • Sync metadata is written to .openclaw-sync/source.json in the publish repo.
  • Source repo secret: OPENCLAW_DOCS_SYNC_TOKEN
  • Publish repo secret: OPENCLAW_DOCS_I18N_OPENAI_API_KEY
  • If locale output looks stale, check the Translate All workflow in openclaw/docs first.