Skip to content
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

Refactor: Use i18n through a react hook #435

Closed
WhiteMinds opened this issue Sep 19, 2023 · 1 comment · Fixed by Magickbase/ckb-explorer-frontend#116
Closed

Refactor: Use i18n through a react hook #435

WhiteMinds opened this issue Sep 19, 2023 · 1 comment · Fixed by Magickbase/ckb-explorer-frontend#116
Assignees
Labels

Comments

@WhiteMinds
Copy link

Currently, i18n is not being used through a hook, but the page can still change normally after switching languages. This is because some code triggers a full page re-render periodically, which is not expected behavior and may be fixed in the future. Therefore, i18n still needs to be refactored to be based on a hook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants