mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Update Crowdin related github action
This commit is contained in:
parent
b79dd1d379
commit
70d1f70cca
4 changed files with 9 additions and 8 deletions
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
submodules: 'true'
|
||||
|
||||
- name: Download translations from crowdin
|
||||
uses: crowdin/github-action@1.5.0
|
||||
uses: crowdin/github-action@1.6.0
|
||||
with:
|
||||
upload_sources: true
|
||||
upload_translations: false
|
||||
|
|
|
|||
6
.github/workflows/deploy-doc-only.yml
vendored
6
.github/workflows/deploy-doc-only.yml
vendored
|
|
@ -17,10 +17,10 @@ jobs:
|
|||
fetch-depth: 0
|
||||
submodules: 'true'
|
||||
|
||||
- name: Sync translations from crowdin
|
||||
uses: crowdin/github-action@1.5.0
|
||||
- name: Download translations from crowdin
|
||||
uses: crowdin/github-action@1.6.0
|
||||
with:
|
||||
upload_sources: true
|
||||
upload_sources: false
|
||||
upload_translations: false
|
||||
download_translations: true
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Sync Translations
|
||||
name: Upload translation sources
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
@ -15,12 +15,12 @@ jobs:
|
|||
fetch-depth: 0
|
||||
submodules: 'true'
|
||||
|
||||
- name: Sync translations from crowdin
|
||||
uses: crowdin/github-action@1.5.0
|
||||
- name: Upload translation sources to crowdin
|
||||
uses: crowdin/github-action@1.6.0
|
||||
with:
|
||||
upload_sources: true
|
||||
upload_translations: false
|
||||
download_translations: true
|
||||
download_translations: false
|
||||
|
||||
localization_branch_name: l10n_master
|
||||
create_pull_request: false
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -415,3 +415,4 @@ FodyWeavers.xsd
|
|||
!/docs/.vuepress/translations/en.json
|
||||
|
||||
/docs/l10n/
|
||||
/docs/.vuepress/public/MCC-README/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue