warning
This commit is contained in:
parent
f4ed967378
commit
9bc39d2bd7
|
|
@ -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;
|
||||
Loading…
Reference in New Issue