mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-06 16:26:50 +00:00
Adds bg inside HelpDoc index.ts file
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user