mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-10-31 23:45:49 +00:00
8 lines
142 B
Makefile
8 lines
142 B
Makefile
all: localecompile
|
|
|
|
localecompile:
|
|
django-admin compilemessages
|
|
|
|
localegen:
|
|
django-admin makemessages -l de_DE -i build -i dist -i "*egg*"
|
|
|