From f62e6d95868b2512e7fb32c1385da72a3f8109b2 Mon Sep 17 00:00:00 2001 From: Richard Poelderl Date: Tue, 11 Jul 2023 15:01:24 +0200 Subject: [PATCH] feat: enable crowdin 2-way sync (#9353) Co-authored-by: Peer Richelsen Co-authored-by: Shivam Kalra --- .github/workflows/crowdin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 59edd22ab1..e9247774a8 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -22,6 +22,7 @@ jobs: uses: crowdin/github-action@1.5.1 with: upload_sources: true + upload_translations: true download_translations: true push_translations: true commit_message: "New Crowdin translations by Github Action"