feat(packages): i18n (#1708)

This commit is contained in:
Sam Potts
2026-07-10 12:58:47 +10:00
committed by GitHub
parent 5f48fcc6d6
commit 028dadb385
561 changed files with 13059 additions and 1320 deletions
+4
View File
@@ -64,6 +64,10 @@ jobs:
- name: Run E2E tests
run: pnpm --dir apps/e2e exec playwright test --project=vite-${{ matrix.browser }}
- name: Run sandbox E2E tests
if: matrix.browser == 'chromium'
run: pnpm --dir apps/e2e test:sandbox
- name: Upload test report
if: always()
uses: actions/upload-artifact@v4