loleaflet/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit 1af287e437cc61d6563bc9cec890e343e0010c91 Author: Andras Timar <andras.ti...@collabora.com> Date: Mon May 23 13:29:16 2016 +0200 loleaflet: add --from-code=UTF-8 to xgettext call diff --git a/loleaflet/Makefile b/loleaflet/Makefile index 99d685d..d1cd094 100644 --- a/loleaflet/Makefile +++ b/loleaflet/Makefile @@ -28,7 +28,9 @@ dist: all rm -rf loleaflet-$(VERSION) pot: - xgettext --keyword=_ --output=po/loleaflet-ui.pot dist/toolbar/toolbar.js src/control/Control.Tabs.js \ + xgettext --from-code=UTF-8 --keyword=_ --output=po/loleaflet-ui.pot \ + dist/toolbar/toolbar.js \ + src/control/Control.Tabs.js \ src/core/Socket.js html2po --pot --input=dist/loleaflet-help.html --output=po/loleaflet-help.pot _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits