mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-13 05:45:15 +00:00
Add Chinese HelpDoc
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
import * as de from "./de/index";
|
import * as de from "./de/index";
|
||||||
import * as en from "./en/index";
|
import * as en from "./en/index";
|
||||||
import * as ja from "./ja/index";
|
import * as ja from "./ja/index";
|
||||||
|
import * as zh from "./zh/index";
|
||||||
|
|
||||||
const items: any = { en, de, ja };
|
const items: any = { en, de, ja, zh };
|
||||||
|
|
||||||
const fallbackLang = "en";
|
const fallbackLang = "en";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user