first commit

This commit is contained in:
Jesús
2019-02-13 19:26:38 -05:00
commit 9bbe38df58
198 changed files with 52785 additions and 0 deletions

10
cl-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