mirror of
https://github.com/privacyguides/i18n.git
synced 2025-06-18 16:54:21 +00:00
Delete old translations
This commit is contained in:
8
.github/workflows/crowdin-download.yml
vendored
8
.github/workflows/crowdin-download.yml
vendored
@ -36,7 +36,13 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: crowdin action
|
||||
- name: Delete Old Files
|
||||
run: |
|
||||
rm -rf i18n/*
|
||||
rm -rf includes/*
|
||||
rm -rf theme/*
|
||||
|
||||
- name: Crowdin Download
|
||||
uses: crowdin/github-action@v1.7.1
|
||||
with:
|
||||
upload_sources: false
|
||||
|
Reference in New Issue
Block a user