mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-14 11:04:21 +01:00
8 lines
154 B
Makefile
8 lines
154 B
Makefile
all: localecompile
|
|
|
|
localecompile:
|
|
django-admin compilemessages
|
|
|
|
localegen:
|
|
django-admin makemessages -l de_Informal -l de -i build -i dist -i "*egg*"
|
|
|