Skip to content

Commit 63a9c61

Browse files
Update crowdin settings
1 parent 707c109 commit 63a9c61

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/crowdin-download.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
upload_sources: false
2222
upload_translations: false
2323
download_translations: true
24-
skip_untranslated_strings: true
24+
skip_untranslated_strings: false
2525
localization_branch_name: crowdin
2626
create_pull_request: true
27-
pull_request_title: 'Update translations'
28-
pull_request_body: 'New Crowdin translations submitted'
29-
pull_request_base_branch_name: 'main'
27+
pull_request_title: "Update translations"
28+
pull_request_body: "New Crowdin translations submitted"
29+
pull_request_base_branch_name: "main"
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}

.github/workflows/crowdin-upload.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Crowdin upload
33
on:
44
push:
55
paths:
6-
- 'custom_components/battery_notes/translations/*'
6+
- "custom_components/battery_notes/translations/*"
77
branches:
88
- "main"
99
workflow_dispatch:
@@ -20,7 +20,7 @@ jobs:
2020
uses: crowdin/github-action@v2
2121
with:
2222
upload_sources: true
23-
upload_translations: true
23+
upload_translations: false
2424
download_translations: false
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)