docs: localize README context diagram alt text#2311
Conversation
📝 WalkthroughWalkthroughThis PR updates the alt text for a diagram image in locale-specific README files, changing the English caption "OpenHuman context diagram" to Japanese ("OpenHuman コンテキスト構築図") in README.ja-JP.md and Korean ("OpenHuman 컨텍스트 구축 다이어그램") in README.ko.md. ChangesREADME Localization
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related issues
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 |
|
huge thanks @sjh9714 for landing this 🙌 localizing the context diagram alt text in the japanese and korean readmes is exactly the kind of polish that makes the docs feel native to every reader. since this is your first merged pr here, we'd love to have you in our builder discord at https://discord.tinyhumans.ai/ for some exclusive community access ✨ |
Summary
Problem
#2162 requested localized equivalents for README context-diagram alt text. The original missing
bashfences and basic imagealtattributes are already present onmain, but the Japanese and Korean READMEs still used the EnglishOpenHuman context diagramalt text.Solution
altstrings inREADME.ja-JP.mdandREADME.ko.mdwith localized text.Submission Checklist
Impact
Docs/accessibility metadata only. No runtime, platform, performance, security, migration, or compatibility impact.
Related
AI Authored PR Metadata (required for Codex/Linear PRs)
Linear Issue
Commit & Branch
Validation Run
pnpm --filter openhuman-app format:checkblocked at Rust formatting step; see Validation Blocked.pnpm typecheck— docs-only README change.PATH="/Users/sungjh/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH" pnpm --filter openhuman-app exec prettier --check .git diff --checkValidation Blocked
command:pnpm format:checkerror:app Prettier reportedAll matched files use Prettier code style!, thenpnpm rust:format:checkfailed withsh: cargo: command not foundbecause this local environment does not have Rust/Cargo on PATH.impact:Rust/Tauri formatting was not run locally; this PR changes only README markdown image alt text.Behavior Changes
Parity Contract
Duplicate / Superseded PR Handling