snapshot: preserve handbook, bilingual phase 2, and logo updates
This commit is contained in:
16
Makefile
Normal file
16
Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
COMPOSE ?= docker compose
|
||||
|
||||
.PHONY: i18n-extract-en i18n-extract-de i18n-compile i18n-update-en i18n-update-de
|
||||
|
||||
i18n-extract-en:
|
||||
$(COMPOSE) exec -T web django-admin makemessages -l en
|
||||
|
||||
i18n-extract-de:
|
||||
$(COMPOSE) exec -T web django-admin makemessages -l de
|
||||
|
||||
i18n-compile:
|
||||
$(COMPOSE) exec -T web django-admin compilemessages
|
||||
|
||||
i18n-update-en: i18n-extract-en i18n-compile
|
||||
|
||||
i18n-update-de: i18n-extract-de i18n-compile
|
||||
Reference in New Issue
Block a user