-
-
Notifications
You must be signed in to change notification settings - Fork 7
docs: Auto-translate README and Wiki #159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
docs: Auto-translate README and Wiki #159
Conversation
📝 WalkthroughWalkthroughAdded a collapsible HTML language picker block to the README.md file, featuring right-aligned styling with links to multiple language versions and a central image, without modifying any code logic or public APIs. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@README.md`:
- Line 27: The README contains a broken HTML anchor for the Assamese link where
the tag ends with `</` instead of a proper closing `</a>`; locate the anchor
element that contains
href="https://openaitx.github.io/view.html?user=RickyDane&project=CoDriver&lang=as"
and link text "অসমীয়া" and replace the incomplete closing token with a full
`</a>` closing tag so the anchor is properly terminated.
🧹 Nitpick comments (1)
README.md (1)
1-31: Consider repository-based translation approach as an alternative.The links in this PR point to OpenAiTx, a legitimate third-party auto-translation service that automatically updates every 3–7 days after initial submission. This approach is functional and requires no internal GitHub Actions workflows.
However, consider storing translations directly in the repository as separate markdown files (e.g.,
README.zh-CN.md,README.es.md,README.ja.md) instead. This alternative approach:
- Keeps all content under version control
- Allows contributors to review and improve translations
- Works offline and doesn't depend on external services
- Integrates better with GitHub's built-in features
- Provides better SEO as search engines can index the actual files
| | <a href="https://openaitx.github.io/view.html?user=RickyDane&project=CoDriver&lang=tr">Türkçe</a> | ||
| | <a href="https://openaitx.github.io/view.html?user=RickyDane&project=CoDriver&lang=vi">Tiếng Việt</a> | ||
| | <a href="https://openaitx.github.io/view.html?user=RickyDane&project=CoDriver&lang=id">Bahasa Indonesia</a> | ||
| | <a href="https://openaitx.github.io/view.html?user=RickyDane&project=CoDriver&lang=as">অসমীয়া</ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the broken HTML closing tag.
The Assamese language link has an incomplete closing tag (</ instead of </a>), which will break HTML rendering.
🐛 Proposed fix
- | <a href="https://openaitx.github.io/view.html?user=RickyDane&project=CoDriver&lang=as">অসমীয়া</
+ | <a href="https://openaitx.github.io/view.html?user=RickyDane&project=CoDriver&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=RickyDane&project=CoDriver&lang=as">অসমীয়া</ | |
| | <a href="https://openaitx.github.io/view.html?user=RickyDane&project=CoDriver&lang=as">অসমীয়া</a> |
🤖 Prompt for AI Agents
In `@README.md` at line 27, The README contains a broken HTML anchor for the
Assamese link where the tag ends with `</` instead of a proper closing `</a>`;
locate the anchor element that contains
href="https://openaitx.github.io/view.html?user=RickyDane&project=CoDriver&lang=as"
and link text "অসমীয়া" and replace the incomplete closing token with a full
`</a>` closing tag so the anchor is properly terminated.
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/CoDriver/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