diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ all: locale template | |||
6 | 6 | ||
7 | # Extract translateable strings from jinga2 templates. | 7 | # Extract translateable strings from jinga2 templates. |
8 | locale/messages.pot: *.j2 common/*.j2.inc | 8 | locale/messages.pot: *.j2 common/*.j2.inc |
9 | env PYTHONPATH="." pybabel extract -F locale/babel.map -o locale/messages.pot . | 9 | env PYTHONPATH="$PYTHONPATH:." pybabel extract -F locale/babel.map -o locale/messages.pot . |
10 | 10 | ||
11 | # Update translation (.po) files with new strings. | 11 | # Update translation (.po) files with new strings. |
12 | locale-update: locale/messages.pot | 12 | locale-update: locale/messages.pot |