feat : Add French Language

This commit is contained in:
Roland Edi
2024-05-30 02:09:18 +00:00
parent 3868048923
commit e8bbc5dca4
11 changed files with 16917 additions and 1455 deletions

View File

@@ -1,6 +1,7 @@
import i18n from "i18next";
import { initReactI18next } from "react-i18next";
import { en } from "./lang/en";
import { fr } from "./lang/fr";
import { ru } from "./lang/ru";
import { ml } from "./lang/ml";
import { zh } from "./lang/zh";
@@ -13,6 +14,7 @@ i18n
.init({
resources: {
en: en,
fr: fr,
ml: ml,
"zh-CN": zh,
ru: ru,