Open
Conversation
- Add Korean (🇰🇷) language option to language selector in README.md - Add Korean language option to README-ja.md language selector - Add Korean language option to README-zh.md language selector - Improves discoverability of Korean documentation for all users
- Update user guide links to point to docs/user-guide-kr/ instead of docs/user-guide/ - Fix links for: commands.md, agents.md, modes.md, flags.md, mcp-servers.md, session-management.md - Ensures Korean readers are directed to Korean documentation - Aligns with existing Chinese (user-guide-zh) and Japanese (user-guide-jp) README patterns Closes issue where Korean guide section pointed to English documentation
- Remove non-existent link to docs/reference/quick-start-practices.md - Align Korean README with English original (no Best Practices link) - Keep only existing reference docs: examples-cookbook.md, troubleshooting.md - Fixes broken link that would result in 404 error
- Add blank line after '<td valign="top">' tag in Reference section - Fixes markdown rendering issue for list items in table cells - Aligns formatting with other sections for consistency
bf6215d to
a0a4528
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.
Pull Request
Overview
This PR fixes multiple documentation issues in the Korean README files, improving navigation and consistency for Korean-speaking users.
Changes
docs/user-guide-kr/) instead of English (docs/user-guide/)docs/reference/quick-start-practices.md<td valign="top">tag in Reference section for proper renderingRelated Issue
Closes: N/A (Self-identified documentation improvements)
Checklist
Git Workflow
docs/fix-korean-readme-links)docs:,fix:)Code Quality
Security
.gitignoreDocumentation
Testing Method
Link Verification:
Markdown Rendering:
Screenshots
N/A - Documentation changes only (text/links)
Notes
Problem Context:
The "SuperClaude 완전 한국어 가이드" (Complete Korean Guide) section in README-kr.md was pointing to English documentation, causing Korean users to be redirected to English docs instead of Korean translations.
Alignment with Other Languages:
This fix aligns the Korean README with the existing patterns used in:
Commit Summary:
Contribution Priority:
Per CONTRIBUTING.md line 354, internationalization is marked as "Low" priority, but improves user experience for Korean-speaking community.