This commit is contained in:
VividTruthKeeper 2023-02-25 01:45:42 +05:00
parent f4ed967378
commit 9bc39d2bd7
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
// import i18n from "i18next";
// import { initReactI18next } from "react-i18next";
// import en from "./localization/en/translation.json";
// import ru from "./localization/ru/translation.json";
// import tm from "./localization/en/translation.json";
// import { Api } from "./api/Api";
// const language = new Api("").language;
// const resources = {
// EN: en,
// RU: ru,
// TM: tm,
// };
// i18n.use(initReactI18next).init({
// resources,
// lng: language,
// interpolation: {
// escapeValue: false,
// },
// });
// export default i18n;