feat(app): sync product translations (#35856)

This commit is contained in:
Luke Parker 2026-07-08 14:57:28 +10:00 committed by GitHub
commit 77429f5982
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 3791 additions and 84 deletions

View file

@ -19,6 +19,7 @@
"prepare": "husky",
"random": "echo 'Random script'",
"sso": "aws sso login --sso-session=opencode --no-browser",
"translate:app": "bun run script/translate-app.ts",
"test": "echo 'do not run tests from root' && exit 1"
},
"workspaces": {