chore(translation): add missing Russian translation, add plural forms#22415
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #22415 +/- ##
==========================================
- Coverage 67.11% 66.98% -0.13%
==========================================
Files 1869 1876 +7
Lines 71612 71812 +200
Branches 7822 7863 +41
==========================================
+ Hits 48059 48103 +44
- Misses 21526 21683 +157
+ Partials 2027 2026 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
rusackas
approved these changes
Jan 19, 2023
9 tasks
qfcwell
pushed a commit
to qfcwell/superset
that referenced
this pull request
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SUMMARY
This PR intends to improve russian translation.
The binary .mo file now can be successfully compiled as all errors were resolved, hence backend part is localized, too.
Plural Forms added as they were incorrect before.
Untranslated messages with
msgstr ""dropped from 949 to 306.BEFORE SCREENSHOT
AFTER SCREENSHOT
This is just one of the examples. A lot more translations are added/fixed.

ADDITIONAL INFORMATION