openfun / jitsi-magnify

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

French Language home page #197

Closed ncasnap closed 1 year ago

ncasnap commented 1 year ago

Bug Report

Problematic behavior When a user go to home page for the 1st time. The page is in english even if the language is configured in French in the configuration. image

As soon as I login, the interface is changed in French as configured in our settings.py. And then when I logout the home page is now in French.

The issue remains when it is the first time we access magnify.

Expected behavior/code We expect to get the home page in the language configured in settings.py even before login for the first time.

Steps to Reproduce

  1. Configure magnify for French by default
  2. Use private navigation
  3. access magnify home page=> It should appear in english
  4. Login => It should appear in french
  5. logout to home page => The home page is now in french

Environment

I stay available if you need more information. Regards Nathan

PanchoutNathan commented 1 year ago

We are already fixing this problem in another ongoing PR. Thx for the help :)

ncasnap commented 1 year ago

Thank you for the feedback !

ncasnap commented 1 year ago

Can you give the PR number, that way we can follow the resolution of this issue please ?