From 96b4326d7d650db8d35691f42bf4173ef9e621cf Mon Sep 17 00:00:00 2001 From: Patrick Honkonen <1883101+SaintPatrck@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:08:35 -0400 Subject: [PATCH] [PM-8015] Update Crowdin destination path (#3365) --- .github/workflows/crowdin-pull.yml | 1 - .github/workflows/crowdin-push.yml | 1 - crowdin.yml | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/crowdin-pull.yml b/.github/workflows/crowdin-pull.yml index b43733e32..16abfad03 100644 --- a/.github/workflows/crowdin-pull.yml +++ b/.github/workflows/crowdin-pull.yml @@ -36,7 +36,6 @@ jobs: CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }} with: config: crowdin.yml - crowdin_branch_name: main upload_sources: false upload_translations: false download_translations: true diff --git a/.github/workflows/crowdin-push.yml b/.github/workflows/crowdin-push.yml index 767c2c7ff..9ffcde8f3 100644 --- a/.github/workflows/crowdin-push.yml +++ b/.github/workflows/crowdin-push.yml @@ -35,6 +35,5 @@ jobs: CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }} with: config: crowdin.yml - crowdin_branch_name: main upload_sources: true upload_translations: false diff --git a/crowdin.yml b/crowdin.yml index 725469a19..f0827992e 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -5,5 +5,6 @@ base_path: "app/src/main" files: - source: "/res/values/strings.xml" translation: "/res/values-%android_code%/%original_file_name%" + dest: "/android/%original_file_name%" update_option: update_as_unapproved type: android