From 791b50ccf4db650eb31c433b7a1a993c03c7e786 Mon Sep 17 00:00:00 2001 From: FeriVOQ <36544651+ferivoq@users.noreply.github.com> Date: Sun, 21 Apr 2024 21:11:37 +0200 Subject: [PATCH] Added hu to 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..ce2f39ee 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 hu } from "./hu/translation.json";