コンテンツにスキップ

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.

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.

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.

  1. Copy the English file from site/src/content/docs/<path> to site/src/content/docs/ja/<path> or .../zh-tw/<path>.
  2. Translate the body and the top metadata banner; keep the frontmatter status, lastVerified, apiVersion, and sources identical to English.
  3. Keep code, endpoints, and env-var names untranslated.
  4. Update the table above.

See CONTRIBUTING.