aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-04 12:13:09 +0000
committerng0 <ng0@n0.is>2019-02-04 12:13:09 +0000
commit5c2c6a282f12e572b6cbbee5cdadf99775ce7c93 (patch)
tree0d8df59d7892582f48c15961d34b52eb81b480a9
parentdba1dfd871ffb078bbf95d6f57c38412afb04a84 (diff)
downloadwww-5c2c6a282f12e572b6cbbee5cdadf99775ce7c93.tar.gz
www-5c2c6a282f12e572b6cbbee5cdadf99775ce7c93.zip
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.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 54c58e24..c73ae50a 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ all: locale template
15 15
16# Extract translateable strings from jinja2 templates. 16# Extract translateable strings from jinja2 templates.
17locale/messages.pot: *.j2 common/*.j2.inc 17locale/messages.pot: *.j2 common/*.j2.inc
18 PYTHONPATH=$(PYTHONPATH) $(BABEL) extract -F locale/babel.map -o locale/messages.pot . 18 $(BABEL) extract -F locale/babel.map -o locale/messages.pot .
19 19
20# Update translation (.po) files with new strings. 20# Update translation (.po) files with new strings.
21locale-update: locale/messages.pot 21locale-update: locale/messages.pot