feat: add add-missing command to translations cli

This commit is contained in:
Nybkox
2025-02-20 11:22:01 +01:00
parent 1c6ec0f8e3
commit e9779a3d2f
4 changed files with 136 additions and 6 deletions

View File

@@ -67,8 +67,9 @@
"postinstall": "yarn resetPackagedPlugins && yarn build:lib && patch-package && yarn build:plugins:frontend",
"dbgate-serve": "node packages/dbgate/bin/dbgate-serve.js",
"workflows": "node common/processWorkflows.js",
"cy:open": "cd e2e-tests && yarn cy:open"
"translations:extract": "node common/translations-cli/index.js extract"
"cy:open": "cd e2e-tests && yarn cy:open",
"translations:extract": "node common/translations-cli/index.js extract",
"translations:add-missing": "node common/translations-cli/index.js add-missing"
},
"dependencies": {
"concurrently": "^5.1.0",