mirror of
https://github.com/WowUp/WowUp.git
synced 2026-05-24 22:46:45 -04:00
Add pl to the sync command
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
"e2e": "npm run build:prod && cross-env TS_NODE_PROJECT='e2e/tsconfig.e2e.json' mocha --timeout 300000 --require ts-node/register e2e/**/*.e2e.ts",
|
||||
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
|
||||
"lint": "ng lint",
|
||||
"i18n": "sync-i18n --files ./src/assets/i18n/*.json --primary en --space 2 --finalnewline --lineendings CRLF --languages cs de es fr it nb pt ru zh zh-TW ko",
|
||||
"i18n": "sync-i18n --files ./src/assets/i18n/*.json --primary en --space 2 --finalnewline --lineendings CRLF --languages cs de es fr it nb pt ru zh zh-TW ko pl",
|
||||
"check-i18n": "npm run i18n -- --check",
|
||||
"pretty": "npx prettier --write . && ng lint --fix",
|
||||
"find-broken-test": "node ./test-fixer.js --find-break",
|
||||
|
||||
Reference in New Issue
Block a user