chore: tweak linter warning

This commit is contained in:
Steven 2024-07-29 08:45:26 +08:00
parent 8f8cd81c14
commit 61d01a53eb

View File

@ -2,11 +2,11 @@ import i18n from "i18next";
import { initReactI18next } from "react-i18next"; import { initReactI18next } from "react-i18next";
import en from "../../locales/en.json"; import en from "../../locales/en.json";
import fr from "../../locales/fr.json"; import fr from "../../locales/fr.json";
import hu from "../../locales/hu.json";
import ja from "../../locales/ja.json"; import ja from "../../locales/ja.json";
import ru from "../../locales/ru.json"; import ru from "../../locales/ru.json";
import tr from "../../locales/tr.json"; import tr from "../../locales/tr.json";
import zh from "../../locales/zh.json"; import zh from "../../locales/zh.json";
import hu from "../../locales/hu.json";
i18n.use(initReactI18next).init({ i18n.use(initReactI18next).init({
resources: { resources: {