Skip to content

Commit

Permalink
Still test upload string
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur-Milchior authored and mikehardy committed Aug 28, 2020
1 parent 372b2b3 commit d2f5db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/manage-crowdin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ declare -a I18N_FILES=(
'09-backup'
'10-preferences'
'11-arrays'
'12-dont-translate.xml'
'12-dont-translate'
'14-marketdescription'
'16-multimedia-editor'
'17-model-manager'
Expand All @@ -65,7 +65,7 @@ for i in "${I18N_FILES[@]}"; do
echo "FILE arg is -F \"files[${I18N_FILE_TARGET_NAME}]=@${I18N_FILE_SOURCE_NAME}\" "
curl \
-F "files[${I18N_FILE_TARGET_NAME}]=@${I18N_FILE_SOURCE_NAME}" \
-F "update_option=update_without_changes"
-F "update_option=update_without_changes" \
https://api.crowdin.com/api/project/${PROJECT_IDENTIFIER}/update-file?key=${CROWDIN_KEY}
fi
done

0 comments on commit d2f5db0

Please sign in to comment.