Skip to content

Commit

Permalink
fix(i18n): add missing script for generating types (#18422)
Browse files Browse the repository at this point in the history
  • Loading branch information
olafsulich authored Dec 4, 2024
1 parent 9bf54e2 commit db0913e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@
"test:server": "cd server && yarn test",
"test:types": "tsc --project tsconfig.build.json --noEmit && cd server && tsc --noEmit",
"translate:extract": "i18next-scanner 'src/{page,script}/**/*.{js,html,htm}'",
"translate:merge": "formatjs extract --format './bin/translations_extract_formatter.js' --out-file './src/i18n/en-US.json'"
"translate:merge": "formatjs extract --format './bin/translations_extract_formatter.js' --out-file './src/i18n/en-US.json'",
"translate:generate-types": "node ./bin/transalations_generate_types.js"
},
"resolutions": {
"libsodium": "0.7.10",
Expand Down

0 comments on commit db0913e

Please sign in to comment.