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