Skip to content

Commit

Permalink
Fixup translation script a bit
Browse files Browse the repository at this point in the history
'buggy' is a workaround for Spittal/vue-i18n-extract#202
  • Loading branch information
Stanzilla committed May 8, 2024
1 parent 1d3d7f6 commit a2fefd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"compile-tools": "tsc -p tools",
"dev": "vite",
"i18n": "pnpm run compile-tools && node ./tools/scripts/extract-i18n-messages.js",
"i18n-report": "pnpm dlx vue-i18n-extract report --remove --vueFiles './src/components/**/*.?(js|vue)' --languageFiles './i18n/*.json'",
"i18n-report": "pnpm dlx vue-i18n-extract report --add --remove --separator 'buggy' --vueFiles './src/**/*.?(ts|vue)' --languageFiles './i18n/*.json'",
"preinstall": "npx only-allow pnpm",
"lint": "eslint . --cache --ext .ts,.js,.vue && prettier . --check --cache",
"lint:fix": "eslint . --ext .ts,.js,.vue --fix && prettier . --write",
Expand Down

0 comments on commit a2fefd1

Please sign in to comment.