From 7a59b80cf18ca232bb1250eb01d8120adc262c19 Mon Sep 17 00:00:00 2001 From: Shlee Date: Mon, 14 Sep 2026 19:16:15 +0930 Subject: [PATCH] Enable auto approval for imported translations --- .github/workflows/crowdin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 8f2700660..da8d0fbde 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -26,6 +26,8 @@ jobs: upload_sources: true upload_translations: true download_translations: true + auto_approve_imported: true + import_eq_suggestions: false localization_branch_name: l10n_crowdin_translations create_pull_request: true pull_request_title: 'New Crowdin Translations'