You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the website supports only a single language, which limits its accessibility and usability for non-English speaking users.
Describe the solution you'd like
I would like to implement multi-language support on the client side. Key features of the solution include:
A language selector (dropdown or toggle) for users to choose their preferred language.
Localization of all user-facing text using a library like i18next.
Language persistence using local storage or cookies to save the user’s preference.
A fallback language (English) in case a translation is unavailable.
Please share your thoughts or suggestions for additional features that can improve this implementation.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the website supports only a single language, which limits its accessibility and usability for non-English speaking users.
Describe the solution you'd like
I would like to implement multi-language support on the client side. Key features of the solution include:
i18next
.Please share your thoughts or suggestions for additional features that can improve this implementation.
The text was updated successfully, but these errors were encountered: