File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 1+ files :
2+ - source : /*.md
3+ translation : /%two_letters_code%/%original_file_name%
4+ ignore :
5+ - ' /_coverpage.md'
6+ - ' /_navbar.md'
7+
8+ project_id_env : CROWDIN_PROJECT_ID
9+ api_token_env : CROWDIN_PERSONAL_TOKEN
Original file line number Diff line number Diff line change 1+ name : Crowdin Action
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ paths :
7+ - ' docs/**.md'
8+ branches : [develop, master]
9+
10+ jobs :
11+ crowdin :
12+ runs-on : ubuntu-latest
13+ steps :
14+ - name : Checkout
15+ uses : actions/checkout@v4
16+
17+ - name : Crowdin push
18+ uses : crowdin/github-action@v1
19+ with :
20+ upload_sources : true
21+ upload_translations : false
22+ download_translations : false
23+ push_translations : false
24+ config : ' .github/crowdin/crowdin-push.yml'
25+ crowdin_branch_name : ${{ github.ref_name }}
26+ base_path : ${{ github.workspace }}/docs
27+ env :
28+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
29+ CROWDIN_PROJECT_ID : ${{ secrets.CROWDIN_PROJECT_ID }}
30+ CROWDIN_PERSONAL_TOKEN : ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
Original file line number Diff line number Diff line change 1-
1+ /* eslint-disable */
22
33// =============================================================================
44// DO NOT EDIT: This file is auto-generated by an /build/emoji.js
You can’t perform that action at this time.
0 commit comments