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

Andras Timar andras.timar at collabora.com
Tue Jan 16 13:48:28 UTC 2018


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

New commits:
commit 272319aac6d2f63b69b278991bfddcf3494b9482
Author: Andras Timar <andras.timar at 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


More information about the Libreoffice-commits mailing list