openfun / jitsi-magnify

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

✨(frontend) add LANGUAGE_CODE inside front config #169

Closed PanchoutNathan closed 1 year ago

PanchoutNathan commented 1 year ago

Purpose

Today the default language is hard-coded into the code. However, the back offers the LANGUAGE_CODE variable which is configurable. We therefore add this possibility

Proposal