mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 11:05:31 +08:00
06cd80d1bd
Prettier pads markdown table cells for column alignment, which turns any content change into a table-wide realignment diff. Markdown was only in prettierignore for packages/kilo-vscode/; the root formatter still repadded docs elsewhere (e.g. TESTING.md, kilo-docs, AGENTS.md). Adds *.md to the root .prettierignore, documents the convention in AGENTS.md, and adds script/check-md-table-padding.ts + a workflow to enforce it. Existing padded tables in Kilo-owned docs have been rewritten via the script's --fix mode.
1.3 KiB
1.3 KiB
th Glossary
Sources
- PR #10809: https://github.com/anomalyco/opencode/pull/10809
- PR #11496: https://github.com/anomalyco/opencode/pull/11496
Do Not Translate (Locale Additions)
Kilo(preserve casing in prose; keepkiloonly in commands, package names, paths, or code)Kilo CLICLI,TUI,MCP,OAuth- Commands, flags, file paths, and code literals (keep exactly as written)
Preferred Terms
These are PR-backed preferences and may evolve.
| English / Context | Preferred | Notes |
|---|---|---|
| Thai language label in language lists | ไทย |
PR #10809 standardized this across locales |
| Language names in language pickers | Native names (static) | PR #11496: keep names like English, Deutsch, ไทย consistent across locales |
Guidance
- Prefer natural Thai phrasing over literal translation
- Keep tone short and clear for buttons and labels
- Preserve technical artifacts exactly: commands, flags, code, URLs, model IDs, and file paths
- Keep language names static/native in language pickers instead of translating them per current locale (PR #11496)
Avoid
- Avoid translating language names differently per current locale in language lists
- Avoid changing
ไทยto another display form for the Thai language option unless the product standard changes