pretix-servicefees/Makefile

9 lines
165 B
Makefile
Raw Normal View History

2018-02-27 23:12:01 +01:00
all: localecompile
localecompile:
django-admin compilemessages
localegen:
2018-03-06 12:24:25 +01:00
django-admin makemessages --keep-pot -l de_Informal -l de -i build -i dist -i "*egg*"
2018-02-27 23:12:01 +01:00