[Libreoffice-commits] online.git: loleaflet/Makefile
Andras Timar
andras.timar at collabora.com
Mon May 23 11:29:38 UTC 2016
loleaflet/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 1af287e437cc61d6563bc9cec890e343e0010c91
Author: Andras Timar <andras.timar at 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
More information about the Libreoffice-commits
mailing list