diff --git a/tools/manage-crowdin.sh b/tools/manage-crowdin.sh index 3c50c90364..76ba276d6a 100755 --- a/tools/manage-crowdin.sh +++ b/tools/manage-crowdin.sh @@ -65,6 +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}" \ - https://api.crowdin.com/api/project/${PROJECT_IDENTIFIER}/update-file?update_option=update_without_changes&key=${CROWDIN_KEY} + -F "update_option=update_without_changes" + https://api.crowdin.com/api/project/${PROJECT_IDENTIFIER}/update-file?key=${CROWDIN_KEY} fi done