-
Notifications
You must be signed in to change notification settings - Fork 820
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
docs: 2659 - Did translation to other languages #2660
Conversation
Reviewer's Guide by SourceryThis pull request adds translations for new strings in the application to Arabic, Polish, Russian, and Sinhala. The translated strings include navigation items, color names, sensor-related terms, and plot descriptions. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @ChehakTrehan - I've reviewed your changes - here's some feedback:
Overall Comments:
- It looks like you've added translations for new strings, but also duplicated
nav_documentation
in the Arabic translation; please remove the duplicate. - Consider using a translation service or professional translator to ensure accuracy and natural-sounding translations.
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
<string name="control_item_1">مراقبة</string> | ||
<string name="control_item_2">اقرأ</string> | ||
<string name="control_item_3">المتقدمة</string> | ||
<string name="nav_documentation">توثيق</string> |
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.
issue (bug_risk): Duplicated key 'nav_documentation' in Arabic resources
The Arabic resource file adds 'nav_documentation' twice with different translations, which may lead to unpredictable behavior at runtime. Consider consolidating these entries into a single entry with the intended translation.
Build successful. APKs to test: https://github.com/fossasia/pslab-android/actions/runs/14294942478/artifacts/2890502898 |
Hii @marcnause please review this PR |
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.
Thank you for this contribution!
Did translation for the strings
Summary by Sourcery
Add translations for multiple languages, including new strings for navigation, color, sensor, and plot-related terms
New Features:
Enhancements:
Documentation: