docker/l10n-docker-nightly.sh |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 272319aac6d2f63b69b278991bfddcf3494b9482
Author: Andras Timar <andras.ti...@collabora.com>
Date:   Tue Jan 16 14:47:08 2018 +0100

    Online Docker: add 'make l10n' step
    
    Change-Id: I98bf70a74e4d5573359b296b16b83417a02765e0

diff --git a/docker/l10n-docker-nightly.sh b/docker/l10n-docker-nightly.sh
index 43ed4b5d..1bbf3494 100755
--- a/docker/l10n-docker-nightly.sh
+++ b/docker/l10n-docker-nightly.sh
@@ -143,6 +143,7 @@ cp -a 
libreoffice/instdir/share/extensions/dict-de/de_DE_frami.aff "$INSTDIR"/us
 # build
 ( cd online && ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var --enable-silent-rules 
--with-lokit-path="$BUILDDIR"/libreoffice/include 
--with-lo-path="$INSTDIR"/opt/libreoffice ) || exit 1
 ( cd online/loleaflet/po && ../../scripts/downloadpootle.sh )
+( cd online/loleaflet && make l10n) || exit 1
 ( cd online && make -j 8) || exit 1
 
 # copy stuff
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to