LetsBeBiz-Redesign/openclaw/docs/.i18n
Matt 2401ed446f Include full contents of all nested repositories
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 16:25:02 +01:00
..
README.md Include full contents of all nested repositories 2026-02-27 16:25:02 +01:00
glossary.ja-JP.json Include full contents of all nested repositories 2026-02-27 16:25:02 +01:00
glossary.zh-CN.json Include full contents of all nested repositories 2026-02-27 16:25:02 +01:00
ja-JP.tm.jsonl Include full contents of all nested repositories 2026-02-27 16:25:02 +01:00
zh-CN.tm.jsonl Include full contents of all nested repositories 2026-02-27 16:25:02 +01:00

README.md

OpenClaw docs i18n assets

This folder stores generated and config files for documentation translations.

Files

  • glossary.<lang>.json — preferred term mappings (used in prompt guidance).
  • <lang>.tm.jsonl — translation memory (cache) keyed by workflow + model + text hash.

Glossary format

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

{
  "source": "troubleshooting",
  "target": "故障排除",
  "ignore_case": true,
  "whole_word": false
}

Fields:

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

Notes

  • Glossary entries are passed to the model as prompt guidance (no deterministic rewrites).
  • The translation memory is updated by scripts/docs-i18n.