From a40a85b37b994e70bd1a79ebd8bf5318a477cd98 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 10 Dec 2019 17:29:38 +0100 Subject: [PATCH] Remove whitespaces from extracted HTML tags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e483220..4e89d26 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ $(TEMPLATE_POT): $(GETTEXT_SOURCES) # => `mkdir -p /tmp/` mkdir -p $(dir $@) # Extract gettext strings from templates files and create a POT dictionary template. - gettext-extract --quiet --attribute v-translate --output $@ $(GETTEXT_SOURCES) + gettext-extract --removeHTMLWhitespaces --quiet --attribute v-translate --output $@ $(GETTEXT_SOURCES) # Generate .po files for each available language. @for lang in $(LOCALES); do \ export PO_FILE=$(OUTPUT_DIR)/locale/$$lang/LC_MESSAGES/app.po; \