Add Korean translations for remaining sections#146
Conversation
Add Korean translations for provisioning, api-references, and community sections to complete full Korean documentation coverage. New translations: - provisioning/kubernetes.mdx - api-references/index.mdx, metadata.mdx, mutation.mdx, query.mdx - community/contributing.mdx, development.mdx, governance.mdx, releases.mdx, roadmap.mdx
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The documentation and translation guide wasn't fully ready—our oversight. Since the content here is important, I'll handle the CI-related changes myself. We'll update the contribution guide later to cover this. Thanks! @erishforG |
The Korean roadmap page heading "탐색 중" generates anchor #탐색-중, not #exploring. Updated the link to match the localized anchor. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
We need an i18n review process. i18n Ally looks promising, but our current structure (root for en, /ko for Korean) may not work well with it. For now, a simple script works: # review.sh
#!/bin/bash
code -r "src/content/docs/$1" "src/content/docs/ko/$1"Usage: Moving to /en and /ko structure is worth discussing separately. Will add to the contribution guide. Our review process isn't fully set up yet, so this may take a bit longer. Working on it—thanks for your patience! |
|
LGTM 👍 Thank you for the first translation contribution! This prompted us to establish translation contribution guidelines. (See: #152) This contribution will serve as a reference for glossary building, Kanana-based auto-translation validation (#126), and process improvement. We welcome continued translation contributions. |
Summary
ko) documentation coverage across all sectionsNew translations (10 files)
ko/provisioning/kubernetes.mdxko/api-references/index.mdx,metadata.mdx,mutation.mdx,query.mdxko/community/contributing.mdx,development.mdx,governance.mdx,releases.mdx,roadmap.mdxTranslation quality
<Aside>,<Badge>,<LinkCard>) preserved exactlyTest plan