feat: add french translations (#271)

Co-authored-by: Michael Albert <37796947+awesome-michael@users.noreply.github.com>
This commit is contained in:
Charlie Calendre 2023-01-24 21:41:56 +01:00 committed by GitHub
parent 41656748bb
commit a200a8932b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 701 additions and 7 deletions

View file

@ -331,6 +331,7 @@ const LoginPage = ({ theme }) => {
>
<MenuItem value="de">Deutsch</MenuItem>
<MenuItem value="en">English</MenuItem>
<MenuItem value="fr">Français</MenuItem>
<MenuItem value="zh">简体中文</MenuItem>
</Select>
</div>