docs: add Japanese README#2005
Conversation
📝 WalkthroughWalkthroughThis PR adds Japanese language support to the OpenHuman project by introducing a new Japanese README ( ChangesJapanese Localization
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
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: 2
🤖 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`:
- Around line 88-90: The centered <img> element in README.ja-JP.md is missing an
alt attribute (triggering markdownlint MD045); update the <img> tag to include a
short, descriptive alt text in Japanese that describes the image (e.g., for a
project diagram use something like "プロジェクトの図"), ensuring the alt attribute is
present and meaningful for accessibility and linting.
- Around line 48-56: The fenced code block in README.ja-JP.md is missing a
language tag which triggers markdownlint MD040; update the opening
triple-backtick for the shell snippet to include a language tag (e.g., "bash")
so the block becomes ```bash, leaving the contents unchanged; this targets the
code block shown that starts with "# DMG や EXE..." and the two command lines
using curl and irm.
🪄 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: b64784e7-ee6e-47a1-b067-402fef57b973
📒 Files selected for processing (3)
README.ja-JP.mdREADME.mdREADME.zh-CN.md
| ``` | ||
| # DMG や EXE は https://tinyhumans.ai/openhuman からダウンロードするか、ターミナルから実行してください | ||
|
|
||
| # macOS または Linux x64 の場合 | ||
| curl -fsSL https://raw.githubusercontent.com/tinyhumansai/openhuman/main/scripts/install.sh | bash | ||
|
|
||
| # Windows の場合 | ||
| irm https://raw.githubusercontent.com/tinyhumansai/openhuman/main/scripts/install.ps1 | iex | ||
| ``` |
There was a problem hiding this comment.
Add a language tag to the fenced code block.
This trips markdownlint MD040 and is easy to fix.
Suggested fix
-```
+```bash
# DMG や EXE は https://tinyhumans.ai/openhuman からダウンロードするか、ターミナルから実行してください
# macOS または Linux x64 の場合
curl -fsSL https://raw.githubusercontent.com/tinyhumansai/openhuman/main/scripts/install.sh | bash
# Windows の場合
irm https://raw.githubusercontent.com/tinyhumansai/openhuman/main/scripts/install.ps1 | iex</details>
<!-- suggestion_start -->
<details>
<summary>📝 Committable suggestion</summary>
> ‼️ **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.
```suggestion
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)
[warning] 48-48: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
🤖 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.ja-JP.md` around lines 48 - 56, The fenced code block in
README.ja-JP.md is missing a language tag which triggers markdownlint MD040;
update the opening triple-backtick for the shell snippet to include a language
tag (e.g., "bash") so the block becomes ```bash, leaving the contents unchanged;
this targets the code block shown that starts with "# DMG や EXE..." and the two
command lines using curl and irm.
| <p align="center"> | ||
| <img src="./gitbooks/.gitbook/assets/image (1).png" /> | ||
| </p> |
There was a problem hiding this comment.
Add alt text to the centered image.
The <img> element is missing alt, which hurts accessibility and triggers markdownlint MD045.
Suggested fix
- <img src="./gitbooks/.gitbook/assets/image (1).png" />
+ <img src="./gitbooks/.gitbook/assets/image (1).png" alt="OpenHumanのコンテキスト構築フロー図" />📝 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="./gitbooks/.gitbook/assets/image (1).png" /> | |
| </p> | |
| <p align="center"> | |
| <img src="./gitbooks/.gitbook/assets/image (1).png" alt="OpenHumanのコンテキスト構築フロー図" /> | |
| </p> |
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)
[warning] 89-89: 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.ja-JP.md` around lines 88 - 90, The centered <img> element in
README.ja-JP.md is missing an alt attribute (triggering markdownlint MD045);
update the <img> tag to include a short, descriptive alt text in Japanese that
describes the image (e.g., for a project diagram use something like "プロジェクトの図"),
ensuring the alt attribute is present and meaningful for accessibility and
linting.
Summary
Problem
Solution
Submission Checklist
diff-cover) meet the gate enforced by.github/workflows/coverage.yml. Runpnpm test:coverageandpnpm test:rustlocally; PRs below 80% on changed lines will not merge.docs/TEST-COVERAGE-MATRIX.mdreflect this change (orN/A: behaviour-only change)## Relateddocs/RELEASE-MANUAL-SMOKE.md)Closes #NNNin the## RelatedsectionImpact
Related
AI Authored PR Metadata (required for Codex/Linear PRs)
Linear Issue
Commit & Branch
Validation Run
pnpm --filter openhuman-app format:checkpnpm typecheckValidation Blocked
command:error:impact:Behavior Changes
Parity Contract
Duplicate / Superseded PR Handling
Summary by CodeRabbit