-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Bug Report: Language Switch Does Not Fully Apply Until Refresh #1221
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
Comments
"Hi, I'd love to contribute to this issue! Could you please confirm if it's still unassigned? If so, I’d be happy to work on it and submit a fix. Looking forward to your response!" @Rk-2005 |
Yes this issue is currently unassigned. |
I'd like to work on it. Please let me know if I can proceed. Looking forward to contributing!" |
Yes you can proceed |
Has it been fixed? |
No |
Hii! can I work on this issue if it is not assigned yet? |
Yes you can work |
Description
When switching the language from English to Chinese and then back to English, some UI elements still display Chinese characters. The language changes completely only after a manual refresh.
Steps to Reproduce
Set the language to Chinese from English.
Switch back to English.
Observe that some parts of the UI still display Chinese characters.
Refresh the page, and then the language fully updates.
Expected Behavior
The entire UI should switch to the selected language immediately without requiring a refresh.
Actual Behavior
Some UI elements retain the previous language until the page is manually refreshed.
Possible Causes
The translation function might not be updating all UI elements dynamically.
Some elements might be cached and require a full reload to reflect the language change.
Suggested Fix
Ensure all UI elements update dynamically when the language is switched.
Force a re-render of the affected components upon language change.
The text was updated successfully, but these errors were encountered: