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
{{ message }}
This repository was archived by the owner on Feb 17, 2019. It is now read-only.
The fisher should be able to choose between norwegian and english language + other languages
Expected Behavior
There is some kind of a menu with options to select from, where the user can select a language that propagates through the entire user interface, resulting in a different language displayed.
Things to consider:
Try to get the user's preferred language as default ( navigator.language object in the browser), and use Norwegian 🇳🇴 as a fallback.
The application should remember the choice, even if it is different than the default system language, or the application has been closed.
Add initial tests
Define a workflow to write tests effectively
Areas affected
frontend
backend
Priority
The task got a low priority, but since its type (requires modifications to the core architecture) it has been moved up in the priority queue.