mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-06 00:16:49 +00:00
Add Italian language support to HelpDoc
This commit is contained in:
@@ -4,8 +4,9 @@ import * as ja from "./ja/index";
|
||||
import * as sk from "./sk/index";
|
||||
import * as zh from "./zh/index";
|
||||
import * as pl from "./pl/index";
|
||||
import * as it from "./it/index";
|
||||
|
||||
const items: any = { en, de, ja, sk, zh, pl };
|
||||
const items: any = { en, de, ja, sk, zh, pl, it };
|
||||
|
||||
const fallbackLang = "en";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user