This is an automated email from the ASF dual-hosted git repository.
dominikriemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 39f059281e fix: consistent spacing in translation files (#4639)
39f059281e is described below
commit 39f059281ebe2b1d5fd52e2896c78f7edebd810b
Author: Jacqueline Höllig <[email protected]>
AuthorDate: Sat Jun 27 22:13:59 2026 +0200
fix: consistent spacing in translation files (#4639)
---
ui/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/package.json b/ui/package.json
index fa7781e004..b49ea1570b 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -25,7 +25,7 @@
"test-cypress-smoke": "npx cypress run --spec
'cypress/tests/**/*.smoke.spec.ts' --config baseUrl=http://localhost:8082",
"test-cypress-all": "npx cypress run --spec 'cypress/tests/**/*.spec.ts'
--config baseUrl=http://localhost:8082",
"prepare": "cd ../ && husky install ./ui/.husky",
- "i18n:extract": "ngx-translate-extract --input ./src --input ./projects
--output ./deployment/i18n/{en,de,pl}.json -n -s --clean --format json",
+ "i18n:extract": "ngx-translate-extract --input ./src --input ./projects
--output ./deployment/i18n/{en,de,pl}.json -n -s --clean --format json
--format-indentation ' '",
"i18n:translate": "node ./deployment/i18n-translate.js",
"i18n:validate": "node ./deployment/i18n-validate.js",
"i18n:check": "npm run i18n:extract && prettier --write
./deployment/i18n/{en,de,pl}.json && npm run i18n:validate"