fix missing Makefile
This commit is contained in:
parent
5888041e7e
commit
57a0c39f16
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
|
Loading…
x
Reference in New Issue
Block a user