[Libreoffice-commits] online.git: scripts/downloadpootle.sh

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Thu Jun 20 10:12:46 UTC 2019


 scripts/downloadpootle.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8b3d5487478336444ce42948aaa1798a6b67083e
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Jun 20 11:48:54 2019 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Jun 20 12:12:28 2019 +0200

    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 at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

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


More information about the Libreoffice-commits mailing list