瀏覽代碼

Adds bg inside HelpDoc index.ts file

Bare7a 3 周之前
父節點
當前提交
e8ca72fb6a
共有 1 個文件被更改,包括 2 次插入1 次删除
  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";