Skip to content

Commit ffa0fb0

Browse files
committed
disabled Crowdin action
1 parent 3defcf9 commit ffa0fb0

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/build-release-docker-hub.yml

+19-19
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,25 @@ jobs:
3939
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
4040
echo "created={$(date -u +'%Y-%m-%dT%H:%M:%SZ')}" >> $GITHUB_OUTPUT
4141
42-
- name: 'Download and extract translations'
43-
uses: crowdin/[email protected]
44-
with:
45-
command: 'download'
46-
command_args: '--all --verbose'
47-
source: ./src/core/i18n/en/translation.en.json
48-
translation: ./src/core/i18n/%two_letters_code%/translation.%two_letters_code%.json
49-
50-
download_translations: false
51-
upload_sources: false
52-
upload_translations: false
53-
push_translations: false
54-
push_sources: false
55-
56-
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
57-
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
58-
env:
59-
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
60-
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
42+
# - name: 'Download and extract translations'
43+
# uses: crowdin/[email protected]
44+
# with:
45+
# command: 'download'
46+
# command_args: '--all --verbose'
47+
# source: ./src/core/i18n/en/translation.en.json
48+
# translation: ./src/core/i18n/%two_letters_code%/translation.%two_letters_code%.json
49+
#
50+
# download_translations: false
51+
# upload_sources: false
52+
# upload_translations: false
53+
# push_translations: false
54+
# push_sources: false
55+
#
56+
# project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
57+
# token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
58+
# env:
59+
# CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
60+
# CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
6161

6262
- name: Set up QEMU
6363
uses: docker/[email protected]

0 commit comments

Comments
 (0)