From f81429702c884af0c593bee5e45b21babe1ee05c Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Thu, 9 Nov 2017 13:42:45 -0500 Subject: [PATCH] Replace existing translations on upload (#597) --- script/translations_upload_base | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/translations_upload_base b/script/translations_upload_base index b896b266bc..c915017c03 100755 --- a/script/translations_upload_base +++ b/script/translations_upload_base @@ -38,4 +38,5 @@ docker run \ --token ${LOKALISE_TOKEN} \ import ${PROJECT_ID} \ --file /opt/src/${LOCAL_FILE} \ - --lang_iso ${LANG_ISO} + --lang_iso ${LANG_ISO} \ + --replace 1