From c05f434ff226b077a91683530952a450494a668d Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Wed, 13 Aug 2025 06:48:02 -0500 Subject: [PATCH] fix(crowdin): correct update_option typo and update workflow (#2695) Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com> --- .github/workflows/scheduled-updates.yml | 1 + config/crowdin/crowdin.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scheduled-updates.yml b/.github/workflows/scheduled-updates.yml index 6a8414e11..e43c3ab6d 100644 --- a/.github/workflows/scheduled-updates.yml +++ b/.github/workflows/scheduled-updates.yml @@ -83,6 +83,7 @@ jobs: push_translations: false push_sources: false localization_branch_name: ${{ github.ref_name }} + export_only_approved: false # skip_ref_checkout: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/config/crowdin/crowdin.yml b/config/crowdin/crowdin.yml index d5fb0c575..f9d8fde13 100644 --- a/config/crowdin/crowdin.yml +++ b/config/crowdin/crowdin.yml @@ -30,7 +30,7 @@ "sr-Latn": "b+sr+Latn", }, "cleanup_mode": true, - "update_option:": "update_as_unapproved", + "update_option": "update_as_unapproved", "escape_quotes": 2, "escape_special_characters": 1, "type": "android",