-
Notifications
You must be signed in to change notification settings - Fork 369
Update ru translation #2506
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: maintenance-9.x
Are you sure you want to change the base?
Update ru translation #2506
Conversation
Merge maintenance-9.x to master
Branch Targeting SuggestionYou've targeted the
If This is an automated suggestion to help route contributions to the appropriate branch. |
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.
Pull request overview
This PR updates the Russian (ru) translation for the INAV Configurator application and adds Russian to the list of available languages. The changes include translation improvements, cosmetic fixes for consistency, and the addition of Russian locale support across the codebase.
- Adds Russian ('ru') to the available languages list
- Updates Russian translations with improved wording and cosmetic fixes to match English source formatting
- Updates documentation to reflect the new Russian locale support
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| locale/ru/messages.json | Updates and refines Russian translations, removes trailing periods for consistency with English source, reorganizes JavaScript programming related entries, but removes the javascriptOptimizationsApplied translation key |
| js/localization.js | Adds 'ru' to the availableLanguages array in correct alphabetical order |
| CLAUDE.md | Updates directory structure documentation to include 'ru' in the list of supported i18n translations |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "language_de": { | ||
| "message": "Deutsch", | ||
| "_comment": "Don't translate!" | ||
| "_comment": "Don't translate!", |
Copilot
AI
Dec 29, 2025
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.
Both "_comment" and "comment" fields are present for this entry. Looking at the English translation file (locale/en/messages.json), the "language_de" entry only uses "comment" (without underscore), while other language entries use "_comment" (with underscore). This creates an inconsistency. The entry should use only one comment field to match the pattern established in the source language file - preferably "comment" without the underscore to match the English version of this same key.
| "_comment": "Don't translate!", |
Updated ru translation (+ cosmetic fixes)
Added to available langs, added to dir structure (where found
zh_CNl10n key)