fix missing Makefile
This commit is contained in:
10
libretube-theme/Makefile
Normal file
10
libretube-theme/Makefile
Normal 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
|
||||||
Reference in New Issue
Block a user