Skip to content

Commit

Permalink
chore: use Crowdin CLI --language option to filter languages to downl…
Browse files Browse the repository at this point in the history
…oad (#8820)
  • Loading branch information
slorber committed Mar 24, 2023
1 parent b0f9fb2 commit 7e817a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -36,6 +36,8 @@ website/changelog

website/_dogfooding/_swizzle_theme_tests

CrowdinTranslations_*.zip

website/i18n/**/*
#!website/i18n/fr
#!website/i18n/fr/**/*
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -35,7 +35,8 @@
"serve:website:ssl:message": "echo '\n\n\nServing Docusaurus with HTTPS on localhost requires to disable the Chrome security: chrome://flags/#allow-insecure-localhost\n\n\n'",
"serve:website:ssl:serve": "serve website/build --ssl-cert ./website/.docusaurus/selfsigned.crt --ssl-key ./website/.docusaurus/selfsigned.key",
"crowdin:upload:website": "crowdin upload sources --config ./crowdin-v2.yaml",
"crowdin:download:website": "crowdin download --config ./crowdin-v2.yaml",
"crowdin:download": "crowdin download --config ./crowdin-v2.yaml",
"crowdin:download:website": "yarn crowdin:download --language fr --language ko --language pt-PT --language zh-CN",
"canary": "yarn canary:bumpVersion && yarn canary:publish",
"canary:version": "echo 0.0.0-`git rev-list --count HEAD`+`git rev-parse --short HEAD`",
"canary:bumpVersion": "yarn lerna version `yarn --silent canary:version` --exact --no-push --yes",
Expand Down

0 comments on commit 7e817a4

Please sign in to comment.