Updated mangled translations

Improved automatic translations command
This commit is contained in:
Isaac Abadi
2022-06-30 01:34:52 -04:00
parent 48f0a700ab
commit 64b1a9e5c0
3 changed files with 12 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
"e2e": "ng e2e",
"electron": "ng build --base-href ./ && electron .",
"generate": "openapi --input ./\"Public API v1.yaml\" --output ./src/api-types --exportCore false --exportServices false --exportModels true",
"i18n-source": "ng extract-i18n --output-path=src/assets/i18n"
"i18n-source": "ng extract-i18n --output-path=src/assets/i18n --out-file=messages.en.xlf"
},
"engines": {
"node": "12.3.1",