From e68114aea34835cd4a290bb5a8e93388d107abd8 Mon Sep 17 00:00:00 2001 From: KTrain5369 <69028025+KTrain5169@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:43:02 +1000 Subject: [PATCH] I am so stupid, sorry blurry --- .github/workflows/auto-i18n.yml | 3 +-- crowdin.yml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/auto-i18n.yml b/.github/workflows/auto-i18n.yml index 22963977..7116fc38 100644 --- a/.github/workflows/auto-i18n.yml +++ b/.github/workflows/auto-i18n.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - ref: "main" - name: Grab strings from Crowdin uses: crowdin/github-action@v2.1.1 @@ -30,6 +28,7 @@ jobs: upload_sources: true upload_translations: false download_translations: true + upload_language: en localization_branch_name: auto-i18n-branch create_pull_request: true pull_request_title: (Crowdin Action) New translation strings diff --git a/crowdin.yml b/crowdin.yml index ebb3403d..30eabdcb 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -14,6 +14,5 @@ files: lol: lol_us pt-BR: pt_br ru: ru_ru - upload_language: en skip_untranslated_strings: false export_only_approved: false