diff --git a/frontend/web/src/i18n.ts b/frontend/web/src/i18n.ts index 919bf7d..9f20b51 100644 --- a/frontend/web/src/i18n.ts +++ b/frontend/web/src/i18n.ts @@ -2,11 +2,11 @@ import i18n from "i18next"; import { initReactI18next } from "react-i18next"; import en from "../../locales/en.json"; import fr from "../../locales/fr.json"; +import hu from "../../locales/hu.json"; import ja from "../../locales/ja.json"; import ru from "../../locales/ru.json"; import tr from "../../locales/tr.json"; import zh from "../../locales/zh.json"; -import hu from "../../locales/hu.json"; i18n.use(initReactI18next).init({ resources: {