Skip to content

Commit e8ca72f

Browse files
committed
Adds bg inside HelpDoc index.ts file
1 parent 4712633 commit e8ca72f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/locale/src/HelpDoc/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ import * as ru from "./ru/index";
88
import * as sk from "./sk/index";
99
import * as vi from "./vi/index";
1010
import * as zh from "./zh/index";
11+
import * as bg from "./bg/index";
1112

12-
const items: any = { en, de, ja, sk, zh, pl, ru, it, vi, nl };
13+
const items: any = { en, de, ja, sk, zh, pl, ru, it, vi, nl, bg };
1314

1415
const fallbackLang = "en";
1516

0 commit comments

Comments
 (0)