chore: i18n namespace refactor in package.json and add missing translations (#30324)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
yyh
2025-12-29 20:59:11 +08:00
committed by GitHub
parent 7a5d2728a1
commit 20944e7e1a
133 changed files with 502 additions and 21 deletions

View File

@ -33,8 +33,8 @@
"prepare": "cd ../ && node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky ./web/.husky",
"gen-icons": "node ./app/components/base/icons/script.mjs",
"uglify-embed": "node ./bin/uglify-embed",
"check-i18n": "tsx ./i18n-config/check-i18n.js",
"auto-gen-i18n": "tsx ./i18n-config/auto-gen-i18n.js",
"i18n:check": "tsx ./scripts/check-i18n.js",
"i18n:gen": "tsx ./scripts/auto-gen-i18n.js",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest --watch",