Translation status
このコンテンツはまだ日本語訳がありません。
Status
Stable· Last verified 2026-07-11
The atlas is authored in English (source of truth) with 日本語 and 繁體中文 locales. Use the language switcher in the top bar.
How fallback works
Section titled “How fallback works”If a page has no translation yet, Starlight serves the English content at the localized URL (the site notes it’s untranslated). This keeps navigation intact and avoids shipping low-quality machine translations. We translate high-traffic pages first.
Coverage (2026-07-11)
Section titled “Coverage (2026-07-11)”| Page | 日本語 | 繁體中文 |
|---|---|---|
Landing (/) |
✅ | ✅ |
| Getting started — overview | ✅ | ✅ |
| Webhooks — get a webhook URL | ✅ | ✅ |
| Interactions — overview | ✅ | ✅ |
| Interactions — deep-dives (lifecycle, signatures, slash commands, components, responses, pitfalls) | ⏳ fallback to English | ⏳ fallback to English |
| Everything else | ⏳ fallback to English | ⏳ fallback to English |
✅ translated · ⏳ falls back to English (translation welcome)
The Interactions overview is translated as the section’s trilingual entry point; its deep-dive pages are English for now (they carry an in-page note), to keep dense technical content high-quality rather than machine-dumped.
Contributing a translation
Section titled “Contributing a translation”- Copy the English file from
site/src/content/docs/<path>tosite/src/content/docs/ja/<path>or.../zh-tw/<path>. - Translate the body and the top metadata banner; keep the frontmatter
status,lastVerified,apiVersion, andsourcesidentical to English. - Keep code, endpoints, and env-var names untranslated.
- Update the table above.
See CONTRIBUTING.