Add french language support (#929)

## Launch Checklist

Add french language support

## issues

in the left side menu the translated text takes up space, resulting in a
degraded UI


![maputnik-fr-1](https://github.com/user-attachments/assets/ef7c2048-cc4e-44d6-b386-5877983a5a81)
This commit is contained in:
Hugues Tavernier
2024-09-01 08:58:15 +02:00
committed by GitHub
parent bab95cd6b1
commit 32fa02d289
4 changed files with 197 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import resourcesToBackend from "i18next-resources-to-backend";
import { initReactI18next } from "react-i18next";
export const supportedLanguages = {
"fr": "Français",
"en": "English",
"ja": "日本語",
"he": "עברית",