Skip to content

Commit bf4eab5

Browse files
authored
Update index.ts
Fix missing 'ko' in index.ts
1 parent ba43c14 commit bf4eab5

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,9 +8,10 @@ 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 ko from "./ko/index";
1112
import * as bg from "./bg/index";
1213

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

1516
const fallbackLang = "en";
1617

0 commit comments

Comments
 (0)