mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-02-01 16:32:54 +00:00
- Integrated Hungarian translations into the IntlProvider and lang-list. - Added Hungarian help documentation for various topics including Access Lists, Certificates, Proxy Hosts, and more. - Updated locale options to include Hungarian language.
7 lines
292 B
TypeScript
7 lines
292 B
TypeScript
export * as AccessLists from "./AccessLists.md";
|
|
export * as Certificates from "./Certificates.md";
|
|
export * as DeadHosts from "./DeadHosts.md";
|
|
export * as ProxyHosts from "./ProxyHosts.md";
|
|
export * as RedirectionHosts from "./RedirectionHosts.md";
|
|
export * as Streams from "./Streams.md";
|