We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 347fda9 + f019b68 commit fb1abe7Copy full SHA for fb1abe7
2 files changed
.github/workflows/crowdin.yml
@@ -27,6 +27,8 @@ jobs:
27
- name: Sync
28
uses: crowdin/github-action@d7f217268068f1244883a993379d62d816f84f25
29
with:
30
+ # This option enables the transfer of existing translations in this project to Crowdin.
31
+ # We explicitly set this to `false` since we only want to use the downloaded translations managed by Crowdin.
32
upload_translations: false
33
download_translations: true
34
create_pull_request: true
.github/workflows/move-reopened-issues-to-triage.yaml
@@ -37,5 +37,5 @@ jobs:
37
}
38
39
} catch(e) {
40
- console.log(error);
+ console.log(e);
41
0 commit comments