Skip to content

Commit

Permalink
build(i18n): delete obsolete files when uploading to crowdin (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Jul 4, 2024
1 parent 38bd1dc commit acc3dba
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 @@ -8,7 +8,7 @@
},
"scripts": {
"crowdin": "crowdin",
"i18n:upload": "crowdin upload sources",
"i18n:upload": "crowdin upload sources --delete-obsolete",
"i18n:download": "crowdin download --verbose && npx tsx scripts/prepare-i18n-content.ts",
"i18n:glossary": "npx tsx scripts/update-crowdin-glossary.ts",
"i18n:build": "docusaurus build",
Expand Down

0 comments on commit acc3dba

Please sign in to comment.