From 1fda7d055378c5e1ebe7bbfb1174a26eaa735027 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 20 Feb 2025 22:00:32 -0800 Subject: Add crowdin nightly push (#7799) * Update crowdin.yml to point to new enterprise endpoint * Update nightly crowdin action to push source strings to crowdin --- .github/workflows/nightly-update-source-languages.yaml | 10 ++++++++++ crowdin.yml | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) 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": [ -- cgit 1.4.1