chore(i18n): update Crowdin sync workflow and clean up translation file

This commit is contained in:
kastov 2025-07-21 08:30:26 +03:00
parent c8c8e071ce
commit 44639f205c
No known key found for this signature in database
GPG key ID: 1B27BE29057F4C90
2 changed files with 8 additions and 4 deletions

View file

@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: dev
- name: crowdin action
uses: crowdin/github-action@v2
@ -22,6 +24,11 @@ jobs:
localization_branch_name: translations
create_pull_request: true
pull_request_title: 'chore(i18n): update translations'
pull_request_base_branch_name: 'dev'
config: ./crowdin.yml
skip_ref_checkout: true
crowdin_branch_name: dev
download_translations_args: -e af
pull_request_body: |
## 🌐 New translations from Crowdin
@ -33,7 +40,6 @@ jobs:
---
*Automated by [Crowdin GitHub Action](https://github.com/crowdin/github-action)*
pull_request_base_branch_name: 'dev'
commit_message: 'chore(i18n): update translations'
env:
# A classic GitHub Personal Access Token with the 'repo' scope selected (the user should have write access to the repository).

View file

@ -1363,7 +1363,5 @@
"search-by-remark": "Search by remark...",
"address": "Address"
}
},
"test": "testX",
"test2": "test2X"
}
}