From 644ebfc5309ebf010a1c3391f316b33b55ccbb83 Mon Sep 17 00:00:00 2001 From: KTrain5369 <69028025+KTrain5169@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:55:20 +1000 Subject: [PATCH] set export_only_approved to false --- .github/workflows/translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 591c982..95073f4 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -56,7 +56,7 @@ jobs: skip_untranslated_strings: true source: i18n/lang/en-US.json translation: i18n/lang/%locale%.json - export_only_approved: true + export_only_approved: false localization_branch_name: i18n-crowdin-translations create_pull_request: true pull_request_title: (Crowdin Action) New translation strings