If an author (or supervisor) creates a thread (or reply) and then deletes it right away, then the supervisor (or author) still gets a red flag notification that the forum is updated. Can be do…
- https://www.su.se defaults to Swedish no matter what even if sending "Accept-Language: en-US".
- https://scipro.dsv.su.se is only available in English.
- https://daisy.dsv.su.se defaults to…
I put the i18n initialization stuff in main.tsx because we need to have it in place before we have a profile and display the splash screen, I thought it felt like a natural flow of things,…
Do we need this since the generated .ts
files have /*eslint-disable*/
at the start?
Need instructions in the readme what these commands do and what the expected workflow is when adding/translating new content.
Should maybe iterate over navigator.languages
instead to find the most preferred locale? If a user sends "Accept-Language: de-DE, en-US, sv-SE" they will get Swedish instead of English since German isn't available.