diff --git a/src/locales/index.ts b/src/locales/index.ts index 5b0ff91b..61a59ab9 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -1,7 +1,7 @@ import de from './de.json'; import en from './en.json'; import es from './es.json'; -import it from "./it.json"; +import it from './it.json'; import ja from './ja.json'; import ru from './ru.json'; import uk from './uk.json';