add russian language to wallet-serivce,openLogin and web3auth locales - #217
Open
redhatt06 wants to merge 9 commits into
Open
add russian language to wallet-serivce,openLogin and web3auth locales#217redhatt06 wants to merge 9 commits into
redhatt06 wants to merge 9 commits into
Conversation
This reverts commit 396dd25.
Fix russian localisiation
Member
|
Hey @redhatt06 Thank you for the contribution. Can you help me sort the list from you end?
Also, please go through the Contributing guildeline |
ababove20-jpg
approved these changes
Aug 11, 2026
ababove20-jpg
approved these changes
Aug 11, 2026
Resolve conflicts and place "russian" keys in alphabetical order (between "portuguese" and "spanish") as requested in review.
Translate the 87 keys added on main after this branch was created and update 6 existing Russian strings whose English source text changed.
Author
|
Hi, @shahbaz17 @ababove20-jpg . Sorry for the long delay. I updated the code with the fixes. Could you please review it once more. Thank you! |
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.
Motivation and Context
Web3auth currently doesn't support Russian language. So we have add russian localization so we can use it in our project also other developers and companies can use it to reach to a wider customer/user range.
Description
Added russian texts into all the files inside the following folders:
Types of changes
Checklist:
Note
Low Risk
Content-only JSON localization with no runtime or security logic changes; main risk is translation quality or missing keys in some bundles.
Overview
Adds Russian (
russian) translation entries across OpenLogin locale bundles so users can select Russian like other supported languages.In the diff shown,
locales-authenticator.jsongains Russian copy for the authenticator-app setup flow (QR scan, OTP errors, recovery messaging, and navigation).locales-common.jsonadds Russian for shared UI: recovery factors, passwords, validation errors, toasts, and related login/recovery labels. Each string follows the existing per-locale key pattern with no application logic changes.The broader PR (per description) also extends the same approach to Wallet-service-locale and Web3Auth-locale files.
Reviewed by Cursor Bugbot for commit 95c4731. Bugbot is set up for automated code reviews on this repo. Configure here.