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";