mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-20 14:01:24 +00:00
chore: tweak linter warning
This commit is contained in:
parent
8f8cd81c14
commit
61d01a53eb
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user