From fe26e9ed1f31ac3acf54d2b25584c956991e4f64 Mon Sep 17 00:00:00 2001 From: Magrid Date: Mon, 22 Apr 2024 22:29:24 +0200 Subject: [PATCH] Update index.ts --- src/locales/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/locales/index.ts b/src/locales/index.ts index 98a93c78..d9b40518 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -2,3 +2,4 @@ export { default as en } from "./en/translation.json"; export { default as pt } from "./pt/translation.json"; export { default as es } from "./es/translation.json"; export { default as fr } from "./fr/translation.json"; +export { default as it } from "./it/translation.json";