everything
This commit is contained in:
@@ -5,7 +5,7 @@ import LanguageDetector from "i18next-browser-languagedetector";
|
||||
|
||||
// import lanaguage files
|
||||
import uzWords from "../public/locales/uz/common.json";
|
||||
import enWords from "../public/locales/ru/common.json";
|
||||
import ruWords from "../public/locales/ru/common.json";
|
||||
|
||||
i18n
|
||||
.use(Backend)
|
||||
@@ -14,11 +14,11 @@ i18n
|
||||
.init({
|
||||
resources: {
|
||||
uz: { translation: uzWords },
|
||||
en: { translation: enWords },
|
||||
ru: { translation: ruWords },
|
||||
},
|
||||
lng: "uz",
|
||||
fallbackLng: "uz",
|
||||
debug: true,
|
||||
});
|
||||
|
||||
export default i18n;
|
||||
export default i18n;
|
||||
Reference in New Issue
Block a user