summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-06-20 11:48:54 +0200
committerAndras Timar <andras.timar@collabora.com>2019-06-20 12:13:33 +0200
commit7f9c90cef3314b2a529423dbca9f427faeaf10ed (patch)
tree0300f6bf731323c92b3fb4affbd72727a081ffbc
parentDocument Grab_Focus. (diff)
downloadonline-7f9c90cef3314b2a529423dbca9f427faeaf10ed.tar.gz
online-7f9c90cef3314b2a529423dbca9f427faeaf10ed.zip
force overwrite of ios-*.po when downloading from Pootle
Change-Id: Ib0184ebe1b7485af819979acf4df268a564772b8 Reviewed-on: https://gerrit.libreoffice.org/74435 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
-rwxr-xr-xscripts/downloadpootle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/downloadpootle.sh b/scripts/downloadpootle.sh
index e6f52dd41d..18dcaaf52e 100755
--- a/scripts/downloadpootle.sh
+++ b/scripts/downloadpootle.sh
@@ -3,7 +3,7 @@
for i in ab af am an ar as ast az be bg bn bn_IN bo br brx bs ca cs cy da de dgo dsb dz el en_GB en_ZA eo es et eu fa fi fr ga gd gl gu gug he hi hr hsb hu id is it ja jv ka kk kl km kn ko kok ks ky lb lo lt lv mai mk ml mn mni mr my nb ne nl nn nr nso oc om or pa_IN pl pt pt_BR ro ru rw sah sa_IN sat sd si sid sk sl sq sr ss st sv sw_TZ ta te tg th ti tn tr ts tt ug uk ur uz ve vec vi xh zh_CN zh_TW zu;
do
wget --prefer-family=IPv4 -O $i.zip https://translations.documentfoundation.org/export/?path=/$i/libo_online/
- unzip -j $i.zip
+ unzip -o -j $i.zip
rm $i.zip
mv loleaflet-ui-$i.po ui-$i.po
mv loleaflet-help-$i.po help-$i.po