summaryrefslogtreecommitdiff
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:12:28 +0200
commit8b3d5487478336444ce42948aaa1798a6b67083e (patch)
treef32d3e389286c1dc018a4cf29cc8361488f25812
parent9ec45224d3be5d3e4f6b49e9f39ff76f798cd9b0 (diff)
force overwrite of ios-*.po when downloading from Pootle
Change-Id: Ib0184ebe1b7485af819979acf4df268a564772b8 Reviewed-on: https://gerrit.libreoffice.org/74437 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 e6f52dd41..18dcaaf52 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