systemli / userli

Web application to (self-) manage email users and encrypt their mailboxes.
https://systemli.github.io/userli/
GNU Affero General Public License v3.0
64 stars 13 forks source link

feat(l10n): Remove URL-based localized routes, store locale in session #587

Closed doobry-systemli closed 5 months ago

doobry-systemli commented 5 months ago

If no locale is set yet, use the browser locale (if supported, fallback to default 'en').

If locale is already set in session, use that one.

If locale is given in query string (parameter _locale), use that locale (if supported, fallback to default 'en').

sonarcloud[bot] commented 5 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
25.9% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud