diff options
Diffstat (limited to 'tools/translations/Makefile')
-rw-r--r-- | tools/translations/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/translations/Makefile b/tools/translations/Makefile index 30b0832783..8f336694e8 100644 --- a/tools/translations/Makefile +++ b/tools/translations/Makefile @@ -7,7 +7,7 @@ LANGS = $(POFILES:%.po=%) all: update merge update: - @cd ../..; python tools/translations/extract.py + @cd ../..; python2 tools/translations/extract.py merge: @for po in $(POFILES); do \ |