From f380d9f9b10f0fa826d54923fa540ba8bd3746c6 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Fri, 25 Apr 2025 08:37:15 -0300 Subject: [PATCH] fix: uzbek language --- src/locales/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/locales/index.ts b/src/locales/index.ts index c576c3c4..24ab202c 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -25,6 +25,7 @@ import cs from "./cs/translation.json"; import nb from "./nb/translation.json"; import et from "./et/translation.json"; import bg from "./bg/translation.json"; +import uz from "./uz/translation.json"; export default { "pt-BR": ptBR, @@ -54,4 +55,5 @@ export default { cs, nb, et, + uz, };