about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2025-02-20 22:00:32 -0800
committerGitHub <noreply@github.com>2025-02-20 22:00:32 -0800
commit1fda7d055378c5e1ebe7bbfb1174a26eaa735027 (patch)
tree0523565f0e6d78330bf7cbe42b692fc53be9930f /.github
parent7ff65df417c957b17a73a057a966067b6bcc377a (diff)
downloadvoidsky-1fda7d055378c5e1ebe7bbfb1174a26eaa735027.tar.zst
Add crowdin nightly push (#7799)
* Update crowdin.yml to point to new enterprise endpoint

* Update nightly crowdin action to push source strings to crowdin
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nightly-update-source-languages.yaml10
1 files changed, 10 insertions, 0 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