mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-02 09:48:13 -05:00
Ignore locales for acmesh-property. in checks
This commit is contained in:
parent
8ddb191a7a
commit
18ecda7955
@ -12,7 +12,12 @@ const allLocales = [
|
||||
["fa", "fa-IR"],
|
||||
];
|
||||
|
||||
const ignoreUnused = [/^capability\..*$/, /^host-type\..*$/, /^acmesh\..*$/];
|
||||
const ignoreUnused = [
|
||||
/^capability\..*$/,
|
||||
/^host-type\..*$/,
|
||||
/^acmesh\..*$/,
|
||||
/^acmesh-property\..*$/,
|
||||
];
|
||||
|
||||
const { spawnSync } = require("child_process");
|
||||
const fs = require("fs");
|
||||
|
Loading…
Reference in New Issue
Block a user