Browse Source

Adds bg inside HelpDoc index.ts file

Bare7a 3 weeks ago
parent
commit
e8ca72fb6a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frontend/src/locale/src/HelpDoc/index.ts

+ 2 - 1
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";