diff options
author | ng0 <ng0@n0.is> | 2019-02-04 12:13:09 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-04 12:13:09 +0000 |
commit | 5c2c6a282f12e572b6cbbee5cdadf99775ce7c93 (patch) | |
tree | 0d8df59d7892582f48c15961d34b52eb81b480a9 | |
parent | dba1dfd871ffb078bbf95d6f57c38412afb04a84 (diff) |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |