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 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.github/workflows') 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 -- cgit 1.4.1