From 5c2c6a282f12e572b6cbbee5cdadf99775ce7c93 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 4 Feb 2019 12:13:09 +0000 Subject: This breaks with both gnu bash and netbsd sh using a C locale, which I consider to be unusable as it worked like this before. Revert "as suggested by catonano" This reverts commit dba1dfd871ffb078bbf95d6f57c38412afb04a84. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54c58e24..c73ae50a 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ all: locale template # Extract translateable strings from jinja2 templates. locale/messages.pot: *.j2 common/*.j2.inc - PYTHONPATH=$(PYTHONPATH) $(BABEL) extract -F locale/babel.map -o locale/messages.pot . + $(BABEL) extract -F locale/babel.map -o locale/messages.pot . # Update translation (.po) files with new strings. locale-update: locale/messages.pot -- cgit v1.2.3