Requesting other issue
Track documentation localization for korean (korea).
Why
This locale is already configured as a built docs target, but translated coverage is still partial. This issue tracks all localization work for this language in one place, while allowing the work to land in multiple small PRs.
Target directory
Translation rules
- English (
docs/en/) is the source of truth
- Preserve markdown structure, headings, links, code fences, tables, and admonitions
- Keep commands, file paths, env vars, template ids, and product names in English
- Do not silently change technical meaning from the English source
- If a sentence in the English docs is unclear, ask in the issue or PR instead of guessing
- Update translation status only when translated pages actually land
Suggested rollout inside this issue
Phase 1: Core user-guide pages
Phase 2: Remaining user-guide and tutorial pages
Phase 3: Contributing / reference / changelog pages
Non-Goals
- Translating everything in one PR (it's ok, but not recommended)
- Rewriting English source docs as part of translation work
- Product/runtime changes
Acceptance Criteria
- Translation work for this locale is tracked in this issue
- Pages are translated in small reviewable PRs
uv run mkdocs build passes for translation PRs
- Translated links resolve correctly
- Translation status reflects the actual landed coverage
Requesting other issue
Track documentation localization for
korean(korea).Why
This locale is already configured as a built docs target, but translated coverage is still partial. This issue tracks all localization work for this language in one place, while allowing the work to land in multiple small PRs.
Target directory
docs/ko/Translation rules
docs/en/) is the source of truthSuggested rollout inside this issue
Phase 1: Core user-guide pages
docs/ko/index.mddocs/ko/user-guide/installation.mddocs/ko/user-guide/quick-start.mddocs/ko/user-guide/creating-projects.mddocs/ko/user-guide/using-templates.mddocs/ko/user-guide/choosing-a-starter.mddocs/ko/reference/translation-status.mdPhase 2: Remaining user-guide and tutorial pages
docs/ko/user-guide/adding-routes.mddocs/ko/user-guide/cli-reference.mddocs/ko/tutorial/Phase 3: Contributing / reference / changelog pages
docs/ko/contributing/docs/ko/reference/docs/ko/changelog.mdNon-Goals
Acceptance Criteria
uv run mkdocs buildpasses for translation PRs