From e339c40e856fcb57cc63712e463e87a65b570d29 Mon Sep 17 00:00:00 2001 From: Misite Bao Date: Sat, 11 Mar 2023 11:09:48 +0800 Subject: [PATCH] feat: update sync translated document script (#2479) --- scripts/sync-translated-documents.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync-translated-documents.sh b/scripts/sync-translated-documents.sh index 70e44286..ebfb9aae 100755 --- a/scripts/sync-translated-documents.sh +++ b/scripts/sync-translated-documents.sh @@ -2,4 +2,4 @@ cd ../website -npx @crowdin/cli@latest pull -b master \ No newline at end of file +npx @crowdin/cli@latest pull -b master --export-only-approved \ No newline at end of file