RI-8278 i18n: migrate command markdown texts - #6403
Merged
valkirilov merged 1 commit intoAug 14, 2026
Merged
Conversation
Resolves the last hardcoded English in utils/commands.ts, used to build the Monaco hover markdown for Redis and SQLite/JMESPath completions. References: RI-8278
2 tasks
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 1883983. Configure here.
Contributor
Code Coverage - Frontend unit tests
Test suite run success8032 tests passing in 871 suites. Report generated by 🧪jest coverage report action from 1883983 |
VaskoAtanasovRedis
approved these changes
Aug 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
Second of 3 PRs for RI-8278. Stacked on #6402 — only the last commit is new here.
The English text itself hasn't changed, just how it's delivered.
One thing left as-is: the SQL and JMESPath completion hints in RDI resolve their language once, when they're fetched/built, and don't update if you switch languages afterwards — same limitation either way. Everything else updates live. Not fixed here — small enough to be its own follow-up.
Stack
fe/feature/RI-8278/i18n-keyboard-shortcuts(next)Test plan