mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 08:56:50 +00:00
Fix locales
This commit is contained in:
@ -13,10 +13,11 @@ const allLocales = [
|
||||
];
|
||||
|
||||
const ignoreUnused = [
|
||||
/^capability\..*$/,
|
||||
/^host-type\..*$/,
|
||||
/^acmesh\..*$/,
|
||||
/^acmesh-property\..*$/,
|
||||
/^capability\..*$/,
|
||||
/^status\..*$/,
|
||||
/^type\..*$/,
|
||||
];
|
||||
|
||||
const { spawnSync } = require("child_process");
|
||||
|
Reference in New Issue
Block a user