summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-12-13 12:27:55 +0100
committerAndras Timar <andras.timar@collabora.com>2019-12-13 12:29:31 +0100
commitbc608f41d5b719a94039e7b568284a73d18cf426 (patch)
tree4e69b9f2f6fc1b6835255fc3380cfd63f4d6f6b8 /docker
parentf83433ee2970334c282e96eaea6788cb9cf9e8d7 (diff)
With switch to Weblate, downloadpootle.sh script became obsolete
Change-Id: I85447800a2547d2e9142b59ce60ee3c242e7234d
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/l10n-docker-nightly.sh2
1 files changed, 0 insertions, 2 deletions
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 )