docs: 11.5 릴리스 메타데이터 다국어 정리#1008
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Update Korean release metadata and keep the English and Japanese translations structurally aligned so 11.5.6 enterprise readiness and release-note links reflect the intended scope across locales. Constraint: Preserve semantic Korean documentation changes while dropping whitespace-only EOF noise that fails diff checks Rejected: Reproduce the Korean bracket-spacing typo in translations | preserving natural English and Japanese spacing improves translation quality without changing structure Confidence: high Scope-risk: narrow Directive: Do not merge this PR without human review Tested: npm run lint Tested: node @mdx-js/mdx compile for 24 ko/en/ja target MDX files Tested: ko/en/ja skeleton validation for 8 MDX files and release-notes _meta keys Tested: git diff --check origin/main...HEAD Not-tested: tests/mdx-build/test-mdx-build.sh; harness failed while copying into missing test directories and then missed ./src/content/release-notes/_redirects Co-Authored-By: Atlas <atlas@jk.agent>
6e9f9f0 to
6eff4b8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
한국어 문서의 11.5 릴리스 노트 링크와 제품 버전 메타데이터 변경을 영어/일본어 문서에도 반영해 locale 간 표시 범위를 맞춥니다.
What
git diff --check품질 검증을 위해 제외했습니다.Impact
Verification
git log --oneline origin/main..HEAD확인git diff --name-status origin/main...HEAD확인git diff --check origin/main...HEAD통과npm run lint통과_meta.ts키 일치 확인@mdx-js/mdx직접 컴파일: 대상 ko/en/ja 24개 MDX 통과Not Tested
tests/mdx-build/test-mdx-build.sh: 테스트 harness가 누락 디렉터리로 복사 실패 후./src/content/release-notes/_redirects모듈을 찾지 못해 실패했습니다. 대상 MDX 문법 검증은 직접 컴파일로 보완했습니다.