-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat: wallet-ui translation #495
Conversation
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.
the solution create some memory leak,
and UI is different with SNAP, we should not use the same way that we did for SNAP
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.
Good work to use Redux
but just feel the naming is a bit weird
setLanguage
setLocale
may be it should rename to
setLanguage -> setLocale
setLocale -> setTranslation
WDYT?
and also left some comments below
packages/wallet-ui/src/components/ui/organism/Header/SendSummaryModal/SendSummaryModal.view.tsx
Outdated
Show resolved
Hide resolved
|
|
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.
some nit comment, but i give a pass first
packages/wallet-ui/src/components/ui/organism/DeployModal/DeployModal.view.tsx
Show resolved
Hide resolved
packages/wallet-ui/src/components/ui/organism/Header/SendModal/SendModal.view.tsx
Show resolved
Hide resolved
packages/wallet-ui/src/components/ui/organism/UpgradeModel/UpgradeModel.view.tsx
Show resolved
Hide resolved
solving comments in a fix pr |
Adds translation to the wallet-ui for French and English.
note: the rpc methods needs to be restricted to the only information required.
BEGIN_COMMIT_OVERRIDE
feat: Enable multiple languages (FR) to support in SNAP and Wallet UI (#495, #481)
END_COMMIT_OVERRIDE