docs(ko): improve wording in ecosystem, enterprise, formatters, and github docs by Seungjun0906 · Pull Request #14220 · anomalyco/opencode
Issue for this PR
Closes #14219
Type of change
- Bug fix
- New feature
- Refactor / code improvement
- Documentation
What does this PR do?
Korean docs wording improvements for the following pages:
packages/web/src/content/docs/ko/ecosystem.mdxpackages/web/src/content/docs/ko/enterprise.mdxpackages/web/src/content/docs/ko/formatters.mdxpackages/web/src/content/docs/ko/github.mdx
I rewrote awkward literal translations into more natural Korean while preserving technical meaning and document structure.
This PR only updates docs wording/terminology consistency and keeps code blocks, commands, links, and headings intact.
How did you verify your code works?
- Reviewed each diff against the English source docs.
- Checked MDX structure integrity (frontmatter, headings, tables, code blocks, links).
- Confirmed this PR is docs-only and does not change runtime behavior.
Screenshots / recordings
N/A (docs-only change)
Checklist
- I have tested my changes locally
- I have not included unrelated changes in this PR