Add crowdin nightly push (#7799)

* Update crowdin.yml to point to new enterprise endpoint

* Update nightly crowdin action to push source strings to crowdin
This commit is contained in:
Paul Frazee
2025-02-20 22:00:32 -08:00
committed by GitHub
parent 7ff65df417
commit 1fda7d0553
2 changed files with 12 additions and 1 deletions
@@ -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 }}