fix: add more lang and lang fix for tray

This commit is contained in:
blagodaren
2024-12-28 10:05:30 +03:00
parent 9c027b10b2
commit a527177b67
11 changed files with 1069 additions and 15 deletions

View File

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