From 50d26891790b14de62eaa36b65f3d896d4be62ff Mon Sep 17 00:00:00 2001 From: 0livd <0livd@users.noreply.github.com> Date: Fri, 5 May 2017 23:02:18 +0100 Subject: [PATCH] Makefile: Add new rule to compile translations (#207) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index eb18e037..eefb19f1 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,9 @@ test: $(DEV_STAMP) release: $(DEV_STAMP) $(VENV)/bin/fullrelease +build-translations: + $(VENV)/bin/pybabel compile -d budget/translations + build-requirements: $(VIRTUALENV) $(TEMPDIR) $(TEMPDIR)/bin/pip install -U pip