-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: swapped accounts with wallet #2876
fix: swapped accounts with wallet #2876
Conversation
@Harshit-Prasad u need to change the translations for other languages too not only for english |
@Rithvik-padma I don't think this is right - we cannot know what the correct translation is for all languages. There is a script created by @reneaaron in |
@@ -0,0 +1 @@ | |||
nodeLinker: node-modules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this file? Otherwise please remove it...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Harshit-Prasad You just need to update the English translation keys and run the script @rolznz mentioned, which will remove the keys from the translated files.
This will remove existing translations and allows translators to add the new translations (since they are very different from what we have now, e.g. "Add account" vs "Add wallet").
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please undo those changes.
@reneaaron p.s.- I even tried modifying the script, trying different arguments nothing seems to work |
That's strange. I just executed the commands in your branch locally and they seemed to work. 🤔 Maybe you could try to debug the script by adding console.log statements here: Otherwise just skip it and I'll have another look before we merge it. |
Thank you, @reneaaron , I ran the script using WSL, and it worked.🚀🚀 |
This PR swaps the word account with wallet. Mainly in user-menu, accounts-menu and in connect-a-wallet page.
fixes: #2872
Type of Change
fix
: Bug fix (non-breaking change which fixes an issue)Screenshots of the changes
How has this been tested?
Changes are reflected in the extension without breaking anything.