openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

Home Page language detection #235

Closed ncasnap closed 12 months ago

ncasnap commented 1 year ago

Bug Report

Problematic behavior When we first access the home page, the default language is English. Even if we set it to French in settings.py It wait that we login once to detect french parameter and then show the home page in french.

Expected behavior/code When we first access magnify, it detects the language without login

Steps to Reproduce

  1. Open a private navigation window
  2. Go to the home page => it is in english
  3. Login and logout
  4. Home page is in french

I stay available if needed. Regards Nathan