Merge pull request #11032 from guoyunhe/github-action-crowdin

GitHub Action for Crowdin
This commit is contained in:
Autechre 2020-07-16 18:54:52 +02:00 committed by GitHub
commit b4a2589279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
.github/workflows/crowdin.yml vendored Normal file
View File

@ -0,0 +1,28 @@
# Upload sources to Crowdin for translation
name: Crowdin Workflow
on:
push:
branches:
- master
paths:
- 'intl/*_us.h'
- 'intl/*_us.json'
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Setup Java JDK
uses: actions/setup-java@v1.3.0
with:
java-version: 1.8
- name: Setup Python
uses: actions/setup-python@v2
- name: Checkout
uses: actions/checkout@v2
- name: Crowdin Sync
run: |
cd intl
python3 crowdin_sync.py