Merge branch 'next' into add-pt-locale
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user