docs: add Korean translation (README.ko.md) and update language switc…#2043
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThis PR adds a comprehensive Korean translation of the OpenHuman README and updates language navigation across all localized README variants. The Korean translation covers project overview, installation, core features, contribution guidelines, architecture explanation, and competitive positioning. All README files are synchronized to include Korean in their language selectors and badge rows. ChangesDocumentation Localization: Korean Translation and Language Navigation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.ja-JP.md`:
- Line 40: Replace the incorrect Korean alt text "라이센스" in the README.ja-JP.md
license badge with the correct Japanese "ライセンス"; locate the <img> tag that
currently has alt="라이センス" and update its alt attribute value to "ライセンス" so the
Japanese README displays the correct language in the badge.
In `@README.ko.md`:
- Around line 36-45: Remove the self-referential Korean language badge entry
that links to "./README.ko.md" (the anchor tag with img alt "한국어") so the Korean
README only lists other translations; locate the badge block containing the <a
href="./README.ko.md"><img ... alt="한국어" /></a> element and delete that single
anchor (keeping all other badges intact).
- Line 92: The image tag (<img src="./gitbooks/.gitbook/assets/image (1).png"
/>) in README.ko.md lacks alt text; update the <img> element to include a
concise, descriptive alt attribute that explains the image content (e.g.,
alt="설명하는 한국어 텍스트") so it improves accessibility and SEO—ensure the alt text is
meaningful and not just file name.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 9cb5ca20-246e-4849-af24-e31411764c10
📒 Files selected for processing (4)
README.ja-JP.mdREADME.ko.mdREADME.mdREADME.zh-CN.md
| <p align="center"> | ||
| <img src="https://img.shields.io/badge/status-early%20beta-orange" alt="얼리 베타" /> | ||
| <a href="https://github.com/tinyhumansai/openhuman/releases/latest"><img src="https://img.shields.io/github/v/release/tinyhumansai/openhuman?label=latest" alt="최신 릴리스" /></a> | ||
| <a href="https://github.com/tinyhumansai/openhuman/stargazers"><img src="https://img.shields.io/github/stars/tinyhumansai/openhuman?style=flat" alt="GitHub Stars" /></a> | ||
| <a href="./LICENSE"><img src="https://img.shields.io/github/license/tinyhumansai/openhuman" alt="라이선스" /></a> | ||
| <a href="./README.md"><img src="https://img.shields.io/badge/lang-English-blue" alt="English" /></a> | ||
| <a href="./README.zh-CN.md"><img src="https://img.shields.io/badge/lang-简体中文-blue" alt="简体中文" /></a> | ||
| <a href="./README.ja-JP.md"><img src="https://img.shields.io/badge/lang-日本語-blue" alt="日本語" /></a> | ||
| <a href="./README.ko.md"><img src="https://img.shields.io/badge/lang-한국어-blue" alt="한국어" /></a> | ||
| </p> |
There was a problem hiding this comment.
Remove the Korean language badge for consistency.
The Korean README includes a badge linking to itself (line 44), which breaks the pattern established by other language variants. Each README should only show badges for other available translations, not its own language.
🔧 Proposed fix
<a href="./LICENSE"><img src="https://img.shields.io/github/license/tinyhumansai/openhuman" alt="라이선스" /></a>
<a href="./README.md"><img src="https://img.shields.io/badge/lang-English-blue" alt="English" /></a>
<a href="./README.zh-CN.md"><img src="https://img.shields.io/badge/lang-简体中文-blue" alt="简体中文" /></a>
<a href="./README.ja-JP.md"><img src="https://img.shields.io/badge/lang-日本語-blue" alt="日本語" /></a>
- <a href="./README.ko.md"><img src="https://img.shields.io/badge/lang-한국어-blue" alt="한국어" /></a>
</p>📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| <p align="center"> | |
| <img src="https://img.shields.io/badge/status-early%20beta-orange" alt="얼리 베타" /> | |
| <a href="https://github.com/tinyhumansai/openhuman/releases/latest"><img src="https://img.shields.io/github/v/release/tinyhumansai/openhuman?label=latest" alt="최신 릴리스" /></a> | |
| <a href="https://github.com/tinyhumansai/openhuman/stargazers"><img src="https://img.shields.io/github/stars/tinyhumansai/openhuman?style=flat" alt="GitHub Stars" /></a> | |
| <a href="./LICENSE"><img src="https://img.shields.io/github/license/tinyhumansai/openhuman" alt="라이선스" /></a> | |
| <a href="./README.md"><img src="https://img.shields.io/badge/lang-English-blue" alt="English" /></a> | |
| <a href="./README.zh-CN.md"><img src="https://img.shields.io/badge/lang-简体中文-blue" alt="简体中文" /></a> | |
| <a href="./README.ja-JP.md"><img src="https://img.shields.io/badge/lang-日本語-blue" alt="日本語" /></a> | |
| <a href="./README.ko.md"><img src="https://img.shields.io/badge/lang-한국어-blue" alt="한국어" /></a> | |
| </p> | |
| <p align="center"> | |
| <img src="https://img.shields.io/badge/status-early%20beta-orange" alt="얼리 베타" /> | |
| <a href="https://github.com/tinyhumansai/openhuman/releases/latest"><img src="https://img.shields.io/github/v/release/tinyhumansai/openhuman?label=latest" alt="최신 릴리스" /></a> | |
| <a href="https://github.com/tinyhumansai/openhuman/stargazers"><img src="https://img.shields.io/github/stars/tinyhumansai/openhuman?style=flat" alt="GitHub Stars" /></a> | |
| <a href="./LICENSE"><img src="https://img.shields.io/github/license/tinyhumansai/openhuman" alt="라이선스" /></a> | |
| <a href="./README.md"><img src="https://img.shields.io/badge/lang-English-blue" alt="English" /></a> | |
| <a href="./README.zh-CN.md"><img src="https://img.shields.io/badge/lang-简体中文-blue" alt="简体中文" /></a> | |
| <a href="./README.ja-JP.md"><img src="https://img.shields.io/badge/lang-日本語-blue" alt="日本語" /></a> | |
| </p> |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.ko.md` around lines 36 - 45, Remove the self-referential Korean
language badge entry that links to "./README.ko.md" (the anchor tag with img alt
"한국어") so the Korean README only lists other translations; locate the badge
block containing the <a href="./README.ko.md"><img ... alt="한국어" /></a> element
and delete that single anchor (keeping all other badges intact).
| OpenHuman은 몇 분 만에 당신을 알게 되는 최초의 에이전트 하네스입니다. [Karpathy의 LLM 지식 베이스](https://x.com/karpathy/status/2039805659525644595)에서 영감을 받았습니다. 대부분의 에이전트는 아무런 정보 없이 시작합니다. Hermes는 당신의 작업을 지켜보며 학습하고, OpenClaw는 플러그인이 컨텍스트를 가져오기를 기다립니다. 어느 쪽이든 에이전트가 당신의 스택에 대해 충분히 알고 정말 유용해지기까지는 며칠 또는 몇 주가 걸립니다. | ||
|
|
||
| <p align="center"> | ||
| <img src="./gitbooks/.gitbook/assets/image (1).png" /> |
There was a problem hiding this comment.
Add descriptive alt text to the image.
The image at line 92 is missing alt text, which impacts accessibility and SEO.
♿ Proposed fix
<p align="center">
- <img src="./gitbooks/.gitbook/assets/image (1).png" />
+ <img src="./gitbooks/.gitbook/assets/image (1).png" alt="OpenHuman 컨텍스트 구축 다이어그램" />
</p>📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| <img src="./gitbooks/.gitbook/assets/image (1).png" /> | |
| <p align="center"> | |
| <img src="./gitbooks/.gitbook/assets/image (1).png" alt="OpenHuman 컨텍스트 구축 다이어그램" /> | |
| </p> |
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)
[warning] 92-92: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.ko.md` at line 92, The image tag (<img
src="./gitbooks/.gitbook/assets/image (1).png" />) in README.ko.md lacks alt
text; update the <img> element to include a concise, descriptive alt attribute
that explains the image content (e.g., alt="설명하는 한국어 텍스트") so it improves
accessibility and SEO—ensure the alt text is meaningful and not just file name.
|
I love the koreans :D |
Summary
Problem
Solution
Submission Checklist
Impact
Related
AI Authored PR Metadata (required for Codex/Linear PRs)
Linear Issue
Commit & Branch
Validation Run
Validation Blocked
Behavior Changes
Parity Contract
Duplicate / Superseded PR Handling
Summary by CodeRabbit