Fix locales

This commit is contained in:
Jamie Curnow
2023-01-16 15:23:09 +10:00
parent e890bfcf10
commit 4ff911def0
5 changed files with 230 additions and 192 deletions

View File

@ -13,10 +13,11 @@ const allLocales = [
];
const ignoreUnused = [
/^capability\..*$/,
/^host-type\..*$/,
/^acmesh\..*$/,
/^acmesh-property\..*$/,
/^capability\..*$/,
/^status\..*$/,
/^type\..*$/,
];
const { spawnSync } = require("child_process");