From 39faa523cf8bbb989eea5367743d3c656127a6d5 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 28 Oct 2019 16:04:17 +0000 Subject: BABEL -> pybabel --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 46fc58e8..37f1c727 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -29,7 +29,7 @@ all: locale template # Extract translateable strings from jinja2 templates. locale/messages.pot: template/*.j2 common/*.j2 common/*.j2.inc - $(env) PYTHONPATH="." $(BABEL) extract -F locale/babel.map -o locale/messages.pot . + $(env) PYTHONPATH="." $(pybabel) extract -F locale/babel.map -o locale/messages.pot . # Update translation (.po) files with new strings. .PHONY: locale-update -- cgit v1.2.3