From 19a57cb1e012cf7a18aecc9b49a083385b872109 Mon Sep 17 00:00:00 2001 From: Domas Linkis <159886328+slakgosh@users.noreply.github.com> Date: Sun, 19 Oct 2025 13:30:10 +0500 Subject: [PATCH] Added ukrainian lang --- src/locales/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/locales/index.ts b/src/locales/index.ts index f71e8f0e..3ce1592c 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -26,6 +26,7 @@ import nb from "./nb/translation.json"; import et from "./et/translation.json"; import bg from "./bg/translation.json"; import uz from "./uz/translation.json"; +import ua from "./ua/translation.json"; import sv from "./sv/translation.json"; export default { @@ -42,6 +43,7 @@ export default { ru, tr, be, + ua, uk, zh, id,