[Libreoffice-commits] online.git: loleaflet/Makefile.am
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Nov 9 17:59:35 UTC 2018
loleaflet/Makefile.am | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit 58ee16d4ed192948a659f0a892cb97ac3234734e
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Nov 9 19:58:27 2018 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Nov 9 19:58:32 2018 +0200
Do generate the loleaflet/dist/l10n/*.json files for iOS
Not used yet by the app but I am working on figuring out some way.
diff --git a/loleaflet/Makefile.am b/loleaflet/Makefile.am
index c5dea0aad..9b61070c2 100644
--- a/loleaflet/Makefile.am
+++ b/loleaflet/Makefile.am
@@ -3,15 +3,9 @@ DRAW_VERSION=0.2.4
L10N_PO = $(wildcard $(srcdir)/po/*.po)
-# It would be nice to have l10n also in the iOS app, but have to
-# skip for now as that l10n-for-node code seems to always want to use
-# HTTP to load the message catalog .json files.
-
-if !ENABLE_IOSAPP
if !ENABLE_GTKAPP
L10N_JSON = $(patsubst $(srcdir)/po/%.po,$(builddir)/dist/l10n/%.json,$(L10N_PO))
endif
-endif
JQUERY_UI_IMAGE_PATH = node_modules/jquery-ui/themes/ui-lightness/images
JQUERY_UI_IMAGES = $(wildcard $(JQUERY_UI_IMAGE_PATH)/*.png)
More information about the Libreoffice-commits
mailing list