Merge branch 'next' into add-pt-locale

This commit is contained in:
Muhammed Nazeem
2024-06-01 14:17:10 +05:30
committed by GitHub
30 changed files with 1418 additions and 7539 deletions

View File

@@ -2,10 +2,12 @@ import i18n from "i18next";
import { initReactI18next } from "react-i18next";
import { en } from "./lang/en";
import { pt } from "./lang/pt";
import { fr } from "./lang/fr";
import { ru } from "./lang/ru";
import { ml } from "./lang/ml";
import { zh } from "./lang/zh";
import { ja } from "./lang/ja";
import { it } from "./lang/it";
import LanguageDetector from 'i18next-browser-languagedetector';
i18n
@@ -14,6 +16,8 @@ i18n
.init({
resources: {
en: en,
fr: fr,
"it": it,
ml: ml,
"pt-BR": pt,
"zh-CN": zh,