docs: Auto-translate README and Wiki#30
Conversation
📝 WalkthroughWalkthroughREADME.md adds a right-aligned collapsible language selector with links to external localized documentation views for multiple languages. ChangesREADME language selector
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 Warning |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 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.md`:
- Line 27: Complete the Assamese language anchor in the README by replacing the
truncated closing tag after its link with a valid </a> closing tag, leaving the
URL and link text unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| | <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=tr">Türkçe</a> | ||
| | <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=vi">Tiếng Việt</a> | ||
| | <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=id">Bahasa Indonesia</a> | ||
| | <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=as">অসমীয়া</ |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Close the final language anchor.
The Assamese link ends with </ instead of </a>, so that option may not render or remain clickable.
Proposed fix
- | <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=as">অসমীয়া</
+ | <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=as">অসমীয়া</a>📝 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.
| | <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=as">অসমীয়া</ | |
| | <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=as">অসমীয়া</a> |
🤖 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.md` at line 27, Complete the Assamese language anchor in the README by
replacing the truncated closing tag after its link with a valid </a> closing
tag, leaving the URL and link text unchanged.
Added language badges to the README for easier access to translated versions: German, Spanish, French, Japanese, Korean, Portuguese, and Russian 20 languages.
System will auto-update translation for README and Wiki when this repository updated, and support multiple languages google/bing SEO search, and it's open source project, we can change web or local file mode.
The updated links can be previewed in my forked repository: https://github.com/openaitx-system/parakeet.cpp/tree/Auto_translate_README_and_Wiki
Demo links :
..
If this doesn't align with your expectations, feel free to close this PR. Thanks for your time! 🙌
Summary by CodeRabbit