From a284ca147fa44b835ed94967abf4d40590078c09 Mon Sep 17 00:00:00 2001 From: chrox Date: Sun, 18 Oct 2015 00:34:57 +0800 Subject: [PATCH] l10n for modules in utils --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 278021d52..9a20691c0 100644 --- a/Makefile +++ b/Makefile @@ -309,6 +309,7 @@ pot: mkdir -p $(TEMPLATE_DIR) $(XGETTEXT_BIN) reader.lua `find frontend -iname "*.lua"` \ `find plugins -iname "*.lua"` \ + `find utils -iname "*.lua"` \ > $(TEMPLATE_DIR)/$(DOMAIN).pot # push source file to Transifex $(MAKE) -i -C l10n bootstrap push