fix missing Makefile

This commit is contained in:
Jesús 2019-11-08 17:20:01 -05:00
parent 5888041e7e
commit 57a0c39f16
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

10
libretube-theme/Makefile Normal file
View File

@ -0,0 +1,10 @@
.PHONY: compile extract update
extract:
pybabel extract --mapping babel.cfg --output messages.pot ./
compile:
pybabel compile --directory translations/ --domain messages
update: extract
pybabel update --input-file messages.pot --output-dir translations/ --domain messages