diff options
-rw-r--r-- | .github/workflows/nightly-update-source-languages.yaml | 10 | ||||
-rw-r--r-- | crowdin.yml | 3 |
2 files changed, 12 insertions, 1 deletions
diff --git a/.github/workflows/nightly-update-source-languages.yaml b/.github/workflows/nightly-update-source-languages.yaml index 27a3477da..2650a5acd 100644 --- a/.github/workflows/nightly-update-source-languages.yaml +++ b/.github/workflows/nightly-update-source-languages.yaml @@ -36,3 +36,13 @@ jobs: with: commit_message: Nightly source-language update file_pattern: ./src/locale/locales/en/messages.po + - name: Push source lang to Crowdin + uses: crowdin/github-action@v2 + with: + upload_sources: true + upload_translations: false + push_translations: false + push_sources: false + create_pull_request: false + env: + CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} \ No newline at end of file diff --git a/crowdin.yml b/crowdin.yml index b5ed92f28..5701ca055 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,5 +1,6 @@ { - "project_id": "664276", + "project_id": "1", + "base_url": "https://bluesky.api.crowdin.com", "base_path": ".", "preserve_hierarchy": true, "files": [ |