diff --git a/frontend/check-locales.js b/frontend/check-locales.js index 0e71ab4..276137c 100755 --- a/frontend/check-locales.js +++ b/frontend/check-locales.js @@ -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");