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

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Fri Dec 13 11:30:47 UTC 2019


 docker/l10n-docker-nightly.sh |    2 --
 scripts/downloadpootle.sh     |   10 ----------
 2 files changed, 12 deletions(-)

New commits:
commit bc608f41d5b719a94039e7b568284a73d18cf426
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Fri Dec 13 12:27:55 2019 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Fri Dec 13 12:29:31 2019 +0100

    With switch to Weblate, downloadpootle.sh script became obsolete
    
    Change-Id: I85447800a2547d2e9142b59ce60ee3c242e7234d

diff --git a/docker/l10n-docker-nightly.sh b/docker/l10n-docker-nightly.sh
index d4f4c2cef..c877cbb5c 100755
--- a/docker/l10n-docker-nightly.sh
+++ b/docker/l10n-docker-nightly.sh
@@ -82,8 +82,6 @@ cp -a libreoffice/instdir "$INSTDIR"/opt/libreoffice
 # build
 ( cd online && ./autogen.sh ) || exit 1
 ( cd online && ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-silent-rules --with-lokit-path="$BUILDDIR"/libreoffice/include --with-lo-path=/opt/libreoffice $ONLINE_EXTRA_BUILD_OPTIONS) || exit 1
-( cd online/loleaflet/po && ../../scripts/downloadpootle.sh )
-( cd online/loleaflet && make l10n) || exit 1
 ( cd online && scripts/locorestrings.py "$BUILDDIR"/online "$BUILDDIR"/libreoffice/translations )
 ( cd online && scripts/unocommands.py --update "$BUILDDIR"/online "$BUILDDIR"/libreoffice )
 ( cd online && scripts/unocommands.py --translate "$BUILDDIR"/online "$BUILDDIR"/libreoffice/translations )
diff --git a/scripts/downloadpootle.sh b/scripts/downloadpootle.sh
deleted file mode 100755
index 18dcaaf52..000000000
--- a/scripts/downloadpootle.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-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 -o -j $i.zip
-    rm $i.zip
-    mv loleaflet-ui-$i.po ui-$i.po
-    mv loleaflet-help-$i.po help-$i.po
-done


More information about the Libreoffice-commits mailing list