diff options
author | ng0 <ng0@n0.is> | 2019-02-04 12:02:56 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-04 12:02:56 +0000 |
commit | dba1dfd871ffb078bbf95d6f57c38412afb04a84 (patch) | |
tree | 0fa3643f3643f1d71f2ac4ba8cdb7bb8eb1b5674 | |
parent | 0b631a8d0d54d56c1044e415dff53d2499553b5e (diff) |
as suggested by catonano
-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 - $(BABEL) extract -F locale/babel.map -o locale/messages.pot . + PYTHONPATH=$(PYTHONPATH) $(BABEL) extract -F locale/babel.map -o locale/messages.pot . # Update translation (.po) files with new strings. locale-update: locale/messages.pot |