You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds Russian (ru) locale support by registering it in SUPPORTED_LOCALES, importing all Russian JSON namespace bundles into I18nContext.tsx's messages map, adding "Русский" to the language label maps in MorePopover.tsx and SettingsPanel.tsx, fixing the addFont dialog strings in dialogs.json, and inserting a cursorClickEffects translation block in settings.json.
Changes
Russian locale integration
Layer / File(s)
Summary
Locale registration and UI label wiring src/i18n/config.ts, src/contexts/I18nContext.tsx, src/components/launch/popovers/MorePopover.tsx, src/components/video-editor/SettingsPanel.tsx
Adds ru to SUPPORTED_LOCALES, imports and registers all Russian namespace bundles in the messages map, and adds "Русский" to the language label maps in both UI dropdowns.
Corrects the addFont dialog title and heading to "Добавить шрифт из Google Fonts", and inserts a new cursorClickEffects block under effects with mode labels (none, ripple, spotlight, echo) and property labels (color, size, opacity, duration).
Estimated code review effort
🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
webadderallorg/Recordly#175: Also extends I18nContext.tsx to import and register new locale namespace bundles in the messages mapping.
webadderallorg/Recordly#446: Directly touches the same Russian i18n resource files (ru/dialogs.json and ru/settings.json).
webadderallorg/Recordly#488: Makes the same pattern of changes—adding a new locale entry to MorePopover.tsx, SettingsPanel.tsx, and I18nContext.tsx.
Poem
🐇 A new tongue hops in from the East,
"Русский" now joins the feast!
The dropdown glows, the labels cheer, cursorClickEffects appear.
With JSON keys all tucked in tight,
The bunny coded through the night! 🌙
The PR title directly and concisely describes the main change: enabling Russian localization support across the application.
Docstring Coverage
✅ Passed
No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check
✅ Passed
Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check
✅ Passed
Check skipped because no linked issues were found for this pull request.
Description check
✅ Passed
The PR description comprehensively covers the changes with clear sections for Summary, Verification, and Notes, aligning well with the template's requirements.
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
✨ Finishing Touches🧪 Generate unit tests (beta)
Create PR with unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
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
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
ru) in the app language listcursorClickEffectstranslationsVerification
Notes
npm run i18n:checkstill reports failures from unrelated missingsettingskeys in other localesSummary by CodeRabbit