diff --git a/.github/workflows/auth-crowdin.yml b/.github/workflows/auth-crowdin.yml index e8ce15ecc..b886a1ab7 100644 --- a/.github/workflows/auth-crowdin.yml +++ b/.github/workflows/auth-crowdin.yml @@ -22,6 +22,7 @@ jobs: - name: Crowdin's action uses: crowdin/github-action@v1 with: + base_path: "auth/" upload_sources: true upload_translations: true download_translations: true diff --git a/.github/workflows/mobile-crowdin.yml b/.github/workflows/mobile-crowdin.yml index a5f591552..ddcce70f8 100644 --- a/.github/workflows/mobile-crowdin.yml +++ b/.github/workflows/mobile-crowdin.yml @@ -22,6 +22,7 @@ jobs: - name: Crowdin's action uses: crowdin/github-action@v1 with: + base_path: "mobile/" upload_sources: true upload_translations: true download_translations: true diff --git a/.github/workflows/web-crowdin.yml b/.github/workflows/web-crowdin.yml index 45428313c..e00738374 100644 --- a/.github/workflows/web-crowdin.yml +++ b/.github/workflows/web-crowdin.yml @@ -22,6 +22,7 @@ jobs: - name: Crowdin's action uses: crowdin/github-action@v1 with: + base_path: "web/" upload_sources: true upload_translations: true download_translations: true