Archived
1
0

Update locale file location

Should make language packs work again.
This commit is contained in:
Asher
2020-02-20 12:38:46 -06:00
parent c567a06ff5
commit 288e794c99
3 changed files with 22 additions and 17 deletions

View File

@ -102,6 +102,7 @@ const options: Options<Required<Args>> = {
"install-extension": { type: "string[]" },
"uninstall-extension": { type: "string[]" },
locale: { type: "string" },
log: { type: LogLevel },
verbose: { type: "boolean", short: "vvv", description: "Enable verbose logging." },
}