fix: add system language sup

This commit is contained in:
blagodaren
2024-12-28 08:12:46 +03:00
parent 48f9dede7b
commit 9c027b10b2
9 changed files with 554 additions and 55 deletions

View File

@@ -4,12 +4,14 @@ import en from "@/locales/en.json";
import ru from "@/locales/ru.json";
import zh from "@/locales/zh.json";
import fa from "@/locales/fa.json";
import tt from "@/locales/tt.json";
const resources = {
en: { translation: en },
ru: { translation: ru },
zh: { translation: zh },
fa: { translation: fa },
tt: { translation: tt },
};
i18n.use(initReactI18next).init({