This is an automated email from the ASF dual-hosted git repository. urfree pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit 822fc08f3aa498a606d1f71f9f7f13d31e20469d Author: LiLi <[email protected]> AuthorDate: Fri Feb 11 10:36:52 2022 +0800 update Signed-off-by: LiLi <[email protected]> --- site2/website/package.json | 3 ++- site2/website/scripts/crowdin-cli.jar | Bin 0 -> 11676600 bytes 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/site2/website/package.json b/site2/website/package.json index d22e8a5..27104bb 100644 --- a/site2/website/package.json +++ b/site2/website/package.json @@ -9,7 +9,8 @@ "rename-version": "docusaurus-rename-version", "test": "jest --detectOpenHandles", "crowdin-upload": "crowdin --config ../crowdin.yaml upload sources --auto-update -b master", - "crowdin-download": "crowdin --config ../crowdin.yaml download -b master" + "crowdin-download": "crowdin --config ../crowdin.yaml download -b master", + "crowdin-test": "java -jar ./scripts/crowdin-cli.jar --config ../crowdin.yaml download -b master" }, "devDependencies": { "axios": "^0.18.0", diff --git a/site2/website/scripts/crowdin-cli.jar b/site2/website/scripts/crowdin-cli.jar new file mode 100644 index 0000000..dd3a47f Binary files /dev/null and b/site2/website/scripts/crowdin-cli.jar differ
