Skip to content

fix(i18n): update Russian translations#39589

Merged
sfirke merged 8 commits into
apache:masterfrom
bialkou:fix-translation
May 6, 2026
Merged

fix(i18n): update Russian translations#39589
sfirke merged 8 commits into
apache:masterfrom
bialkou:fix-translation

Conversation

@bialkou
Copy link
Copy Markdown
Contributor

@bialkou bialkou commented Apr 23, 2026

SUMMARY

Updates Russian translations in superset/translations/ru/LC_MESSAGES/messages.po, including corrected labels/messages, completed missing strings, and removal of obsolete fuzzy markers.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

Not applicable; translation-only change.

TESTING INSTRUCTIONS

  • msgfmt --check superset/translations/ru/LC_MESSAGES/messages.po -o /tmp/superset-ru-messages.mo
  • uvx pre-commit run --all-files was run before pushing. It failed on unrelated mypy errors in existing test files (tests/unit_tests/mcp_service/chart/validation/test_column_name_normalization.py, tests/unit_tests/mcp_service/chart/test_chart_schemas.py, tests/unit_tests/commands/importers/v1/assets_test.py). The remaining long prettier pass was stopped after that unrelated failure to avoid carrying unrelated auto-format changes.

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@github-actions github-actions Bot added i18n Namespace | Anything related to localization i18n:russian Translation related to Russian language labels Apr 23, 2026
@bialkou bialkou marked this pull request as ready for review April 23, 2026 21:22
@dosubot dosubot Bot added the i18n:general Related to translations label Apr 23, 2026
Copy link
Copy Markdown
Contributor

@bito-code-review bito-code-review Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review Agent Run #85fd15

Actionable Suggestions - 2
Additional Suggestions - 2
  • superset/translations/ru/LC_MESSAGES/messages.po - 2
    • Translation Inconsistency · Line 1596-1596
      The translation of 'dataset' in this error message uses 'источника данных' (data source), but elsewhere in the file 'dataset' is consistently translated as 'датасет'. This inconsistency could confuse users. Update to 'датасета' for consistency.
      Code suggestion
       @@ -1597,1 +1597,1 @@
      - msgstr "Произошла ошибка при перезаписи источника данных"
      + msgstr "Произошла ошибка при перезаписи датасета"
    • Incorrect python-format flag · Line 4354-4354
      The msgid "Default datetime column" does not contain any Python string formatting placeholders (e.g., %s, %d), so the `python-format` flag is incorrect and should be removed. This prevents potential issues with gettext validation tools that check for flag consistency.
Review Details
  • Files reviewed - 1 · Commit Range: 7d90de3..7d90de3
    • superset/translations/ru/LC_MESSAGES/messages.po
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.

Documentation & Help

AI Code Review powered by Bito Logo

Comment thread superset/translations/ru/LC_MESSAGES/messages.po Outdated
Comment thread superset/translations/ru/LC_MESSAGES/messages.po Outdated
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.88%. Comparing base (adfbbf1) to head (21fc577).

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #39589   +/-   ##
=======================================
  Coverage   63.88%   63.88%           
=======================================
  Files        2583     2583           
  Lines      136596   136596           
  Branches    31501    31501           
=======================================
  Hits        87271    87271           
  Misses      47809    47809           
  Partials     1516     1516           
Flag Coverage Δ
hive 39.38% <ø> (ø)
mysql 59.05% <ø> (ø)
postgres 59.13% <ø> (ø)
presto 41.08% <ø> (ø)
python 60.57% <ø> (ø)
sqlite 58.77% <ø> (ø)
unit 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bialkou bialkou requested a review from sfirke as a code owner May 5, 2026 11:25
@sfirke
Copy link
Copy Markdown
Member

sfirke commented May 5, 2026

@bialkou Thanks for this PR! I would be happy to review and approve. Could you please respond to those comments from Bito the AI code review tool?

bialkou and others added 2 commits May 6, 2026 14:56
Co-authored-by: bito-code-review[bot] <188872107+bito-code-review[bot]@users.noreply.github.com>
Co-authored-by: bito-code-review[bot] <188872107+bito-code-review[bot]@users.noreply.github.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented May 6, 2026

Deploy Preview for superset-docs-preview ready!

Name Link
🔨 Latest commit 21fc577
🔍 Latest deploy log https://app.netlify.com/projects/superset-docs-preview/deploys/69fb2f72dff26500087c0194
😎 Deploy Preview https://deploy-preview-39589--superset-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@bialkou
Copy link
Copy Markdown
Contributor Author

bialkou commented May 6, 2026

@sfirke Thanks! I addressed the Bito review comments and pushed the fixes

Copy link
Copy Markdown
Member

@sfirke sfirke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spot-checked with Kagi Translate. Some of the old translations were pretty bad! Looks like a nice improvement.

I see the comment "Не переводить" = "Do not translate" -- I was surprised to see it only in Russian at first but I think it's fine and it's nice that you noted that it was intentionally left blank.

@sfirke sfirke merged commit 4aa4415 into apache:master May 6, 2026
65 checks passed
@bito-code-review
Copy link
Copy Markdown
Contributor

Bito Automatic Review Skipped – PR Already Merged

Bito scheduled an automatic review for this pull request, but the review was skipped because this PR was merged before the review could be run.
No action is needed if you didn't intend to review it. To get a review, you can type /review in a comment and save it

bestlong pushed a commit to bestlong/superset that referenced this pull request May 7, 2026
Co-authored-by: bito-code-review[bot] <188872107+bito-code-review[bot]@users.noreply.github.com>
qfcwell pushed a commit to qfcwell/superset that referenced this pull request May 12, 2026
Co-authored-by: bito-code-review[bot] <188872107+bito-code-review[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

i18n:general Related to translations i18n:russian Translation related to Russian language i18n Namespace | Anything related to localization size/XL

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants