aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 40067c370a4080bd6a7a4379c51e1c4b7b825cb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
extract:
	pybabel extract -F babel.cfg -o messages.pot .

init: extract
	pybabel init -i messages.pot -d translations -l fr
	pybabel init -i messages.pot -d translations -l fr

update: extract
	pybabel update -i messages.pot -d translations -l fr
	pybabel update -i messages.pot -d translations -l sr

compile:
	pybabel compile -d translations