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

@@ -65,7 +65,7 @@ jobs:
- name: Generate i18n translations
if: env.FILES_CHANGED == 'true'
working-directory: ./web
run: pnpm run auto-gen-i18n ${{ env.FILE_ARGS }}
run: pnpm run i18n:gen ${{ env.FILE_ARGS }}
- name: Create Pull Request
if: env.FILES_CHANGED == 'true'