We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccf926 commit 7f113deCopy full SHA for 7f113de
2 files changed
.github/workflows/crowdin.yml
@@ -8,11 +8,6 @@ on:
8
- 'shaders/lang/en_us.lang'
9
workflow_dispatch:
10
inputs:
11
- upload_translations:
12
- description: "Upload translations to Crowdin"
13
- type: boolean
14
- default: false
15
- required: true
16
create_pr:
17
description: "Create Pull Request after sync"
18
type: boolean
@@ -42,8 +37,7 @@ jobs:
42
37
uses: crowdin/github-action@v2
43
38
with:
44
39
upload_sources: true
45
- upload_translations: true
46
- #download_translations: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
40
+ download_translations: true
47
41
skip_untranslated_strings: true
48
# export_only_approved: true
49
create_pull_request: false
.gitignore
@@ -1 +1,2 @@
1
-*.zip
+*.zip
2
+.env
0 commit comments