taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 39faa523cf8bbb989eea5367743d3c656127a6d5
parent 54d8ca3d4e2c320c3a189f3cba23380c44fa481f
Author: ng0 <ng0@taler.net>
Date:   Mon, 28 Oct 2019 16:04:17 +0000

BABEL -> pybabel

Diffstat:
MGNUmakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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