Skip to content

Commit 8ed2d88

Browse files
authored
ci: Use a clearer file name for source file to display in Crowdin
1 parent df31b39 commit 8ed2d88

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pull_strings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
config: crowdin.yml
2626
upload_sources: false
2727
download_translations: true
28+
download_sources_args: --dest manager.xml
2829
skip_ref_checkout: true
2930
localization_branch_name: feat/translations
3031
create_pull_request: false

.github/workflows/push_strings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
config: crowdin.yml
2323
upload_sources: true
24+
upload_sources_args: --dest manager.xml
2425
env:
2526
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
2627
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

0 commit comments

Comments
 (0)