From e8ca72fb6a5f12a3c8f90d2995c31bf7ac720431 Mon Sep 17 00:00:00 2001 From: Bare7a Date: Mon, 24 Nov 2025 18:14:16 +0200 Subject: [PATCH] Adds bg inside HelpDoc index.ts file --- frontend/src/locale/src/HelpDoc/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/locale/src/HelpDoc/index.ts b/frontend/src/locale/src/HelpDoc/index.ts index adb351a3..b7c9f373 100644 --- a/frontend/src/locale/src/HelpDoc/index.ts +++ b/frontend/src/locale/src/HelpDoc/index.ts @@ -8,8 +8,9 @@ import * as ru from "./ru/index"; import * as sk from "./sk/index"; import * as vi from "./vi/index"; import * as zh from "./zh/index"; +import * as bg from "./bg/index"; -const items: any = { en, de, ja, sk, zh, pl, ru, it, vi, nl }; +const items: any = { en, de, ja, sk, zh, pl, ru, it, vi, nl, bg }; const fallbackLang = "en";