-
-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Is your feature request related to a problem? Please describe.
Currently, the UI is only available in French, which can be frustrating for users who do not speak French. As a non-French speaker, it is difficult to use the application without understanding the interface.
Describe the solution you'd like
Implement automatic navigator language detection and add support for translating all UI strings. The app should switch to the user's preferred language based on their browser settings, with options for at least English and French.
Describe alternatives you've considered
Manual language selection via a dropdown menu, or a settings page where users can select their preferred language if automatic detection is not feasible.
Additional context
Internationalization (i18n) will improve usability and reach. Full translation and proper language detection are common practices in modern web apps.