mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-14 19:14:19 +01:00
9 lines
154 B
Makefile
9 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*"
|
||
|
|