Skip to content

docs: translate remaining Chinese content to English in doris-debug skills - #5

Merged
morningman merged 2 commits into
apache:mainfrom
ixzc:fix/translate-chinese-to-english
Jul 24, 2026
Merged

docs: translate remaining Chinese content to English in doris-debug skills#5
morningman merged 2 commits into
apache:mainfrom
ixzc:fix/translate-chinese-to-english

Conversation

@ixzc

@ixzc ixzc commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Summary

Follow-up to #3 — translates all remaining Chinese text in the doris-debug skill files to English, so the skills are fully usable for English-speaking users and tooling.

What changed

18 files under skills/doris-debug/ (+858 / -856):

Area Files
Shared references 03-cir-case-index.md, 04-metrics-guide.md, 05-config-quick-ref.md, 01-common-commands.md, 02-source-map.md
Shared guides cascade-import-wal-versions.md, cascade-query-timeout-exchange.md
Case files node ×3, query ×2, import ×2, compaction ×1, cloud ×1, data-lake ×1, resource-isolation ×1

Translation rules applied

  • All Chinese prose, headings, table cells, and list items → natural technical English
  • Author-written annotations inside code blocks (bash # comments, SQL -- comments, profile/log annotations, flow diagrams) → translated
  • Command lines, SQL statements, config keys, metric names, class/method names, log output → left untouched
  • Markdown structure (frontmatter, headings, tables, code fences) preserved exactly

Verification

grep -rcP '[\x{4e00}-\x{9fff}]' skills/ returns zero matches — no Chinese text remains in the skills directory.

ixzc added 2 commits July 25, 2026 02:05
…kills

Translate all Chinese prose, table text, and code-block annotations to
English across 18 doris-debug reference/case/guide files. Command lines,
config keys, metric names, class names, and SQL are left untouched.
Address review feedback on apache#5:
- Fix Q6 title: 'Query Results Flap' -> 'Query Results Fluctuate Across Runs'
- Drop redundant '(Xxx Diagnostics)' suffixes from domain headings
- Unify case count to 45 (matches actual entries and apache#3 description)
@morningman
morningman merged commit aeeb2fe into apache:main Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants