mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-01 02:05:50 +00:00
9 lines
142 B
Makefile
9 lines
142 B
Makefile
|
all: localecompile
|
||
|
|
||
|
localecompile:
|
||
|
django-admin compilemessages
|
||
|
|
||
|
localegen:
|
||
|
django-admin makemessages -l de_DE -i build -i dist -i "*egg*"
|
||
|
|