ci: Properly implement Crowdin strings processing
This commit is contained in:
parent
e8d58ca9af
commit
eeb133325e
3 changed files with 97 additions and 62 deletions
4
.github/workflows/push_strings.yml
vendored
4
.github/workflows/push_strings.yml
vendored
|
|
@ -16,10 +16,10 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Preprocess strings
|
||||
- name: Process strings
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: ./gradlew clean preprocessCrowdinStrings
|
||||
run: ./gradlew processStringsForCrowdin
|
||||
|
||||
- name: Push strings
|
||||
uses: crowdin/github-action@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue