Skip to content

Commit e11533b

Browse files
committed
feat: crowdin translations
1 parent eef2733 commit e11533b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ on:
77
workflow_dispatch:
88

99
jobs:
10+
crowdin-sync:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout code
14+
uses: actions/checkout@v3
15+
16+
- name: Crowdin push and pull
17+
uses: crowdin/github-action@v1
18+
with:
19+
upload_sources: true
20+
upload_translations: false
21+
download_translations: true
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
25+
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
26+
1027
build:
1128
runs-on: windows-latest
1229
outputs:

0 commit comments

Comments
 (0)